diff options
author | 2019-03-12 14:31:20 +0100 | |
---|---|---|
committer | 2019-03-12 14:31:20 +0100 | |
commit | 9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d (patch) | |
tree | e68ae11cce6f377674cb0204c714a1da439c782f /kde-plasma/plymouth-kcm | |
parent | kde-plasma: Add KDE Plasma 5.15.3 (diff) | |
download | gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.gz gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.bz2 gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.zip |
kde-plasma: Drop KDE Plasma 5.15.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.2.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index d5fd581f1538..a77885d1e32a 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,3 +1,2 @@ DIST plymouth-kcm-5.14.5.tar.xz 39488 BLAKE2B 83221255b8ece21b01a7a117aeb31148a8eacd3e856fb92fc73f304f1a9d2cb488758f945275eb1d8a84cb42eaa4a8b6a33fe69e9a7b6855b5d6a9a9329e9099 SHA512 cd90ebbce2a383bf38e886f96ce75290008ce8721092bd3950b8f097f3920341e6a874577359538bdcdb4fd180f59bc24f068a17038412b2623649b1b8ce5440 -DIST plymouth-kcm-5.15.2.tar.xz 39372 BLAKE2B 8194c94a5cea6c4225d3a274cd6607f3c411e852d57c1c6dee67784e57742f95ccd49298c0286ee75cf98d1942c9c3579c15ecbcbf9b268b6fa3a0d884fb37f8 SHA512 c0522a93770e412a1ad09e849249dbe00836bdafb7e93a2ecb7ee81760b12cd1450a6ea57e1e9ed0019a0fe8125369d14c7b124820927409f3e7eb5b1e4b5755 DIST plymouth-kcm-5.15.3.tar.xz 39356 BLAKE2B 7be30b17f9f6a93af2098b0c0f2584fcffce39b92a40e63bf69615828283eb8727f3ca398a15c2831b83a9f9bedcc8056c0c72ef9844132c15f7612f30474cf6 SHA512 69e56cf00ef0f43dbfd7891c0de653c5f30339c3d86bcb18e7d74d6eec8b467484d48249b49a9c62f452b339f19c149275491886588faae526d90291370f81a9 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.ebuild deleted file mode 100644 index f22846300564..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.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 ) |