summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-24 12:02:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-24 15:45:46 +0200
commit546ad49cec656b8a782fcc72173585d44ebc49f9 (patch)
tree70cb52c7744d63ff296c67af4c4587307a5ccb67 /kde-apps/kdeadmin-meta
parentkde-apps/kmouth: 21.04.0 version bump (diff)
downloadgentoo-546ad49cec656b8a782fcc72173585d44ebc49f9.tar.gz
gentoo-546ad49cec656b8a782fcc72173585d44ebc49f9.tar.bz2
gentoo-546ad49cec656b8a782fcc72173585d44ebc49f9.zip
kde-apps/kdeadmin-meta: 21.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdeadmin-meta')
-rw-r--r--kde-apps/kdeadmin-meta/kdeadmin-meta-21.04.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-21.04.0.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-21.04.0.ebuild
new file mode 100644
index 000000000000..d7737ca1704f
--- /dev/null
+++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-21.04.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages"
+HOMEPAGE="https://kde.org/"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="+cron"
+
+RDEPEND="
+ >=kde-apps/ksystemlog-${PV}:${SLOT}
+ cron? ( >=kde-apps/kcron-${PV}:${SLOT} )
+"