diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-19 16:08:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-19 16:08:52 +0100 |
commit | a9211382130de01503fc810e129afb95f271e2f1 (patch) | |
tree | ed64b23448b395c9184e798e3c8c0af21af0c05b /kde-plasma/plymouth-kcm | |
parent | x11-wm/dwm: fix fontconfig path for Prefix by Susan Wilson (diff) | |
download | gentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.gz gentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.bz2 gentoo-a9211382130de01503fc810e129afb95f271e2f1.zip |
kde-plasma: Drop KDE Plasma 5.15.0
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.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 8a87aa49f65e..ecd32733c98c 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.0.tar.xz 39340 BLAKE2B 06ef4b0a66f74fab41ab3cf851e6e29ccd2d850ba549dca9bac00a00c9e776a9e8250c292964affffb8838bba06a4090cbefb5e30924439a1b8815c77b4d02a3 SHA512 692372be79f7529ce7268a33fa3c05c00ac346ed984f0605967583fc4475200999c9a7016b6389360843c2860a97e9a8f19b3d45e690f781429012ba2d8e2bf9 DIST plymouth-kcm-5.15.1.tar.xz 39588 BLAKE2B 4e4efd62fa6629e1e8cdabe6eed63a69374500b147f9e345ae0a314d52ca31eb9d84d7ae4be42ed0702e8bfd1073b101fe17558bcbdd26927883ac0501b52003 SHA512 dd1a77d5e03e74067a439b3aacd2367eb8dfdcf800f7257db980961fdc2f413f5d1d3c64c7c955316fe57c1994ab2a972abf0422b778a55ca27db428c3d780bc diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.0.ebuild deleted file mode 100644 index 173968f02faa..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.0.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 ~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 ) |