summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 16:51:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 16:52:15 +0200
commit7771149dd1aaedc3b5a72ce40e249c6b094e397a (patch)
tree340c6fc5eb0f99c414c39d70926318589fa3c99f /kde-plasma/plymouth-kcm
parentkde-plasma: Add KDE Plasma 5.16.2 (diff)
downloadgentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.tar.gz
gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.tar.bz2
gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.zip
kde-plasma: Drop KDE Plasma 5.16.1
Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.16.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 960070810c25..e7991c1cdfb5 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,3 +1,2 @@
DIST plymouth-kcm-5.15.5.tar.xz 39588 BLAKE2B e7e418dda806645a4d1ae47f817208faebda82ff5670c20473ed19b9a939cfc9ce0be8b29e4bb04b412ade09c6e8fae2a19170d26414f6a22043e64aeee1145d SHA512 f38af7e5fa715531f2515c4452dcc5534c63b8cd6bd444232527a1ba3c1011289ef8b0cb772d40594a040ebd044652de1f8d9e3fd1146e2688fbbe8882a040ed
-DIST plymouth-kcm-5.16.1.tar.xz 40016 BLAKE2B 856e6c52e84b147483dee5ccb1217bbcfbb739e6b52ad0c7bb41dda8af6e4cd9d41ec60503790a935170e77e6cd8a86496d4450b6dc9b72e3d151edf58924261 SHA512 cf9a9338f0f69ee4f79220f176ea288955118ceb472f554af7fea6deee0d2dc121d80116f6dedfa75eaa0d0c4628a8da61102ab564e64faafd44f8e81609940d
DIST plymouth-kcm-5.16.2.tar.xz 40068 BLAKE2B 97ffd4a1d38e4a0ffe10d9760cc0b40afde2cda42c881d8014213fc9fd6e480b15870933d2ec601bc8c081e4653fc26a4d2f216b701aedc74c330edbda65be8e SHA512 3f9b9716298f88ee6350996026554992b051a478c68def6184c4be829b85039d5d4f8821bf6226fd0327e83e84449fac9be8fd8e35c6e4706155855ea37d4d27
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.1.ebuild
deleted file mode 100644
index f22846300564..000000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~arm64 ~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 )