aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-13 11:44:26 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-13 11:44:26 +0100
commit77cd18419ac57c89f2a8999a8a71eb205af9e1d7 (patch)
treed1ed60f3493e8f664f779a9d30df11183f6af291 /kde-plasma/breeze-plymouth
parentkde-plasma/breeze-gtk: drop 5.27.0 (diff)
downloadkde-77cd18419ac57c89f2a8999a8a71eb205af9e1d7.tar.gz
kde-77cd18419ac57c89f2a8999a8a71eb205af9e1d7.tar.bz2
kde-77cd18419ac57c89f2a8999a8a71eb205af9e1d7.zip
kde-plasma/breeze-plymouth: drop 5.27.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/breeze-plymouth')
-rw-r--r--kde-plasma/breeze-plymouth/Manifest1
-rw-r--r--kde-plasma/breeze-plymouth/breeze-plymouth-5.27.0.ebuild28
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 fc7d7069b0..0000000000
--- a/kde-plasma/breeze-plymouth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST breeze-plymouth-5.27.0.tar.xz 111256 BLAKE2B ba536561079825f9360ed8ef32214eeef09370aa3d01b78b8eaf28f45e97aa097a0dd051f1d2ca5e4b0dc5ab54a1d97e7c54494b01a2522db7ac3f7ae8dbf36c SHA512 584e028bd91bde2fc7200b17ae4ddea31f13bb53c3b3ad43340a889fdf04f594a6d8c9391af94439129f4c0fbad54d6a064b8a0a2af915414f1986d83f64a77f
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.0.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.0.ebuild
deleted file mode 100644
index d46c1caa98..0000000000
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.0.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
-}