summaryrefslogtreecommitdiff
path: root/kde-apps
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-15 15:16:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-15 18:30:34 +0100
commit9066fe84c7415b07a0184dae2837056df1db6c5a (patch)
tree31e28ea8ce30d7f02e529d5ef1c5459fd3be1697 /kde-apps
parenta387c0e1964a1ceb9d37c309641cd8a860d565fd (diff)
downloadkde-9066fe84c7415b07a0184dae2837056df1db6c5a.tar.gz
kde-9066fe84c7415b07a0184dae2837056df1db6c5a.tar.bz2
kde-9066fe84c7415b07a0184dae2837056df1db6c5a.zip
kde-apps/kdeadmin-meta: 24.11.80 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kdeadmin-meta/kdeadmin-meta-24.11.80.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-24.11.80.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-24.11.80.ebuild
new file mode 100644
index 00000000000..d52496adaa3
--- /dev/null
+++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-24.11.80.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2024 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="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+cron"
+
+RDEPEND="
+ >=app-admin/kio-admin-${PV}:*
+ >=kde-apps/ksystemlog-${PV}:*
+ cron? ( >=kde-apps/kcron-${PV}:* )
+"