diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:14:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:22:22 +0200 |
commit | 451c714e3256087189b39b2b11184b52874a214f (patch) | |
tree | 909abba87f30c6441527044ce5c7d7694801d7c4 /kde-plasma/plymouth-kcm | |
parent | app-office/pybliographer: Drop old (diff) | |
download | gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.gz gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.bz2 gentoo-451c714e3256087189b39b2b11184b52874a214f.zip |
kde-plasma: Drop KDE Plasma 5.15.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12
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.3.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 8b41e3dfe030..2ae67a2118da 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.3.tar.xz 39356 BLAKE2B 7be30b17f9f6a93af2098b0c0f2584fcffce39b92a40e63bf69615828283eb8727f3ca398a15c2831b83a9f9bedcc8056c0c72ef9844132c15f7612f30474cf6 SHA512 69e56cf00ef0f43dbfd7891c0de653c5f30339c3d86bcb18e7d74d6eec8b467484d48249b49a9c62f452b339f19c149275491886588faae526d90291370f81a9 DIST plymouth-kcm-5.15.4.tar.xz 39632 BLAKE2B 0e1e0f1bc1dbb7f0e74f99d24171866857023ea2f4551241898abac4d8b79e6d17aec9f30653c7224f841050b3e040d1655c2bd75813a1f1802ad9adc74ee4c8 SHA512 b465a86eedd7b29e48d8ff83c77398afc93ce6020552c510a10823b5c790db3cfefc1c6c530889574ffcabbca979d31ff8e4c7f77dc8cb1e73d475ab967d0513 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.3.ebuild deleted file mode 100644 index f22846300564..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.3.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 ) |