Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/
Date: Tue, 01 Sep 2020 12:02:10
Message-Id: 1598961543.b96188faa68eb2b65c230aeeab3967d0a21f932a.asturm@gentoo
1 commit: b96188faa68eb2b65c230aeeab3967d0a21f932a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 11:59:03 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 11:59:03 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b96188fa
7
8 kde-plasma/plymouth-kcm: drop 5.19.49.9999*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../plymouth-kcm/plymouth-kcm-5.19.49.9999.ebuild | 40 ----------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.49.9999.ebuild
16 deleted file mode 100644
17 index 1230bfa876..0000000000
18 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.49.9999.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -BOGUS=1
27 -KFMIN=5.71.0
28 -PVCUT=$(ver_cut 1-3)
29 -QTMIN=5.14.2
30 -inherit ecm kde.org
31 -
32 -DESCRIPTION="KDE Plasma control module for Plymouth"
33 -HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
34 -
35 -LICENSE="GPL-2+"
36 -SLOT="5"
37 -KEYWORDS=""
38 -IUSE=""
39 -
40 -DEPEND="
41 - >=dev-qt/qtdeclarative-${QTMIN}:5
42 - >=dev-qt/qtgui-${QTMIN}:5
43 - >=dev-qt/qtquickcontrols-${QTMIN}:5
44 - >=dev-qt/qtwidgets-${QTMIN}:5
45 - >=kde-frameworks/karchive-${KFMIN}:5
46 - >=kde-frameworks/kauth-${KFMIN}:5
47 - >=kde-frameworks/kconfig-${KFMIN}:5
48 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
49 - >=kde-frameworks/kdeclarative-${KFMIN}:5
50 - >=kde-frameworks/ki18n-${KFMIN}:5
51 - >=kde-frameworks/kio-${KFMIN}:5
52 - >=kde-frameworks/knewstuff-${KFMIN}:5
53 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
54 - sys-boot/plymouth
55 -"
56 -RDEPEND="${DEPEND}
57 - >=kde-plasma/kde-cli-tools-${PVCUT}:5
58 -"
59 -
60 -DOCS=( CONTRIBUTORS )