diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-14 21:14:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-14 21:14:38 +0100 |
commit | 69894b7767441a165d89b6c38aa39cd78dcd9c50 (patch) | |
tree | b85f7091c11abfedac453cc9c1b00ca9055787e4 /kde-plasma/breeze-plymouth | |
parent | kde-plasma/breeze-gtk: drop 5.27.3 (diff) | |
download | kde-69894b7767441a165d89b6c38aa39cd78dcd9c50.tar.gz kde-69894b7767441a165d89b6c38aa39cd78dcd9c50.tar.bz2 kde-69894b7767441a165d89b6c38aa39cd78dcd9c50.zip |
kde-plasma/breeze-plymouth: drop 5.27.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/breeze-plymouth')
-rw-r--r-- | kde-plasma/breeze-plymouth/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/breeze-plymouth/breeze-plymouth-5.27.3.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest deleted file mode 100644 index 67875e7b83..0000000000 --- a/kde-plasma/breeze-plymouth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST breeze-plymouth-5.27.3.tar.xz 111280 BLAKE2B 70438b9172eaf0b4eabb0d5d9fcf827382da5d90c344fcf88a078e73cc9ab77b11b285f29f8bf40f811abf275421cf3a5bdf8124af53abfea7711dc511cf96a9 SHA512 264724a629641aada66faa6f4494e43cbd66cad187cc0e512c58244d231aab91cf98120b2d2e10c3f09e04921cd1859fbea0be28c6299fa989b9959d49937b7e diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.3.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.3.ebuild deleted file mode 100644 index d46c1caa98..0000000000 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.3.ebuild +++ /dev/null @@ -1,28 +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) -inherit cmake plasma.kde.org - -DESCRIPTION="Breeze theme for Plymouth" - -LICENSE="GPL-2+ GPL-3+" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86" -IUSE="" - -BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5" -DEPEND="sys-boot/plymouth" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DDISTRO_NAME="Gentoo Linux" - -DDISTRO_VERSION= - ) - - cmake_src_configure -} |