summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-22 11:11:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-22 11:22:49 +0100
commit92c76f9ddc12c7d437d0a9d08d4a4b91e46ad531 (patch)
treecc262864e6eeb390a5608fe85b4bc0fd081a2ef6 /kde-plasma
parentkde-plasma/breeze-gtk: drop 5.27.0 (diff)
downloadgentoo-92c76f9ddc12c7d437d0a9d08d4a4b91e46ad531.tar.gz
gentoo-92c76f9ddc12c7d437d0a9d08d4a4b91e46ad531.tar.bz2
gentoo-92c76f9ddc12c7d437d0a9d08d4a4b91e46ad531.zip
kde-plasma/breeze-plymouth: drop 5.27.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-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
index 97d19caae07b..dc05957becda 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1,3 +1,2 @@
DIST breeze-plymouth-5.26.5.tar.xz 111268 BLAKE2B 76c1f25aeb1fa7666b4306b8cb80f4e185b1dac0669a1648f5b2616e36f33af0edb0f11bd46124e70afddb4c1e348d4db72abaa8c162a817402e7b278ac33279 SHA512 ec2b990cc3c68a12280aae6c314db7d50764854af69476723b35095bdec063d033ec3439b6ae9d60f24b5a26203bdfa662646af22252f97a76432a3efb225d70
-DIST breeze-plymouth-5.27.0.tar.xz 111256 BLAKE2B ba536561079825f9360ed8ef32214eeef09370aa3d01b78b8eaf28f45e97aa097a0dd051f1d2ca5e4b0dc5ab54a1d97e7c54494b01a2522db7ac3f7ae8dbf36c SHA512 584e028bd91bde2fc7200b17ae4ddea31f13bb53c3b3ad43340a889fdf04f594a6d8c9391af94439129f4c0fbad54d6a064b8a0a2af915414f1986d83f64a77f
DIST breeze-plymouth-5.27.1.tar.xz 111244 BLAKE2B b9b55806dda0f32dc4c3c533990805ddf37b1ccd7fc3800e63d91ec819bdcf6a2521faf1e76b8d80758e0138476ad69ae441914cfe01b8ff6a4b08fb44490153 SHA512 a92129934a803d6bfbad5e804fe983c9645a96aed25892e7bdb0954d6b436a89659047747bd95c30163a680c66899c9a755ea01ace456319862365ec50cf068e
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 d46c1caa9898..000000000000
--- 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
-}