commit: 8c75448f3c4ddbe66a89157fbc4ebdc805abb2b4
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 2 15:37:40 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 2 15:37:40 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8c75448f
[kde-base/kdeplasma-addons] KF5 version bump.
Package-Manager: portage-2.2.12
---
.../kdeplasma-addons-5.0.95.ebuild | 44 ++++++++++++++++++++++
.../kdeplasma-addons-5.1.9999.ebuild | 44 ++++++++++++++++++++++
.../kdeplasma-addons/kdeplasma-addons-9999.ebuild | 44 ++++++++++++++++++++++
3 files changed, 132 insertions(+)
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-5.0.95.ebuild
b/kde-base/kdeplasma-addons/kdeplasma-addons-5.0.95.ebuild
new file mode 100644
index 0000000..2901b55
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-5.0.95.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Extra Plasma applets and engines"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=" ~amd64"
+IUSE="ibus scim"
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep krunner)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kunitconversion)
+ $(add_frameworks_dep plasma)
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ ibus? (
+ app-i18n/ibus
+ dev-libs/glib:2
+ )
+ scim? ( app-i18n/scim )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package ibus IBus)
+ $(cmake-utils_use_find_package scim)
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.9999.ebuild
b/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.9999.ebuild
new file mode 100644
index 0000000..a594b57
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Extra Plasma applets and engines"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=""
+IUSE="ibus scim"
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep krunner)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kunitconversion)
+ $(add_frameworks_dep plasma)
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ ibus? (
+ app-i18n/ibus
+ dev-libs/glib:2
+ )
+ scim? ( app-i18n/scim )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package ibus IBus)
+ $(cmake-utils_use_find_package scim)
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
new file mode 100644
index 0000000..a594b57
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Extra Plasma applets and engines"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=""
+IUSE="ibus scim"
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep krunner)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kunitconversion)
+ $(add_frameworks_dep plasma)
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ ibus? (
+ app-i18n/ibus
+ dev-libs/glib:2
+ )
+ scim? ( app-i18n/scim )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package ibus IBus)
+ $(cmake-utils_use_find_package scim)
+ )
+
+ kde5_src_configure
+}