commit: 1d0e06c21ff2eaae5f6b57d2cd6350ee9a1695ed
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 18:43:10 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 21 19:05:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0e06c2
kde-plasma/breeze-plymouth: drop 6.0.4.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/breeze-plymouth/Manifest | 1 -
.../breeze-plymouth/breeze-plymouth-6.0.4.1.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/kde-plasma/breeze-plymouth/Manifest
b/kde-plasma/breeze-plymouth/Manifest
index 426f6ef48086..b045b2c541d5 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1,3 +1,2 @@
DIST breeze-plymouth-5.27.11.tar.xz 111328 BLAKE2B
19fe9b59d0b5816f2dde0366cc4b1c364892624949eba38ca518a1ad7733ac13cb27af4d816b8a7510f174ac68854a3adb82c406c064c670db18cce2478bb54d
SHA512
fcd681089d1f78aa96546d3e9ed0a03ed091646f2874d4b6152bdd4056946a3a566a35c2aa01ec16bb593b87bf3d7677ebd6689bf76c6f0686db2a08bf7fdfef
-DIST breeze-plymouth-6.0.4.1.tar.xz 111104 BLAKE2B
4b2750bd4b005271c8c5e10caa739eb55d15dcbf69814691f02c5f5858ed6a325ae506ff993c751ce6cf88f721712989de56bd85ab1c4faf5bc09599e23a6723
SHA512
8adaee96f55544d904f16fb871bd1969e467cd892d2b15c84324a7538fa8064b3594ea858443907f27a75458c6832d48ec7ea059077c44de945f5a337b1ad110
DIST breeze-plymouth-6.0.5.tar.xz 111244 BLAKE2B
3f4caeb0e5109dfea41726a4bcd969015e4fea5e6d906d58471b9dc7c670a761999db9b0706382e5e3522df043c39b7562530c83fe29b39d3d4a1f6dde7a6842
SHA512
3fcdd12400b85c5342affbd6916f6297c23d660cd67640d0f90266ca511e2681ccf19ab280de33da40fee0e2389bd2bfbc27d0009da1aa0de151689199e10bb0
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-6.0.4.1.ebuild
b/kde-plasma/breeze-plymouth/breeze-plymouth-6.0.4.1.ebuild
deleted file mode 100644
index 778c8c15c318..000000000000
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-6.0.4.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-inherit cmake plasma.kde.org
-
-DESCRIPTION="Breeze theme for Plymouth"
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:0"
-DEPEND="sys-boot/plymouth"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DDISTRO_NAME="Gentoo Linux"
- -DDISTRO_VERSION=
- )
-
- cmake_src_configure
-}