diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-20 14:50:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-20 14:50:03 +0100 |
commit | 5ac4ecfc735a9133494e1141db46b0b7f22262b4 (patch) | |
tree | 55b7d9d61ae459c2f3ab308f4a896ec42366f950 /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-welcome: drop 5.26.90 (diff) | |
download | kde-5ac4ecfc735a9133494e1141db46b0b7f22262b4.tar.gz kde-5ac4ecfc735a9133494e1141db46b0b7f22262b4.tar.bz2 kde-5ac4ecfc735a9133494e1141db46b0b7f22262b4.zip |
kde-plasma/plymouth-kcm: drop 5.26.90
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.90.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 e88777bd3b..0000000000 --- a/kde-plasma/plymouth-kcm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST plymouth-kcm-5.26.90.tar.xz 45564 BLAKE2B a06bb5aab62954bb0398122e1f066c0e75a9cabecb236af93ed2b5f2bbefd8610dbd1bd3e9c51112b9d175f07713ab2ef32750a94ca165e5226d9084ec88660a SHA512 d666f20631eaa724435d14d8090e2fda25ed695804568e3e2870774003891bc9850c65ec5ca8dab633721a47b1bdf0d2114e0684dc738a3dd98d2c9fd9eeea43 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.90.ebuild deleted file mode 100644 index be1e39986d..0000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.90.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" -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" |