diff options
author | 2024-09-02 00:05:41 +0200 | |
---|---|---|
committer | 2024-09-04 16:04:36 +0200 | |
commit | 1fcc7dfeebead968f6a33ec4497174a857a858ed (patch) | |
tree | 2804381afd276fec89ad805bf11575b2c51ce5cd /kde-apps | |
parent | kde-apps/kdecore-meta: drop 23.08.5-r1 (diff) | |
download | gentoo-1fcc7dfeebead968f6a33ec4497174a857a858ed.tar.gz gentoo-1fcc7dfeebead968f6a33ec4497174a857a858ed.tar.bz2 gentoo-1fcc7dfeebead968f6a33ec4497174a857a858ed.zip |
kde-apps/kdeutils-meta: drop 23.08.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/kdeutils-meta/kdeutils-meta-23.08.5.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-23.08.5.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-23.08.5.ebuild deleted file mode 100644 index 8aa9a73f6ae5..000000000000 --- a/kde-apps/kdeutils-meta/kdeutils-meta-23.08.5.ebuild +++ /dev/null @@ -1,54 +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 arm64 ~loong ~ppc64 x86" -IUSE="7zip cups gpg lrz plasma rar +webengine" - -RDEPEND=" - >=app-cdr/dolphin-plugins-mountiso-${PV}:5 - >=app-crypt/keysmith-${PV} - >=kde-apps/ark-${PV}:5 - >=kde-apps/filelight-${PV}:5 - >=kde-apps/kate-${PV}:5 - >=kde-apps/kbackup-${PV}:5 - >=kde-apps/kcalc-${PV}:5 - >=kde-apps/kcharselect-${PV}:5 - >=kde-apps/kdebugsettings-${PV}:5 - >=kde-apps/kdf-${PV}:5 - >=kde-apps/kteatime-${PV}:5 - >=kde-apps/ktimer-${PV}:5 - >=kde-apps/kwalletmanager-${PV}:5 - >=kde-apps/sweeper-${PV}:5 - >=kde-apps/yakuake-${PV}:5 - >=kde-misc/kweather-${PV}:5 - >=kde-misc/markdownpart-${PV}:5 - >=sys-block/partitionmanager-${PV}:5 - >=sys-libs/kpmcore-${PV}:5 - cups? ( || ( - kde-plasma/print-manager:6 - >=kde-plasma/print-manager-${PV}:5 - ) ) - gpg? ( >=kde-apps/kgpg-${PV}:5 ) - plasma? ( >=kde-misc/kclock-${PV} ) - webengine? ( - >=app-editors/ghostwriter-${PV} - >=kde-apps/kimagemapeditor-${PV}:5 - ) -" -# 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 - ) ) -" |