diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-16 17:37:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-16 18:31:48 +0200 |
commit | ba1ab83ed870204b09549998a6968303ff43e77f (patch) | |
tree | 977123bb1b3e6830a5ced85311355a3c8dde3b8b /kde-plasma | |
parent | kde-plasma/plasma5support: drop 6.1.2 (diff) | |
download | gentoo-ba1ab83ed870204b09549998a6968303ff43e77f.tar.gz gentoo-ba1ab83ed870204b09549998a6968303ff43e77f.tar.bz2 gentoo-ba1ab83ed870204b09549998a6968303ff43e77f.zip |
kde-plasma/plymouth-kcm: drop 6.1.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plymouth-kcm/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plymouth-kcm/plymouth-kcm-6.1.2.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index d2fa034ef038..8b366fd98447 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,3 +1,2 @@ DIST plymouth-kcm-5.27.11.tar.xz 45828 BLAKE2B 28c06e6f1cd8cbd1d82786b00c28f652dc7ac123677ba0e00d2df494fa4ddd57883842051e984b144d6b6a8f87ba3d05d3a07fb9e8eb250013ca7044c232f0e7 SHA512 3b7174d52141db79330cb56ee3426dfc44f5d5edb5ebce5354fca098dd741c2414a0faaf5bc8a10a4c1ca21a72141a0c5f36558ede681400537d0686f4a2b0b5 -DIST plymouth-kcm-6.1.2.tar.xz 46584 BLAKE2B bf988a7cc4460f3bc9c74738d9d462511964f35160bbd0871ba6754a6cf54d460280b04e2960568aef3602404246f6f4872462d29401b0b646a9c50fd4c09471 SHA512 51d76d724b7cd835eaae2b24861ab58f393c7478da556412642be02ec50c15ff235874335999e5b79f766a0a58843404c971ba8d53a82f8a05d117acfb513890 DIST plymouth-kcm-6.1.3.tar.xz 46560 BLAKE2B 7e61555b06cdbb7726028db802c8696763f9b8c131788d61d7e23597c85d11522c39672a8b366934e5a54eca8bfbda1fecb386b9b1b242c5c7679e09922477fc SHA512 6b072b63d1a87737e401093c6597466495a1d15cc35f470ef1c8c9bace6c8768982ef34893c23c1ec505c0953dcc2959f464cc85b25724da1fe40bc08753aa87 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.2.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.2.ebuild deleted file mode 100644 index 2cc51d9dfbf6..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-6.1.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=6.3.0 -PVCUT=$(ver_cut 1-3) -QTMIN=6.7.1 -inherit ecm plasma.kde.org - -DESCRIPTION="KDE Plasma control module for Plymouth" -HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm" - -LICENSE="GPL-2+" -SLOT="6" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-frameworks/karchive-${KFMIN}:6 - >=kde-frameworks/kauth-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/knewstuff-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - sys-boot/plymouth -" -RDEPEND="${DEPEND} - >=kde-frameworks/kcmutils-${KFMIN}:6 - >=kde-frameworks/kirigami-${KFMIN}:6 - >=kde-plasma/kde-cli-tools-${PVCUT}:* -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" |