summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-25 14:31:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-25 14:55:05 +0200
commit19a33ecc141b986b4a4ea05a5861e14fc6c38c8c (patch)
tree3b465275c07a15620759989ea3e4daad77adf2f1
parent9ff289459565dc666507e078323840f7c2e47e1d (diff)
downloadkde-19a33ecc141b986b4a4ea05a5861e14fc6c38c8c.tar.gz
kde-19a33ecc141b986b4a4ea05a5861e14fc6c38c8c.tar.bz2
kde-19a33ecc141b986b4a4ea05a5861e14fc6c38c8c.zip
kde-apps/kde-apps-meta: 25.07.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kde-apps-meta/kde-apps-meta-25.07.90.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-25.07.90.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-25.07.90.ebuild
new file mode 100644
index 00000000000..3679950a2a3
--- /dev/null
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-25.07.90.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 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"
+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}:* )
+"