summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-08 13:45:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-08 14:41:53 +0200
commit1bc3b7a5c3cf166dc9d0461dc979a3f54a2c9eb3 (patch)
tree959ff862c1028389bd1337cce67939d7e744be11
parentkde-apps/kmouth: 22.08.1 version bump (diff)
downloadgentoo-1bc3b7a5c3cf166dc9d0461dc979a3f54a2c9eb3.tar.gz
gentoo-1bc3b7a5c3cf166dc9d0461dc979a3f54a2c9eb3.tar.bz2
gentoo-1bc3b7a5c3cf166dc9d0461dc979a3f54a2c9eb3.zip
kde-apps/kdeadmin-meta: 22.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kdeadmin-meta/kdeadmin-meta-22.08.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-22.08.1.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-22.08.1.ebuild
new file mode 100644
index 000000000000..3c6a47944790
--- /dev/null
+++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-22.08.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~riscv ~x86"
+IUSE="+cron"
+
+RDEPEND="
+ >=kde-apps/ksystemlog-${PV}:${SLOT}
+ cron? ( >=kde-apps/kcron-${PV}:${SLOT} )
+"