diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-22 11:15:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-22 11:23:15 +0100 |
commit | 608b0698fd1ed0fcff9888fa09ad1ff84d89b0e5 (patch) | |
tree | d71d60c06f6467c97015af80fb490a328308bfde /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-welcome: drop 5.27.0 (diff) | |
download | gentoo-608b0698fd1ed0fcff9888fa09ad1ff84d89b0e5.tar.gz gentoo-608b0698fd1ed0fcff9888fa09ad1ff84d89b0e5.tar.bz2 gentoo-608b0698fd1ed0fcff9888fa09ad1ff84d89b0e5.zip |
kde-plasma/plymouth-kcm: drop 5.27.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.27.0.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 426be35be96d..89ea2ebaca37 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,3 +1,2 @@ DIST plymouth-kcm-5.26.5.tar.xz 44028 BLAKE2B d02d378b930a2441f797be6c93669fbc4d13c673ec73c7eba8e3b02a8b54bd84f7fe32b0824f1910ac74343ddd113ac3dd41e68becfd3f77e3e2eb02e315adbd SHA512 c7c1ef4032b855846fe26a0c3be98835c0b9f3866612092ce6c07ae50898d99c3d988b0603df4305e484035b535e1991f5425bb99343e177fe9764c1ebdcfdc7 -DIST plymouth-kcm-5.27.0.tar.xz 45604 BLAKE2B f995450da549320441668a8f645e25d1d967ce2f26e71fc6e35b52438e4b31d400ca71e080aaa04aa5e8003b74940e3333a99eb4804923204248759ab3a40e81 SHA512 945daf1d243b08589beec5c45d8019db4275900e70a3c38d96161c04974e07c68a0831283ce778dc7590e1546b4837766909dac03f878b964d7f5aa52f0d3f0a DIST plymouth-kcm-5.27.1.tar.xz 45580 BLAKE2B fb53a22466155311a112f4f7e5447a652cee0b23f3c34b1504ae5a96c5aaf69a51a05ae3100168b5b810df0ba183622be4d46dc632e1601a5df5d4b2caecdbac SHA512 84da120f17dab3fecdb06b87aee82d02b150e847f8c061346b1930433d74b3e02fb5179deea765cfa51087c678a2931938c8bef5be82c54be94a7ea528a557cd diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.ebuild deleted file mode 100644 index 774a59d17f14..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.0.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.102.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.7 -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" |