summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-27 18:52:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-27 19:18:06 +0200
commitacdb012fb496d76be4e47c06c8205f42b24ea00a (patch)
treebf0dd8e99788692c4702405c05c8f52c3b7ab30a /kde-plasma/breeze-plymouth/breeze-plymouth-6.1.0.ebuild
parentkde-plasma/breeze-gtk: drop 6.1.0 (diff)
downloadgentoo-acdb012fb496d76be4e47c06c8205f42b24ea00a.tar.gz
gentoo-acdb012fb496d76be4e47c06c8205f42b24ea00a.tar.bz2
gentoo-acdb012fb496d76be4e47c06c8205f42b24ea00a.zip
kde-plasma/breeze-plymouth: drop 6.1.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/breeze-plymouth/breeze-plymouth-6.1.0.ebuild')
-rw-r--r--kde-plasma/breeze-plymouth/breeze-plymouth-6.1.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-6.1.0.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-6.1.0.ebuild
deleted file mode 100644
index 60d588534bfc..000000000000
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-6.1.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.3.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"
-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
-}