diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-01 19:58:26 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-01 20:03:50 +0200 |
commit | c785928c12e0c416551c28f7bd3f889f9d73d100 (patch) | |
tree | e4fee8436ce85a53d26792d85d049c1453cbf176 /kde-plasma/plymouth-kcm | |
parent | kde-plasma: Version bump KDE Plasma 5.12.5 (diff) | |
download | gentoo-c785928c12e0c416551c28f7bd3f889f9d73d100.tar.gz gentoo-c785928c12e0c416551c28f7bd3f889f9d73d100.tar.bz2 gentoo-c785928c12e0c416551c28f7bd3f889f9d73d100.zip |
kde-plasma: Remove KDE Plasma 5.12.4
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r-- | kde-plasma/plymouth-kcm/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plymouth-kcm/plymouth-kcm-5.12.4.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index c8a81a2abf39..367db5a114b2 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,3 +1,2 @@ DIST plymouth-kcm-5.11.5.tar.xz 39368 BLAKE2B da61b6e32c1a73a4bd5e138c4e5720feb1648091ccf9e28583b40f30ccad20ff6dd8096996c93224accd151d5f9f4298756ff2bec37c73176f2e3159ed3f7627 SHA512 c30ca55c8647b3c32f1266519a7b005f9d2b2eb0b7064c12ea1780b85ff43662dc6be8ed46e2730be84eec96d809b7cf01385a2d38c52769f469bb355c983ed2 -DIST plymouth-kcm-5.12.4.tar.xz 39004 BLAKE2B fb9a3ad9281e61d07c17b4b7de3a5739235a6c267579c7a60a73a9c25e5c92b35696977a928b9e72ca4e716851cf1a0a93ac470de61b2710748ffa054a5aed69 SHA512 da1ae6a949d84685053d889a39230f82e3d6d777f3e69112b6e857094f18be1a453abba94d0f0fb0135df43c0a4bbc0938a29da7580b2e5784c3eb1613385862 DIST plymouth-kcm-5.12.5.tar.xz 38968 BLAKE2B 5707e49bcf9a03cc1546523075dc8c60dd00277c92866350babb36bbceff34b9612369d034c6983db0622821a6eb0025bedd0be7cd0412be010ca4e486a2a9af SHA512 67c630182eaf891bf4b28c9889f76b40c61525a992d3f80985f69ecdf831d9869456ff59b0c3f0cb9581b1f2412a56d907e9af3a8beaee3b1966ab64254b8c69 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.4.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.4.ebuild deleted file mode 100644 index b22a94e9b199..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 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 ) |