summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-07 09:09:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-07 12:53:57 +0200
commit84144d0cee28f362c5dd86641c4d4550a46d1db8 (patch)
tree22e5b98fc79190757b148381a73ff80f7e0d7aaa /kde-apps/kde-apps-meta
parentkde-apps/kate: drop 22.04.2* (diff)
downloadgentoo-84144d0cee28f362c5dd86641c4d4550a46d1db8.tar.gz
gentoo-84144d0cee28f362c5dd86641c4d4550a46d1db8.tar.bz2
gentoo-84144d0cee28f362c5dd86641c4d4550a46d1db8.zip
kde-apps/kde-apps-meta: drop 22.04.2*
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-22.04.2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-22.04.2.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-22.04.2.ebuild
deleted file mode 100644
index db9e61d82c72..000000000000
--- a/kde-apps/kde-apps-meta/kde-apps-meta-22.04.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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} )
-"