summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-11 22:06:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-11 22:14:39 +0200
commitd8babaf93e954613b3ae77aed79c61dff4270f27 (patch)
tree5bfbf0ce2cd5dfdd164a7f5a112de05ee94e98e3
parentkde-apps/kdebugsettings: drop 24.02.1 (diff)
downloadgentoo-d8babaf93e954613b3ae77aed79c61dff4270f27.tar.gz
gentoo-d8babaf93e954613b3ae77aed79c61dff4270f27.tar.bz2
gentoo-d8babaf93e954613b3ae77aed79c61dff4270f27.zip
kde-apps/kdeutils-meta: drop 24.02.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kdeutils-meta/kdeutils-meta-24.02.1.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-24.02.1.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-24.02.1.ebuild
deleted file mode 100644
index 2ff6a511c35b..000000000000
--- a/kde-apps/kdeutils-meta/kdeutils-meta-24.02.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
-HOMEPAGE="https://apps.kde.org/categories/utilities/"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="7zip gpg lrz plasma rar +webengine"
-
-RDEPEND="
- >=app-cdr/dolphin-plugins-mountiso-${PV}:*
- >=app-cdr/isoimagewriter-${PV}:*
- >=app-crypt/keysmith-${PV}
- >=kde-apps/ark-${PV}:*
- >=kde-apps/filelight-${PV}:*
- >=kde-apps/kate-${PV}:*
- >=kde-apps/kbackup-${PV}:*
- >=kde-apps/kcalc-${PV}:*
- >=kde-apps/kcharselect-${PV}:*
- >=kde-apps/kdebugsettings-${PV}:*
- >=kde-apps/kdf-${PV}:*
- >=kde-apps/kteatime-${PV}:*
- >=kde-apps/ktimer-${PV}:*
- >=kde-apps/kwalletmanager-${PV}:*
- >=kde-apps/sweeper-${PV}:*
- >=kde-apps/yakuake-${PV}:*
- >=kde-misc/kweather-${PV}:*
- >=kde-misc/markdownpart-${PV}:*
- >=sys-block/partitionmanager-${PV}:*
- >=sys-libs/kpmcore-${PV}:*
- gpg? ( >=kde-apps/kgpg-${PV}:* )
- plasma? ( >=kde-misc/kclock-${PV} )
- webengine? (
- >=app-editors/ghostwriter-${PV}
- >=kde-apps/kimagemapeditor-${PV}:*
- )
-"
-# Optional runtime deps: kde-apps/ark
-RDEPEND="${RDEPEND}
- 7zip? ( app-arch/p7zip )
- lrz? ( app-arch/lrzip )
- rar? ( || (
- app-arch/rar
- app-arch/unrar
- app-arch/unar
- ) )
-"