aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-11 00:16:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-11 00:16:24 +0200
commit052d8107a64aa823841c6d99f0b56923de0281d3 (patch)
tree745a43be370089fa29d8a66d27728f90e605348f /kde-apps/kde-apps-meta
parentkde-apps/kate-lib: 24.07.90 version bump (diff)
downloadkde-052d8107a64aa823841c6d99f0b56923de0281d3.tar.gz
kde-052d8107a64aa823841c6d99f0b56923de0281d3.tar.bz2
kde-052d8107a64aa823841c6d99f0b56923de0281d3.zip
kde-apps/kde-apps-meta: 24.07.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kde-apps-meta')
-rw-r--r--kde-apps/kde-apps-meta/kde-apps-meta-24.07.90.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-24.07.90.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-24.07.90.ebuild
new file mode 100644
index 0000000000..dc818e8d7f
--- /dev/null
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-24.07.90.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Meta package for the KDE Release Service collection"
+HOMEPAGE="https://apps.kde.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="accessibility +admin +education +games +graphics +multimedia +network pim sdk +utils"
+
+RDEPEND="
+ >=kde-apps/kdecore-meta-${PV}:*
+ accessibility? ( >=kde-apps/kdeaccessibility-meta-${PV}:* )
+ admin? ( >=kde-apps/kdeadmin-meta-${PV}:* )
+ education? ( >=kde-apps/kdeedu-meta-${PV}:* )
+ games? ( >=kde-apps/kdegames-meta-${PV}:* )
+ graphics? ( >=kde-apps/kdegraphics-meta-${PV}:* )
+ multimedia? ( >=kde-apps/kdemultimedia-meta-${PV}:* )
+ network? ( >=kde-apps/kdenetwork-meta-${PV}:* )
+ pim? ( >=kde-apps/kdepim-meta-${PV}:* )
+ sdk? ( >=kde-apps/kdesdk-meta-${PV}:* )
+ utils? ( >=kde-apps/kdeutils-meta-${PV}:* )
+"