summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-15 19:45:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-15 19:58:37 +0200
commitc01f16b883880b12d339db2aee0c25865fa3fc34 (patch)
tree6e3423cea83a4759e945d85a12c4751a4d1d1fb7 /kde-plasma/breeze-plymouth
parentkde-plasma/breeze-gtk: drop 6.2.0 (diff)
downloadgentoo-c01f16b883880b12d339db2aee0c25865fa3fc34.tar.gz
gentoo-c01f16b883880b12d339db2aee0c25865fa3fc34.tar.bz2
gentoo-c01f16b883880b12d339db2aee0c25865fa3fc34.zip
kde-plasma/breeze-plymouth: drop 6.2.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-6.2.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
index 68e9e062abac..137434f0f026 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1,3 +1,2 @@
DIST breeze-plymouth-6.1.5.tar.xz 111132 BLAKE2B 36ca1f2e8af816e902cd8a334513ad8ba413ab02cd87cfb4ee868f7f4f81181dacc18a9ed6e693c201d5aede8a29efd58b7d18264aac7a97f965962b8da00523 SHA512 5fbae13dd6b44c8120976dae4ab9acac0e92e0da3b1830290e8e93d6c1e56da9567f528f8a4ed6429dbd950d58caec56fa5290f89d498eca8ab4d03170358172
-DIST breeze-plymouth-6.2.0.tar.xz 111100 BLAKE2B eb488336e9b12f96fb929112650942f4fce997711368cd367bfa54606015e3926f7ae54d275266ce61a4e6366c23907f59cccdce3e5cd46e56a40611c280db76 SHA512 db585fa42da82c6d145507f5163af6d52c2e5a09b7e7f6386d0cae725933f0cdd0075bf72d667c92a38cc01dbc670ced0e5855531eac8d5bdd245ff3519a6c78
DIST breeze-plymouth-6.2.1.tar.xz 111444 BLAKE2B f2e7c2fab4a66b4d5f40ccb733ac939fb2583a21fb769811392995e7c67f1f0e0371086d2b0617b02e744e3867be352a90dc3b25c8d56a3f4dd901d5b743ff18 SHA512 819dcbf11325497f33c1fafcfdc28e358201395c95ee2bc27cc094f1f30b470663721c6058c099b011b4536df6d0e5d7bf83c1b20ac1e2fba1750b3503ca18a8
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-6.2.0.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-6.2.0.ebuild
deleted file mode 100644
index a1f909ee93fc..000000000000
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-6.2.0.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.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 ~arm64 ~ppc64 ~x86"
-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
-}