summaryrefslogtreecommitdiff
path: root/kde-apps/kde-apps-meta
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-02-06 17:27:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-02-06 22:41:34 +0100
commit12c3f1bb650f55a731b420fc4a8fc64d478766eb (patch)
tree2407a03dbb7a06bdb9c22b694b7d09a93b8d2d58 /kde-apps/kde-apps-meta
parent28a04008f7135896676c345c5bbefaf80cf83378 (diff)
downloadkde-12c3f1bb650f55a731b420fc4a8fc64d478766eb.tar.gz
kde-12c3f1bb650f55a731b420fc4a8fc64d478766eb.tar.bz2
kde-12c3f1bb650f55a731b420fc4a8fc64d478766eb.zip
kde-apps/kde-apps-meta: drop 24.12.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-24.12.2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-24.12.2.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-24.12.2.ebuild
deleted file mode 100644
index 3679950a2a3..00000000000
--- a/kde-apps/kde-apps-meta/kde-apps-meta-24.12.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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}:* )
-"