aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-06 11:53:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-06 11:53:21 +0100
commit5dae3f7ebc03a1df0216e7b9579dbf33248f18d8 (patch)
tree31e4dc5da8dad26851c6cc982bcf1453ac7c9657 /kde-apps/kdeadmin-meta
parentprofiles: Add kde-apps-18.08.3 package.mask (diff)
downloadkde-5dae3f7ebc03a1df0216e7b9579dbf33248f18d8.tar.gz
kde-5dae3f7ebc03a1df0216e7b9579dbf33248f18d8.tar.bz2
kde-5dae3f7ebc03a1df0216e7b9579dbf33248f18d8.zip
kde-apps: Add KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kdeadmin-meta')
-rw-r--r--kde-apps/kdeadmin-meta/kdeadmin-meta-18.08.3.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-18.08.3.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-18.08.3.ebuild
new file mode 100644
index 0000000000..1f6e228606
--- /dev/null
+++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-18.08.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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) )
+"