summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-03 16:06:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-03 18:39:54 +0200
commit84e5eb2ebd408dd40446e400cf049a9015c7faf8 (patch)
tree653e4effdcbb37fc5e4ffcf24d194601eee0b758 /kde-plasma/plymouth-kcm
parentkde-plasma: Add KDE Plasma 5.16.5 (diff)
downloadgentoo-84e5eb2ebd408dd40446e400cf049a9015c7faf8.tar.gz
gentoo-84e5eb2ebd408dd40446e400cf049a9015c7faf8.tar.bz2
gentoo-84e5eb2ebd408dd40446e400cf049a9015c7faf8.zip
kde-plasma: Drop KDE Plasma 5.16.4
Package-Manager: Portage-2.3.69, 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.4.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 0fe94bea21da..e095ee453f20 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.4.tar.xz 40032 BLAKE2B 0b9c967efa9edcb99a67f7ce8c7bb6fdc8607bcd04ae16ae4087a7a7f0029ff32b316a385c70ad2015340805bd5935e0a1215fbbc10dcd1a80c613cd9a74dba1 SHA512 6137fc3868e07a8db7ecaba97d720471fc88cc77d5c29db1957b181d0fd892fd8919f704afe065b3eb73b9c0b1bb61115761c59d81fd89dc0c595d8558525a18
DIST plymouth-kcm-5.16.5.tar.xz 40224 BLAKE2B d53cc4fb4b91da3a8eb6c44a6783833a2ec9f4ddd9d83c5f4120b23dad85f9afe0aa344dc4d1b520a3196d7e1fefbae1687ab33baa82a320db983732a4222b0f SHA512 5a606d946ac7c6337b9df5bdbb597c2b1c22a1b214e9c37c0abb1bad9b8a5bbac2c9cf99d708af828329e373fad492ce32cc0f9ad553ca87d51732f69f41cbb2
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.4.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.4.ebuild
deleted file mode 100644
index f22846300564..000000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.16.4.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 )