diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-23 02:25:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-06-23 08:26:34 +0200 |
commit | 2b6c049a829ba02e16d957253ac2884c71e63f1f (patch) | |
tree | eeb04c5757750641a3dbb6db11358abf816a72ce /kde-plasma/plymouth-kcm | |
parent | kde-plasma/plasma-vault: drop 5.22.1* (diff) | |
download | gentoo-2b6c049a829ba02e16d957253ac2884c71e63f1f.tar.gz gentoo-2b6c049a829ba02e16d957253ac2884c71e63f1f.tar.bz2 gentoo-2b6c049a829ba02e16d957253ac2884c71e63f1f.zip |
kde-plasma/plymouth-kcm: drop 5.22.1*
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.22.1.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 2131f8b4c649..003b07853c68 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,3 +1,2 @@ DIST plymouth-kcm-5.21.5.tar.xz 43356 BLAKE2B 46130ebb6ce4a9522546d87f7f42d65cf41f1eb9dfc5a454732a55d8cf0b6b73bf5f2a9286f05aa21bce73218c10499de7953fe06f3ecbd369071fd9a70e2b0c SHA512 d8b8187ecce7bfdd2a3c22dec9b4ea2b085614a7e3b495671226bb9c5fe0a674d75ea03c74bfc3cc58f0ae3a7fc82ec2261d1ace5483658fd65333f61f95ba07 -DIST plymouth-kcm-5.22.1.tar.xz 38252 BLAKE2B d483440eef63b57083796cd20923b17f0e9fe9994550dcee7f10670094439ed6f275d74cb79d905bdb371b81812b51629c139ba49ad297e26d42cc598b5b9d55 SHA512 9445c994e4d6439778eb7d3d85230ecf50a8d972b065848e40bc4669a096fe7512cdba7affa77a6ca2a3da2fb5cf359c0a88df4e0bd5329abafb739f6f11d9e6 DIST plymouth-kcm-5.22.2.tar.xz 38264 BLAKE2B 2afe68ee8864e161b7ce2925736140b176dea50a0b1baeffd14d18f88ad906b304c9fdf38b4907b36adab6feff8a9dd8802fc66303d30ae11870e270a4ad7567 SHA512 084ff12b22464ebb91d2ec434a2d90c8f0138d8c19b87352471f132718bcb47fd8b34e389de3e9f51c8f12cf77c0b761c405e85a05591e754b9997b25860f785 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.1.ebuild deleted file mode 100644 index 5d62f9cdd9ab..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.82.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.2 -inherit ecm 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 -" |