summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 23:18:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 23:28:52 +0100
commit8bc47990177ccd70d44fb8daf7458d50cd80ecd7 (patch)
tree3fd42dfe69c80be3cbf85fb3db9adc4d6fe03902 /kde-plasma/plymouth-kcm
parentapp-text/xindy: Drop old (diff)
downloadgentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.tar.gz
gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.tar.bz2
gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.zip
kde-plasma: Drop KDE Plasma 5.11.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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.11.4.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 16607ada4b9e..a5d25efb7e66 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,3 +1,2 @@
DIST plymouth-kcm-5.10.5.tar.xz 34432 BLAKE2B 7e012b05c4503d801f56d07c9f3e1ece2f7dddf3a145eae9ad3c21d6393f8f9c7ab6db4538acab602b76592ffd8d4ff1b1862457c4909b659fa3a3246ca54936 SHA512 07244bbd3d102ac9d37bfd056d5b1e2a4b2e56788ed41df4f0492bf8e1032a40beeff3f05b9feac3f8f58a90ca3693f15a7c728b78aaa6c2bc5bfb8665461640
-DIST plymouth-kcm-5.11.4.tar.xz 36676 BLAKE2B 955686f91ab501beeabb2991e30664a76c24ce3926be29b1c1f6cd906bbd4c522d87c2b263f3bc983d1a7384abe9df484f4866a1761db61155a33061f4b652cb SHA512 cccb42491fec6f7ae1e067f0eac781b215fe9ba083b6cfdec5fe2e7813652bdf631b242bc58684d1bb4101ab9c7e559e85a1b46c20067be7fd948c84e7c55c19
DIST plymouth-kcm-5.11.5.tar.xz 39368 BLAKE2B da61b6e32c1a73a4bd5e138c4e5720feb1648091ccf9e28583b40f30ccad20ff6dd8096996c93224accd151d5f9f4298756ff2bec37c73176f2e3159ed3f7627 SHA512 c30ca55c8647b3c32f1266519a7b005f9d2b2eb0b7064c12ea1780b85ff43662dc6be8ed46e2730be84eec96d809b7cf01385a2d38c52769f469bb355c983ed2
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.11.4.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.11.4.ebuild
deleted file mode 100644
index dfa2633ddddb..000000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.11.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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 )