summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 19:15:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:20:32 +0100
commite20e8fd60228502d41b0cee117f8792f8829c161 (patch)
tree7a8a1bc18288f2e94dc9a581fe0364bf83aca343 /kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.ebuild
parentprofiles: net-vpn/strongswan: don't enable padlock on amd64 (diff)
downloadgentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.gz
gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.bz2
gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.zip
kde-plasma: Drop KDE Plasma 5.13.5
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.ebuild')
-rw-r--r--kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.ebuild
deleted file mode 100644
index 34b47920ae2b..000000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.13.5.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 )