summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-03 12:29:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-03 15:52:38 +0100
commit1d0b890f49283dc01cc06e3a5b460429851b2223 (patch)
treebd67918e1eb7472bc59e2b3e322062cc28b736a7 /kde-apps/kde-apps-meta
parentkde-apps/kate: 21.12.3 version bump (diff)
downloadgentoo-1d0b890f49283dc01cc06e3a5b460429851b2223.tar.gz
gentoo-1d0b890f49283dc01cc06e3a5b460429851b2223.tar.bz2
gentoo-1d0b890f49283dc01cc06e3a5b460429851b2223.zip
kde-apps/kde-apps-meta: 21.12.3 version bump
See also: https://kde.org/announcements/gear/21.12.3/ Bug: https://bugs.gentoo.org/834530 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-21.12.3.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-21.12.3.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-21.12.3.ebuild
new file mode 100644
index 000000000000..db9e61d82c72
--- /dev/null
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-21.12.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 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://kde.org/"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="accessibility +admin +education +games +graphics +multimedia +network pim sdk +utils"
+
+RDEPEND="
+ >=kde-apps/kdecore-meta-${PV}:${SLOT}
+ accessibility? ( >=kde-apps/kdeaccessibility-meta-${PV}:${SLOT} )
+ admin? ( >=kde-apps/kdeadmin-meta-${PV}:${SLOT} )
+ education? ( >=kde-apps/kdeedu-meta-${PV}:${SLOT} )
+ games? ( >=kde-apps/kdegames-meta-${PV}:${SLOT} )
+ graphics? ( >=kde-apps/kdegraphics-meta-${PV}:${SLOT} )
+ multimedia? ( >=kde-apps/kdemultimedia-meta-${PV}:${SLOT} )
+ network? ( >=kde-apps/kdenetwork-meta-${PV}:${SLOT} )
+ pim? ( >=kde-apps/kdepim-meta-${PV}:${SLOT} )
+ sdk? ( >=kde-apps/kdesdk-meta-${PV}:${SLOT} )
+ utils? ( >=kde-apps/kdeutils-meta-${PV}:${SLOT} )
+"