summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 20:45:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 21:30:31 +0100
commit2d7cdcb867510b1c864d7dd1274c4474d867c3b3 (patch)
treeb7bbc74ef7eb93665aeaf9a7ba12b2c7ce8feb10
parentkde-apps/kate-lib: drop 23.08.4 (diff)
downloadgentoo-2d7cdcb867510b1c864d7dd1274c4474d867c3b3.tar.gz
gentoo-2d7cdcb867510b1c864d7dd1274c4474d867c3b3.tar.bz2
gentoo-2d7cdcb867510b1c864d7dd1274c4474d867c3b3.zip
kde-apps/kde-apps-meta: drop 23.08.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kde-apps-meta/kde-apps-meta-23.08.4.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-23.08.4.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-23.08.4.ebuild
deleted file mode 100644
index 3cdd1ae0edb9..000000000000
--- a/kde-apps/kde-apps-meta/kde-apps-meta-23.08.4.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 x86"
-IUSE="accessibility +admin +education +games +graphics +multimedia +network pim sdk +utils"
-
-RDEPEND="
- >=kde-apps/kdecore-meta-${PV}:0
- accessibility? ( >=kde-apps/kdeaccessibility-meta-${PV}:0 )
- admin? ( >=kde-apps/kdeadmin-meta-${PV}:0 )
- education? ( >=kde-apps/kdeedu-meta-${PV}:0 )
- games? ( >=kde-apps/kdegames-meta-${PV}:0 )
- graphics? ( >=kde-apps/kdegraphics-meta-${PV}:0 )
- multimedia? ( >=kde-apps/kdemultimedia-meta-${PV}:0 )
- network? ( >=kde-apps/kdenetwork-meta-${PV}:0 )
- pim? ( >=kde-apps/kdepim-meta-${PV}:0 )
- sdk? ( >=kde-apps/kdesdk-meta-${PV}:0 )
- utils? ( >=kde-apps/kdeutils-meta-${PV}:0 )
-"