summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-05 17:32:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-05 18:36:17 +0100
commitca23ea4af4b7068e53654d18c3566e4895a9fda7 (patch)
tree93d76dd216202716a8af4d08f54f368a43096b47 /kde-plasma/plymouth-kcm
parentkde-plasma/plasma-vault: drop 5.20.4* (diff)
downloadgentoo-ca23ea4af4b7068e53654d18c3566e4895a9fda7.tar.gz
gentoo-ca23ea4af4b7068e53654d18c3566e4895a9fda7.tar.bz2
gentoo-ca23ea4af4b7068e53654d18c3566e4895a9fda7.zip
kde-plasma/plymouth-kcm: drop 5.20.4*
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.20.4.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index c1fdf2cb7d3d..92237d2970e6 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,3 +1,2 @@
DIST plymouth-kcm-5.19.5.tar.xz 41680 BLAKE2B d9a7a0c5d512322d0a9074e810fd8ebbdc2308985f471280c9c862f71aef77270fc39c9a6a4b4b2e8691c78501496fb101cd288b4b39b638cfc2f8f518ca50b5 SHA512 fbcebcec7ee4c69491b6425c5cac09801a26310ff15bc252bb66bdf8e322734c0d1551b97a4eb3e725e08e70010a0a4949560e2c5a58f61d1aa004620c8ac6cc
-DIST plymouth-kcm-5.20.4.tar.xz 43008 BLAKE2B 6b6736a7e85f5e4782357b0122792a6b59b688150a95e4360202766b6143116d4ec30bd631b7943b3a8dc0c3981b8d4b59f39eff2031eb4ce8d66c8e88a8c0f8 SHA512 00efdf859c94d50192fbca18807911ae3e9ae65e20a78982ae3b2c19c32ec9f2e1958ad052bb51c9c531591fe45f4c5b79ea500f092a316d49e209b2181f2170
DIST plymouth-kcm-5.20.5.tar.xz 43024 BLAKE2B d7a2a6a347484f27d73ade549da7cd338ca23f2e69543c8f2724222e3585fe0f49067ea94c1a70e8fdead16634e408fbf742aa798c5b594e0040b96eb54263ad SHA512 a150c77aad5cc663dd8f2d718ddf06472563782ff5d831bc3ade5b790cb8eb4a15890181c7587e5c74d73db0b2f05185b705ff1288c43b3940461aecc87b5e78
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.4.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.4.ebuild
deleted file mode 100644
index 543bb572e1f2..000000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-BOGUS=1
-KFMIN=5.74.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtquickcontrols-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kauth-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knewstuff-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
- >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-DOCS=( CONTRIBUTORS )