summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-21 15:08:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-21 20:11:35 +0100
commited38416e955f9bfd07cc5f2663778d8373ee9877 (patch)
tree8c514818dc77ccd36d494cec872ded8e7037801c /kde-plasma/breeze-plymouth
parentmedia-video/vdr: fixed LINGUAS to L10N handling (diff)
downloadgentoo-ed38416e955f9bfd07cc5f2663778d8373ee9877.tar.gz
gentoo-ed38416e955f9bfd07cc5f2663778d8373ee9877.tar.bz2
gentoo-ed38416e955f9bfd07cc5f2663778d8373ee9877.zip
kde-plasma: Drop KDE Plasma 5.10.5
Package-Manager: Portage-2.3.20, Repoman-2.3.6
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.10.5.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
index 17751f8e89c9..50e5fab98c80 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1,2 +1 @@
-DIST breeze-plymouth-5.10.5.tar.xz 104904 BLAKE2B c3a13885c98d5c9720abec314a26ce5e100d9ec04a62ee4d97491cc87e28e9b774debc13bc8f95c29bf0da9f9a17a38a917ccce88f68e89f32544b298e0a742d SHA512 179f3f61198ef983812fe97e1f62898a6fb943063e21acca441ac4776d38192fc0b5f1ecf7f7b73f1e4efdbcc6fec31ec669a6a47ce7ea1b858a2d6b63c7e5bc
DIST breeze-plymouth-5.11.5.tar.xz 106612 BLAKE2B d2f3f63e1f04f31de8b98a4ca63a529cbd2282db64527fe6faf030bd6bfa441da9213b467ac441eddffd870028f3e5bbfe79562fa7eb3f485d5f391f4c7d1dae SHA512 218045bf35efff475bf9aa4f1e8d117b42b671ba036a7dd67a2b6a8538ee4317f84415e53ffd17bb9645f7971bf575beae1cc1de7b6f67e37166fde25cf92c44
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.10.5.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.10.5.ebuild
deleted file mode 100644
index 58d4da73cd2b..000000000000
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.10.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_AUTODEPS="false"
-inherit kde5
-
-DESCRIPTION="Breeze theme for Plymouth"
-LICENSE="GPL-2+ GPL-3+"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="sys-boot/plymouth"
-DEPEND="${RDEPEND}
- $(add_frameworks_dep extra-cmake-modules)
-"
-
-src_configure() {
- local mycmakeargs=(
- -DDISTRO_NAME="Gentoo Linux"
- -DDISTRO_VERSION=
- )
-
- kde5_src_configure
-}