diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest index 29fb542bc24ed..c916201d6cf13 100644 --- a/kde-plasma/breeze-plymouth/Manifest +++ b/kde-plasma/breeze-plymouth/Manifest @@ -1,3 +1,2 @@ DIST breeze-plymouth-6.2.5.tar.xz 111304 BLAKE2B 86d87c3d718c80440b33464e15e900c3fb50e1a9f16377c3733b3045bd0257443be33f2d9a736eb81830b81e7a304feb4a6dd8ec3e99f3e70e2ef7af762a28f0 SHA512 4e06b07e28e227b7cb34f4514cef835956d5bfb3fc838de0a016aceb7588c45670e881e7f6f219cb73c7438d8146886dc17cd5020755319723a307e28bf67e73 -DIST breeze-plymouth-6.3.2.tar.xz 111332 BLAKE2B 19aad344efe1a2402d930fc37dd42341abac1232632583bf8e9b49983b68e427f66e5f00785da853f21dea5c2873134b6de24b872c6aee0420a60c8d33d96c26 SHA512 431e832e7ca082e79b64772fc8ddc704a82fcfa4489388bcb559e316fcc3d588d9941b3efd1a19f48a575e49dd9ebe557f215744851a9838e7f9c79da60500f9 DIST breeze-plymouth-6.3.3.tar.xz 111464 BLAKE2B 3d962a230a1e8b515e0b909692bfc53422d3b410bd7b11f712f7b3c220a84f7d5c61ef76589d3120d2ce41a5132e8d9df1efa27c95082b0265f8fcceb459eece SHA512 4e375c9af35636ef5aff1e19ed8ffb8248c589a1614f620b7ca18027fa6df0f42cc9bc2ec0f61ef409a10bf2942d142c61c051d1e616657b42139a8b12473b43 diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-6.3.2.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-6.3.2.ebuild deleted file mode 100644 index 20b9c830a5065..0000000000000 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-6.3.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=6.10.0 -inherit cmake plasma.kde.org - -DESCRIPTION="Breeze theme for Plymouth" - -LICENSE="GPL-2+ GPL-3+" -SLOT="6" -KEYWORDS="~amd64 ~arm64 ~loong ~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 -}