summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 14:28:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 15:31:28 +0200
commit61fbfbd405472bdd1c323a5b6ea83ad52d0e59db (patch)
tree92543d248d5ee735400f8708dab0eb81a090e619 /kde-plasma/plymouth-kcm
parentapp-mobilephone/heimdall: update source URIs (diff)
downloadgentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.gz
gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.bz2
gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.zip
kde-plasma: Drop KDE Plasma 5.13.2
Package-Manager: Portage-2.3.41, Repoman-2.3.9
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.13.2.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index d98f5c6f34b4..b0d0afbe0b24 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,4 +1,3 @@
DIST plymouth-kcm-5.12.5.tar.xz 38968 BLAKE2B 5707e49bcf9a03cc1546523075dc8c60dd00277c92866350babb36bbceff34b9612369d034c6983db0622821a6eb0025bedd0be7cd0412be010ca4e486a2a9af SHA512 67c630182eaf891bf4b28c9889f76b40c61525a992d3f80985f69ecdf831d9869456ff59b0c3f0cb9581b1f2412a56d907e9af3a8beaee3b1966ab64254b8c69
DIST plymouth-kcm-5.12.6.tar.xz 39448 BLAKE2B dc0d3292ed4f92ff6d731e5057db04202b869f2ecd7a59583f7894cd8120785acb8f0938944e47a523b3ea8b2272248d76544d9db03761a59817a9b1303461dd SHA512 1c6f1eabc9c814e908903c2fdc5372a73e5b579c743e99e5fc44d72dde70d95a582ee80d1ff9b930aa5e6df26d0c185bcee466604d7102e91332bcebf7e3d7bb
-DIST plymouth-kcm-5.13.2.tar.xz 39600 BLAKE2B a167ae758dedddb19f43609a0fa96220de44c196c8d446cc291fb7f548c0169f46ff792a0237be7c27e68d81c103f902f48b94f08315e728c92e4298df3cad80 SHA512 b6b642f21dc5ad3708efc37b5a0b82b012164d39742b644dbe95e71ac77d2efd8fd459f1cf129cc23fb6ae3cb957058fa7b8d6c9fab9b76fe4a77f3c69d0ebcc
DIST plymouth-kcm-5.13.3.tar.xz 39472 BLAKE2B 347985bc7da4be577afc23ec5a5debc686fb2c293100459d8153f356dc7a97bea76cfc39cc18cc5b1891b0ae24ec5df6c3e830ed91f776c2475e54378c94883e SHA512 4c940a424adfae78dd76df25825269f31e33e299defc6bc57d3a5b9f2e0513572e40710b5004969dd178e1be0d806dcfc49858f97b8754c07bd5fef597c05913
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.13.2.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.13.2.ebuild
deleted file mode 100644
index b22a94e9b199..000000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.13.2.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 )