Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/
Date: Tue, 27 Oct 2020 21:26:48
Message-Id: 1603833956.208682c90c7b6eb8440250a5a413a9c9fdfc3f42.asturm@gentoo
1 commit: 208682c90c7b6eb8440250a5a413a9c9fdfc3f42
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 20:21:34 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 21:25:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208682c9
7
8 kde-plasma/plymouth-kcm: drop 5.20.1*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plymouth-kcm/Manifest | 1 -
13 kde-plasma/plymouth-kcm/plymouth-kcm-5.20.1.ebuild | 40 ----------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
17 index 164cdfc3137..1176af0ce10 100644
18 --- a/kde-plasma/plymouth-kcm/Manifest
19 +++ b/kde-plasma/plymouth-kcm/Manifest
20 @@ -1,3 +1,2 @@
21 DIST plymouth-kcm-5.19.5.tar.xz 41680 BLAKE2B d9a7a0c5d512322d0a9074e810fd8ebbdc2308985f471280c9c862f71aef77270fc39c9a6a4b4b2e8691c78501496fb101cd288b4b39b638cfc2f8f518ca50b5 SHA512 fbcebcec7ee4c69491b6425c5cac09801a26310ff15bc252bb66bdf8e322734c0d1551b97a4eb3e725e08e70010a0a4949560e2c5a58f61d1aa004620c8ac6cc
22 -DIST plymouth-kcm-5.20.1.tar.xz 42356 BLAKE2B 06d14b000ef6f4913b9f696c4a2b6d549520fc8fad402b4a16a24ef517d6e46b6ce9367300a1a5e198f2aa156e399e7657cf09272bf7908f30ba51641264a9a6 SHA512 851befab4e136d2f0b3216c43c6a19ceb7dd8bade7ad9379eacd96795c34bfc47420fa5cb9842644432a980c55fb6d0d1fe6e43a42c6d400b2c2f12b908fea1c
23 DIST plymouth-kcm-5.20.2.tar.xz 42300 BLAKE2B 58dc9e84c337fe3e4d64bc0b0a031057403a7539f344f46a19c97d26bbc0daa800caa7d4058d14c853ac8fb58fa2e1af3bc203d254ae809f95d9aa92b764b0f6 SHA512 837dd8d1b5dd568d4358d309b4f535223e5136628f546e4dc2cea62b56b853eee803bc333fba723662af918b7c2063bdee375be42bd5f7a7e1c9589cce9d40d4
24
25 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.1.ebuild
26 deleted file mode 100644
27 index 543bb572e1f..00000000000
28 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.20.1.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -BOGUS=1
37 -KFMIN=5.74.0
38 -PVCUT=$(ver_cut 1-3)
39 -QTMIN=5.15.1
40 -inherit ecm kde.org
41 -
42 -DESCRIPTION="KDE Plasma control module for Plymouth"
43 -HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="5"
47 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
48 -IUSE=""
49 -
50 -DEPEND="
51 - >=dev-qt/qtdeclarative-${QTMIN}:5
52 - >=dev-qt/qtgui-${QTMIN}:5
53 - >=dev-qt/qtquickcontrols-${QTMIN}:5
54 - >=dev-qt/qtwidgets-${QTMIN}:5
55 - >=kde-frameworks/karchive-${KFMIN}:5
56 - >=kde-frameworks/kauth-${KFMIN}:5
57 - >=kde-frameworks/kconfig-${KFMIN}:5
58 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
59 - >=kde-frameworks/kdeclarative-${KFMIN}:5
60 - >=kde-frameworks/ki18n-${KFMIN}:5
61 - >=kde-frameworks/kio-${KFMIN}:5
62 - >=kde-frameworks/knewstuff-${KFMIN}:5
63 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
64 - sys-boot/plymouth
65 -"
66 -RDEPEND="${DEPEND}
67 - >=kde-plasma/kde-cli-tools-${PVCUT}:5
68 -"
69 -
70 -DOCS=( CONTRIBUTORS )