summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 18:49:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 18:49:22 +0200
commitef33b2d13c3d41f437811520cf87eb78d7bc5849 (patch)
treef184f24c03343237b3fe87d71ce38bfa0aaca40e /kde-plasma/breeze-plymouth
parentsys-kernel/gentoo-sources: sparc stable per wrt bug #688526 (diff)
downloadgentoo-ef33b2d13c3d41f437811520cf87eb78d7bc5849.tar.gz
gentoo-ef33b2d13c3d41f437811520cf87eb78d7bc5849.tar.bz2
gentoo-ef33b2d13c3d41f437811520cf87eb78d7bc5849.zip
kde-plasma: Drop KDE Plasma 5.16.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/breeze-plymouth')
-rw-r--r--kde-plasma/breeze-plymouth/Manifest1
-rw-r--r--kde-plasma/breeze-plymouth/breeze-plymouth-5.16.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
index 4badf3a51297..2a6c6d8823d9 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1,3 +1,2 @@
DIST breeze-plymouth-5.15.5.tar.xz 105724 BLAKE2B 2ba7c8daf2997bf8f422e687ff5636398eb5d84867814177c73a2d004baacbc2a25131585757efd615069dabaadd23641d646806d884228b2ac95805576198db SHA512 74df266881cebf5f1378975f6768e43e73a3ca4f6d8f1d73a4026eb1d046b9386887d40e8e8ad59fb9c96c45a6f63aa9b6c41a8d1740eaab4db515ab4c5a5310
-DIST breeze-plymouth-5.16.0.tar.xz 105656 BLAKE2B fd6336e2c038e5fd80ee039ee91fb9fd58a6a135c01f12d1fe747374da6b8486079cae9d30c0eaf37672cbe2470e72d6527fdfff04159d7ebe4da7d2732b3435 SHA512 d385a64796a691c094033caf9e9e38961d3e46ee16416228ce22c8dd95ad6ab11f073d7713a19039d7867ece62aa1a35e00559323d400bb0df864c0791dbefad
DIST breeze-plymouth-5.16.1.tar.xz 105676 BLAKE2B aef2d8efb231b3008e848423adc5e4b5e78ca0edce724614b439afc3e5bd4fda4adec3407a4a051bac3b8c9a17b3985ce6fdc802440e1a4715c7d65338109e6d SHA512 66b2a6b568c061290707925a3b70f8d533e0f05ecf9fa1b6c25c25c646e3ca8db30756321e76525319ad8aeadd8d6ae2ef9df5e7a291d096815ca23a3f79756c
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.16.0.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.16.0.ebuild
deleted file mode 100644
index 41a505dcab07..000000000000
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.16.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_AUTODEPS="false"
-inherit kde5
-
-DESCRIPTION="Breeze theme for Plymouth"
-LICENSE="GPL-2+ GPL-3+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-BDEPEND="$(add_frameworks_dep extra-cmake-modules)"
-DEPEND="sys-boot/plymouth"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DDISTRO_NAME="Gentoo Linux"
- -DDISTRO_VERSION=
- )
-
- kde5_src_configure
-}