summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-01 19:52:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-06 22:01:31 +0200
commitf922a90ca55bd97fa4ddf19bed4c6cdaeee4a3ad (patch)
tree3b97b22dd142542106c6c09dde31819a0b627a1a
parentprofiles: Mask remaining split slot 4 kde-baseapps for removal (diff)
downloadgentoo-f922a90ca55bd97fa4ddf19bed4c6cdaeee4a3ad.tar.gz
gentoo-f922a90ca55bd97fa4ddf19bed4c6cdaeee4a3ad.tar.bz2
gentoo-f922a90ca55bd97fa4ddf19bed4c6cdaeee4a3ad.zip
kde-apps/kdebase-runtime-meta: Drop obsolete RDEPENDs
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3-r1.ebuild32
-rw-r--r--kde-apps/kdebase-runtime-meta/metadata.xml2
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3-r1.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3-r1.ebuild
new file mode 100644
index 000000000000..9c924c0f7524
--- /dev/null
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+IUSE="kwallet nls pam"
+
+[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
+
+RDEPEND="
+ $(add_kdeapps_dep kcmshell '' 16.04.3)
+ $(add_kdeapps_dep kdebase-data '' 16.04.3)
+ $(add_kdeapps_dep kdontchangethehostname '' 16.04.3)
+ $(add_kdeapps_dep keditfiletype '' 16.04.3)
+ $(add_kdeapps_dep kfile '' 16.04.3)
+ $(add_kdeapps_dep kioclient '' 16.04.3)
+ $(add_kdeapps_dep kmimetypefinder '' 16.04.3)
+ $(add_kdeapps_dep knewstuff '' 16.04.3)
+ $(add_kdeapps_dep kreadconfig '' 16.04.3)
+ $(add_kdeapps_dep ktimezoned '' 16.04.3)
+ $(add_kdeapps_dep ktraderclient '' 16.04.3)
+ $(add_kdeapps_dep phonon-kde '' 16.04.3)
+ kwallet? (
+ $(add_kdeapps_dep kwalletd '' 16.04.3)
+ pam? ( $(add_plasma_dep kwallet-pam 'oldwallet') )
+ )
+ nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
+"
diff --git a/kde-apps/kdebase-runtime-meta/metadata.xml b/kde-apps/kdebase-runtime-meta/metadata.xml
index 8ea6ca9c321c..2f37d4d8ecad 100644
--- a/kde-apps/kdebase-runtime-meta/metadata.xml
+++ b/kde-apps/kdebase-runtime-meta/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
- <flag name="oldwallet">Install <pkg>kde-apps/kwalletd</pkg> on a minimal setup for migration purposes</flag>
+ <flag name="kwallet">Install <pkg>kde-apps/kwalletd</pkg> on a minimal setup for migration purposes</flag>
</use>
</pkgmetadata>