summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-13 13:34:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-13 15:12:05 +0200
commit90cbaa8975fe00be8ac2ce5c3ca588b13c9ee9f8 (patch)
treeb7c8b1fdf764a3f446357a15100c3ec64be52ba2 /kde-apps/kdeadmin-meta
parentkde-apps/kmouth: 22.08.2 version bump (diff)
downloadgentoo-90cbaa8975fe00be8ac2ce5c3ca588b13c9ee9f8.tar.gz
gentoo-90cbaa8975fe00be8ac2ce5c3ca588b13c9ee9f8.tar.bz2
gentoo-90cbaa8975fe00be8ac2ce5c3ca588b13c9ee9f8.zip
kde-apps/kdeadmin-meta: 22.08.2 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-22.08.2.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-22.08.2.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-22.08.2.ebuild
new file mode 100644
index 000000000000..3c6a47944790
--- /dev/null
+++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-22.08.2.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} )
+"