diff options
author | 2020-10-05 20:19:52 +0200 | |
---|---|---|
committer | 2020-10-09 21:00:03 +0200 | |
commit | 6352ae2af305e4a8cd2bc2a61814787689453320 (patch) | |
tree | 8964567ff5b580c3d7bf8a71f552b79cf36aa8d9 /kde-plasma/breeze-plymouth | |
parent | kde-plasma/breeze-gtk: drop 5.18.5* (diff) | |
download | gentoo-6352ae2af305e4a8cd2bc2a61814787689453320.tar.gz gentoo-6352ae2af305e4a8cd2bc2a61814787689453320.tar.bz2 gentoo-6352ae2af305e4a8cd2bc2a61814787689453320.zip |
kde-plasma/breeze-plymouth: drop 5.18.5*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.18.5.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest index 6d4ca66142ad..1b93424c8f9b 100644 --- a/kde-plasma/breeze-plymouth/Manifest +++ b/kde-plasma/breeze-plymouth/Manifest @@ -1,2 +1 @@ -DIST breeze-plymouth-5.18.5.tar.xz 105672 BLAKE2B 6aceead2db0c977951cdd8e6d93314276fd920846e77a0ac5a9e195937b5ec116f3c2be371096d77dfaa9546bd2b44516ef8ae42ddd2aa6760684cc693418b3f SHA512 45206a6c99047b8b68fd5806dce608ddc09c4208c7966ef276bd7096949ad05138ffea2d6272e5c5ed5985ebbde9bfb7ce8b8a1074f56286dd3e1b840937b98d DIST breeze-plymouth-5.19.5.tar.xz 105732 BLAKE2B a9d0cb4e34f3d5f9bb7229c3b29074765fadcf54424562d7c91b4f56233d130efebfbd263e65b4013da2a3da1b59b7da6d77e728661d1ea5d965c413cb558e10 SHA512 8f0739379c2ddb62b612acf65c41bee57e36d98a120289a1db3245467d118e18f3c0fe67905d990c586dfbe333c47f8671893726ad5ee9c28883d938e309963d diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.18.5.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.18.5.ebuild deleted file mode 100644 index 38f5b1cecc42..000000000000 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.18.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.66.0 -PVCUT=$(ver_cut 1-3) -inherit cmake kde.org - -DESCRIPTION="Breeze theme for Plymouth" - -LICENSE="GPL-2+ GPL-3+" -SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~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 -} |