summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-22 10:42:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-22 14:53:34 +0200
commitdbe7cc7540ebcfa8fc1d386948cb6f1bea1b5621 (patch)
treeca5d86619839de35102bab09409f72aad1e5122c /kde-plasma/breeze-plymouth
parentkde-plasma/breeze-gtk: drop 5.27.4-r2 (diff)
downloadgentoo-dbe7cc7540ebcfa8fc1d386948cb6f1bea1b5621.tar.gz
gentoo-dbe7cc7540ebcfa8fc1d386948cb6f1bea1b5621.tar.bz2
gentoo-dbe7cc7540ebcfa8fc1d386948cb6f1bea1b5621.zip
kde-plasma/breeze-plymouth: drop 5.27.4
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.4.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
index 4d3a75bc1065..6ad9497132a0 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1,2 +1 @@
-DIST breeze-plymouth-5.27.4.tar.xz 111272 BLAKE2B 95df345c14fd0cd40877187206bf4d266771b205940f4254a5132f35bb8c6869bb1036f697a15523c237e5b5f61fb8a703e50c71926dc7607c4af21e55431aad SHA512 fffd4930694d4f93cee60e0a88800e4476744f9d62a6f0c5570048f3fe02a082e2b1150b00480e8b2ffefda6e3f62b04c62f1c7285f5e3a494ccb5472683381c
DIST breeze-plymouth-5.27.5.tar.xz 111252 BLAKE2B 23072133d8975b86e4a951db98d33e4063533057be531d01427295d255238d91d1e4d18f33ca7ec09d7bc734e53d23f65545589778c514ff6f3136d4c8dae710 SHA512 88fb6539b90b81ee1e8e5e71b6a477f417aef52995f6953ec38bbccaf66a2dd575cb63e50689ab68b65d527e3342fdd5835e5eb4110cb39cf5e8221089992c9b
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.4.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.4.ebuild
deleted file mode 100644
index f5b72a549904..000000000000
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.4.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
-}