summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 19:57:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 19:57:13 +0200
commitf2deb97b5fc0fa195501faec71576f59d5003ec3 (patch)
tree6a4f516796fbfe22de9dd2f01e93c9148bc5fe30 /kde-plasma/plymouth-kcm
parentkde-plasma/libkworkspace: Add ~arm64 keyword (diff)
downloadgentoo-f2deb97b5fc0fa195501faec71576f59d5003ec3.tar.gz
gentoo-f2deb97b5fc0fa195501faec71576f59d5003ec3.tar.bz2
gentoo-f2deb97b5fc0fa195501faec71576f59d5003ec3.zip
kde-plasma: Drop KDE Plasma 5.14.1
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.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 4eecb995023e..fb73747bf950 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,4 +1,3 @@
DIST plymouth-kcm-5.12.7.tar.xz 39500 BLAKE2B eb7d9e8ac77b936c9cdd522fe48edf8538b23227f1d01fd715bce7e8c35eeeb8cd1e80215ac2c58f9268bf3516c7e7a0d05a39f082e3819dae83583d134ed754 SHA512 9b1e0456794b26c7630d88f3c6e568c8e13d77bfc70c89bd6631db51f06d82c6a8508a587290400f5be0ba96a5c78c92a9a0cabea40b201283fb8dc6ae2d45e5
DIST plymouth-kcm-5.13.5.tar.xz 39612 BLAKE2B 7b47ac2c6eccbd423180110b70ee2bd4f68da541ac6538e7ae8c2adbce2d0ceb1170abe6c35a8ee3b15f5c974879364f1249b57c626b9a1be5c76b0a0941fc5e SHA512 4f97e85782454a80d9e08ed472d26b6e25ba4681b44a9a1abb3664a52a1cb11c43dd35f043ed3dfd289becfcccd42ca45be354498b2128d3f2d28fed557854a0
-DIST plymouth-kcm-5.14.1.tar.xz 39484 BLAKE2B 6267d842fc6206c9c4f2bda96f2492a548eeab4a3b8889441b3d1de667901b4a79a20d9c32928852b30430a4c731f8f1398eb0b4f60a385a7207c0423ade8e18 SHA512 0423c85aa26299afd2087c42c2d26ad2c28ea18bcadf89bf4c4a27abf313b1a6682453694a9593f4f4a1b407281e104ae0c355f622f0e7d9e04803d1f89ea538
DIST plymouth-kcm-5.14.2.tar.xz 39340 BLAKE2B eec447a3527f39c3fa4b7ea9143d76c000b70a5b806fe6a6be1d1bb90bbd0853a842f1c87e81ff382450bcf7c6b384145bfef2fbf9cab9572de70ca8f78f3d02 SHA512 b7d3eb04d913561bd025a4f40fe351b4dd5adb15a35161f709b48846d26d1cf4bf455ac531a017627f0c2a126237274657c9f5ec12c51749d71b283059c7bf1d
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.14.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.14.1.ebuild
deleted file mode 100644
index 706f828d0e4b..000000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.14.1.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 )