summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-08 19:04:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-08 19:04:39 +0100
commitd7443e05892e21953f2476002a87f3c0213706bb (patch)
treebdc943e4106bc2c6f20218650cf96563b88f1827 /kde-apps/kdeadmin-meta/kdeadmin-meta-17.12.3.ebuild
parentsys-fs/zfs: drop old (diff)
downloadgentoo-d7443e05892e21953f2476002a87f3c0213706bb.tar.gz
gentoo-d7443e05892e21953f2476002a87f3c0213706bb.tar.bz2
gentoo-d7443e05892e21953f2476002a87f3c0213706bb.zip
kde-apps: Add KDE Applications 17.12.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kdeadmin-meta/kdeadmin-meta-17.12.3.ebuild')
-rw-r--r--kde-apps/kdeadmin-meta/kdeadmin-meta-17.12.3.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-17.12.3.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-17.12.3.ebuild
new file mode 100644
index 000000000000..d87b170fdc44
--- /dev/null
+++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-17.12.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages"
+KEYWORDS="~amd64 ~x86"
+IUSE="+cron"
+
+RDEPEND="
+ $(add_kdeapps_dep ksystemlog)
+ cron? ( $(add_kdeapps_dep kcron) )
+"