diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-01 09:32:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-01 10:26:45 +0100 |
commit | 5beccd076a9fbf1b5ef3a030d284486a980414f1 (patch) | |
tree | 6802d3c4e4002d65f9d71dbde74c0954ff44068e /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-vault: drop 5.25.5 (diff) | |
download | gentoo-5beccd076a9fbf1b5ef3a030d284486a980414f1.tar.gz gentoo-5beccd076a9fbf1b5ef3a030d284486a980414f1.tar.bz2 gentoo-5beccd076a9fbf1b5ef3a030d284486a980414f1.zip |
kde-plasma/plymouth-kcm: drop 5.25.5
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.25.5.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index c40ef5492f3f..54d8210a8f21 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,3 +1,2 @@ -DIST plymouth-kcm-5.25.5.tar.xz 41316 BLAKE2B af64c07422f2325386bf691df78156dab693e00037871da076990456a715f44ad13f9ca3d9c765a09db0fa91d2c8816058b5e20111b51d2591b3c6d5430e51b3 SHA512 b361d4f7bfe3f2b1c17f90771ecfb3a543c8e8d171f392348fec3cf3b189b7c8fd7d48f3cce3a9f8d6dcba4e18e3d54745c74547fe9b724f325edecfb24cf87d DIST plymouth-kcm-5.26.5.tar.xz 44028 BLAKE2B d02d378b930a2441f797be6c93669fbc4d13c673ec73c7eba8e3b02a8b54bd84f7fe32b0824f1910ac74343ddd113ac3dd41e68becfd3f77e3e2eb02e315adbd SHA512 c7c1ef4032b855846fe26a0c3be98835c0b9f3866612092ce6c07ae50898d99c3d988b0603df4305e484035b535e1991f5425bb99343e177fe9764c1ebdcfdc7 DIST plymouth-kcm-5.26.90.tar.xz 45564 BLAKE2B a06bb5aab62954bb0398122e1f066c0e75a9cabecb236af93ed2b5f2bbefd8610dbd1bd3e9c51112b9d175f07713ab2ef32750a94ca165e5226d9084ec88660a SHA512 d666f20631eaa724435d14d8090e2fda25ed695804568e3e2870774003891bc9850c65ec5ca8dab633721a47b1bdf0d2114e0684dc738a3dd98d2c9fd9eeea43 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.5.ebuild deleted file mode 100644 index 68edbc150ce1..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.25.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.95.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 -" |