diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-20 19:54:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-21 00:01:05 +0200 |
commit | c74e5994f83875f22e1591c5f7f6799c78d23155 (patch) | |
tree | 7e47e5db54f07f6ffb4ec51161f6b250a9426ae6 /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-welcome: drop 5.27.11 (diff) | |
download | gentoo-c74e5994f83875f22e1591c5f7f6799c78d23155.tar.gz gentoo-c74e5994f83875f22e1591c5f7f6799c78d23155.tar.bz2 gentoo-c74e5994f83875f22e1591c5f7f6799c78d23155.zip |
kde-plasma/plymouth-kcm: drop 5.27.11
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.27.11.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 771fe2aab8bd..718addd5cb4b 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,3 +1,2 @@ -DIST plymouth-kcm-5.27.11.tar.xz 45828 BLAKE2B 28c06e6f1cd8cbd1d82786b00c28f652dc7ac123677ba0e00d2df494fa4ddd57883842051e984b144d6b6a8f87ba3d05d3a07fb9e8eb250013ca7044c232f0e7 SHA512 3b7174d52141db79330cb56ee3426dfc44f5d5edb5ebce5354fca098dd741c2414a0faaf5bc8a10a4c1ca21a72141a0c5f36558ede681400537d0686f4a2b0b5 DIST plymouth-kcm-6.1.4.tar.xz 46564 BLAKE2B 21b10bd1a5a4455c1797c699c06b20ab25f7688083684ec87b13359d23412287fb0ac62b25d8dc0885093332a6397c8d377a430a62e950e0f1a61bcd80ffde80 SHA512 2aa7b56c96caa4eecc62f05f059f61cf65ce08a11e4ecd52997a71d68ed8707e2cdaa2f30ddb1cd1f5f1cde524c98387d36ec3d1561ccbb91d9c97503a479ff4 DIST plymouth-kcm-6.1.5.tar.xz 46576 BLAKE2B 76a4647343ac22cf13e2101b2a37a4605bda7602fb90132ced6ea7c2ebb2a061f6a9d923d1cf248d95b07fb664b27a7aef32a31adc682387f52fe367aff49d64 SHA512 609997981ed905226af62cac55d523864133e73949458334b358426514d65d0d0a2b809049dea08da20426d9318a22e0327a9334a1004d8a59e6592485993ad4 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.11.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.11.ebuild deleted file mode 100644 index 7c9c3c65222a..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.11.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.106.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.9 -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 ~loong ~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} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 - >=kde-plasma/kde-cli-tools-${PVCUT}:* -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" |