diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-11 14:45:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-11 14:51:19 +0200 |
commit | 35ed5990fc79c02c74fee1aba90109e7be1a5c03 (patch) | |
tree | 37b5bfcf02d4343cb1ddb2c9bd247d8db82f434d /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-vault: drop 5.26.0 (diff) | |
download | kde-35ed5990fc79c02c74fee1aba90109e7be1a5c03.tar.gz kde-35ed5990fc79c02c74fee1aba90109e7be1a5c03.tar.bz2 kde-35ed5990fc79c02c74fee1aba90109e7be1a5c03.zip |
kde-plasma/plymouth-kcm: drop 5.26.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r-- | kde-plasma/plymouth-kcm/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest deleted file mode 100644 index 0e857c1ba4..0000000000 --- a/kde-plasma/plymouth-kcm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plymouth-kcm-5.26.0.tar.xz 43988 BLAKE2B 6380104a05b8498262b17f0bc8111db3e4821ac1f4c7647592a8bc5a2e32d484e99315eab5d21cc3f3241a1a7a9bd8d189d2a9582f0b6847cc15db06e9c3bfdf SHA512 0167f4b1a3f34b95ca514429f3d0eacb5069b3e34dc579e36347e1f42da710b318a4e1458b425533d021b3c5e71d5f3f94581d439a9fba5d0a2a66b019bb72d8 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild deleted file mode 100644 index 68c4c4c4ac..0000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.99.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.5 -inherit ecm plasma.kde.org - -DESCRIPTION="KDE Plasma control module for Plymouth" -HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtquickcontrols-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kauth-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/knewstuff-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - sys-boot/plymouth -" -RDEPEND="${DEPEND} - >=kde-plasma/kde-cli-tools-${PVCUT}:5 -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" |