diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-26 20:33:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-26 21:06:38 +0200 |
commit | cf9a48a80b2607dfa2325d837b2e7dc38ffdd055 (patch) | |
tree | 9578d019d91ef3d4774fae5da9c80308091fa1c7 /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-welcome: drop 5.27.7 (diff) | |
download | gentoo-cf9a48a80b2607dfa2325d837b2e7dc38ffdd055.tar.gz gentoo-cf9a48a80b2607dfa2325d837b2e7dc38ffdd055.tar.bz2 gentoo-cf9a48a80b2607dfa2325d837b2e7dc38ffdd055.zip |
kde-plasma/plymouth-kcm: drop 5.27.7
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.7.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 3390ee359e50..e9ae7c5b8e4a 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,2 +1 @@ -DIST plymouth-kcm-5.27.7.tar.xz 45716 BLAKE2B f173603e90a2a2b7b9c3f149dc88603f7e6fe7d7913ce1ad50695a8d98f4a60c884cd33e3942688c7e1ae6c2a8c0210a7e6dd9c5a898fb4973d6265117be9dc3 SHA512 4f18a1816d06f32c54bd67cec9004fc1141e671646ed6a72a2f36bba9479c175ca4244a86aa05f03d06ab69cd89604ad74acfe3101ae03e4ae1ac058f176f58f DIST plymouth-kcm-5.27.8.tar.xz 45704 BLAKE2B 55d598f3c271565a52f41815dea23096d82aeba8e964ef84c616b81fbf86251ea0612bd2a988404bb74d04da0b96c5a7020a11b57fb62a3d2b40ab16395a81f6 SHA512 482797c3f8b8727d3d74cb157b0257fd1a30fe4cd69705822d5643b4ad898242cf59c77e13f790a001c3da67beb4a4dc2c978be7e58fb7a2271623989d31fbd5 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.7.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.7.ebuild deleted file mode 100644 index 68395c1ebec7..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 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} - >=kde-plasma/kde-cli-tools-${PVCUT}:5 -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" |