summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-09 10:47:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-09 14:05:00 +0100
commit55a74c5ef72b06d6dac2c0f27af8a74427bd6c99 (patch)
tree0812abc27353a48acdb4c15dfe28ace5d076b63a /kde-apps/kdeadmin-meta
parentkde-apps/kmouth: 23.08.3 version bump (diff)
downloadgentoo-55a74c5ef72b06d6dac2c0f27af8a74427bd6c99.tar.gz
gentoo-55a74c5ef72b06d6dac2c0f27af8a74427bd6c99.tar.bz2
gentoo-55a74c5ef72b06d6dac2c0f27af8a74427bd6c99.zip
kde-apps/kdeadmin-meta: 23.08.3 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.3.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-23.08.3.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-23.08.3.ebuild
new file mode 100644
index 000000000000..ab0a9c4929f2
--- /dev/null
+++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-23.08.3.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} )
+"