summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-26 20:31:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-26 21:06:28 +0200
commit8039591969bfcd4ae4b8aa0430c46cb3dea1337e (patch)
treedddf148ac4dd91dd4d9da530176b972bca65c3d3
parentkde-plasma/breeze-gtk: drop 5.27.7 (diff)
downloadgentoo-8039591969bfcd4ae4b8aa0430c46cb3dea1337e.tar.gz
gentoo-8039591969bfcd4ae4b8aa0430c46cb3dea1337e.tar.bz2
gentoo-8039591969bfcd4ae4b8aa0430c46cb3dea1337e.zip
kde-plasma/breeze-plymouth: drop 5.27.7
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/breeze-plymouth/Manifest1
-rw-r--r--kde-plasma/breeze-plymouth/breeze-plymouth-5.27.7.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
index 9961899a654f..172ad75255dc 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1,2 +1 @@
-DIST breeze-plymouth-5.27.7.tar.xz 111076 BLAKE2B f96d8990f1c4b1a637b984f32f0a3fa6fd1df4be240cee0f6b5f7079c83a0236f47897e4ecf6f5f84a57e441396256bf594b102f18cd0a3724728df03a806e26 SHA512 e9034561c520ca055b273aa1112089bebfc2f644ee92026d8fd034724ec8d3c7ffd729e7a6fcc1f35495c7ccc2e00f4d57660daa0d3342b35fff6c6999dbe371
DIST breeze-plymouth-5.27.8.tar.xz 111092 BLAKE2B 7663dd5b31012a2799d2bf2bb7592ddffad21d6b491c653484c8c694e01b95cc9c38ab90a5b5c943667eb0da2cd58564c7e11c2630f6690ff189b96c7a39390b SHA512 88c3de80cdacee0ba38625132c247f3d3f3020a06cc1d185e67e01343aac866c552e249ab55d62f3fe826ac46e22005f9e73c172df5c1a9f0fc41615c5adfa60
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.7.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.7.ebuild
deleted file mode 100644
index f5b72a549904..000000000000
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.7.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
-}