diff options
Diffstat (limited to 'kde-plasma/breeze-plymouth')
-rw-r--r-- | kde-plasma/breeze-plymouth/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/breeze-plymouth/breeze-plymouth-5.27.6.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest index 4e3d43af7277..407f8a080c69 100644 --- a/kde-plasma/breeze-plymouth/Manifest +++ b/kde-plasma/breeze-plymouth/Manifest @@ -1,2 +1 @@ -DIST breeze-plymouth-5.27.6.tar.xz 111116 BLAKE2B a05746c3ea8fcd13a48dafc5234277be016a5b2ca253b5a800a0b6cfbcc499f0621f95e6bf53c50e1b6d3f13b4af0d30fa4fe189f84244f86427f64ad51a0909 SHA512 3f3e4e676197d52a2d291e8fe03e03928f0b0915bcc41fe76189c6b8805e35771b1758c28eee23fffe44699693db309dacbaa8239a26cce8c37923e7c11c2a91 DIST breeze-plymouth-5.27.7.tar.xz 111076 BLAKE2B f96d8990f1c4b1a637b984f32f0a3fa6fd1df4be240cee0f6b5f7079c83a0236f47897e4ecf6f5f84a57e441396256bf594b102f18cd0a3724728df03a806e26 SHA512 e9034561c520ca055b273aa1112089bebfc2f644ee92026d8fd034724ec8d3c7ffd729e7a6fcc1f35495c7ccc2e00f4d57660daa0d3342b35fff6c6999dbe371 diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.6.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.6.ebuild deleted file mode 100644 index f5b72a549904..000000000000 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.27.6.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 -} |