aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-12 22:46:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-12 23:13:21 +0100
commit901a4d4028958be2b653cca5b44fa4d6b18be3b0 (patch)
tree1a52c6ac8993f36d756024051d59da3bccc31c9a /kde-apps/kde-apps-meta
parentkde-apps/kate-lib: drop 24.11.90 (diff)
downloadkde-901a4d4028958be2b653cca5b44fa4d6b18be3b0.tar.gz
kde-901a4d4028958be2b653cca5b44fa4d6b18be3b0.tar.bz2
kde-901a4d4028958be2b653cca5b44fa4d6b18be3b0.zip
kde-apps/kde-apps-meta: drop 24.11.90
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.11.90.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-24.11.90.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-24.11.90.ebuild
deleted file mode 100644
index 0743b66b61..0000000000
--- a/kde-apps/kde-apps-meta/kde-apps-meta-24.11.90.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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"
-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}:* )
-"