summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 09:57:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-25 10:27:07 +0200
commit3f4392f1da52e14b1441a91cd789f67f7bc09961 (patch)
tree7d2bc32cd2842db68668e27ec3d0e29b3e23bbcb /kde-apps/kdeadmin-meta
parentkde-apps/kmouth: 23.08.0 version bump (diff)
downloadgentoo-3f4392f1da52e14b1441a91cd789f67f7bc09961.tar.gz
gentoo-3f4392f1da52e14b1441a91cd789f67f7bc09961.tar.bz2
gentoo-3f4392f1da52e14b1441a91cd789f67f7bc09961.zip
kde-apps/kdeadmin-meta: 23.08.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-23.08.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-23.08.0.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-23.08.0.ebuild
new file mode 100644
index 000000000000..ab0a9c4929f2
--- /dev/null
+++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-23.08.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 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://apps.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} )
+"