diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-21 10:06:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-21 10:06:06 +0200 |
commit | f2d67b7d0699d02a4025aa99e293642bb75f4709 (patch) | |
tree | 70cb183b1fc39c853f741a0ea16452a5a1cc943b /kde-plasma/plymouth-kcm | |
parent | www-servers/tomcat-9.0.26: bump (diff) | |
download | gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.tar.gz gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.tar.bz2 gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.zip |
kde-plasma: Drop KDE Plasma 5.15.5
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.15.5.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 7398e76e626f..4864a668f996 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,2 +1 @@ -DIST plymouth-kcm-5.15.5.tar.xz 39588 BLAKE2B e7e418dda806645a4d1ae47f817208faebda82ff5670c20473ed19b9a939cfc9ce0be8b29e4bb04b412ade09c6e8fae2a19170d26414f6a22043e64aeee1145d SHA512 f38af7e5fa715531f2515c4452dcc5534c63b8cd6bd444232527a1ba3c1011289ef8b0cb772d40594a040ebd044652de1f8d9e3fd1146e2688fbbe8882a040ed DIST plymouth-kcm-5.16.5.tar.xz 40180 BLAKE2B e30bc3b3ce93ff6338470de3121bcbbbf499b3f353c7f6295d4c8aa142eedf0541c0a84970d630074008c8fa859ed8754d320c137220687796d31f4413339083 SHA512 9544cd44cddb5736b38be649e61bf0ed0c7553ac0fa8e7de978e297cfa3d0046339832937ee8ca2e83f610b5516b90c512ebaeb20a9c66c7ea47fb93c1d3fd36 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.5.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.5.ebuild deleted file mode 100644 index 60f20d14aaab..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.5.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 ) |