summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-25 16:05:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-25 16:05:54 +0100
commit68a8227da67c9c70e574d0be26c9e67375141d3c (patch)
treeb7b9df928018c023b98ec1cd923e1ca7fe8e5458 /kde-plasma/plymouth-kcm
parentmedia-libs/sdl2-ttf: Bump to version 2.0.15 (diff)
downloadgentoo-68a8227da67c9c70e574d0be26c9e67375141d3c.tar.gz
gentoo-68a8227da67c9c70e574d0be26c9e67375141d3c.tar.bz2
gentoo-68a8227da67c9c70e574d0be26c9e67375141d3c.zip
kde-plasma: Drop KDE Plasma 5.14.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r--kde-plasma/plymouth-kcm/Manifest1
-rw-r--r--kde-plasma/plymouth-kcm/plymouth-kcm-5.14.3.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 93fdb3392a98..27d8473c7f0d 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,2 +1 @@
-DIST plymouth-kcm-5.14.3.tar.xz 39660 BLAKE2B 2f183a2348820b2214089b01ebd6e827fa0221347f84f696a6cdae5e4c84363297c01c07b571d5a97b5930e12de8fe797da2275f413717266d769fed3e2ebde6 SHA512 6024b44cb0c567d405c398f33bb242c1256032660e4a7f2a575db4c7b70bf3b35de8ae3491a76be96b9de9e24dcd84d3345797a2978dbbcc53c96c312b4e4d59
DIST plymouth-kcm-5.14.5.tar.xz 39488 BLAKE2B 83221255b8ece21b01a7a117aeb31148a8eacd3e856fb92fc73f304f1a9d2cb488758f945275eb1d8a84cb42eaa4a8b6a33fe69e9a7b6855b5d6a9a9329e9099 SHA512 cd90ebbce2a383bf38e886f96ce75290008ce8721092bd3950b8f097f3920341e6a874577359538bdcdb4fd180f59bc24f068a17038412b2623649b1b8ce5440
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.14.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.14.3.ebuild
deleted file mode 100644
index 34b47920ae2b..000000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.14.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-BOGUS=1
-inherit kde5
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://cgit.kde.org/plymouth-kcm.git"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kauth)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtquickcontrols)
- $(add_qt_dep qtwidgets)
- sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep kde-cli-tools)
-"
-
-DOCS=( CONTRIBUTORS )