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, 04 Jan 2022 11:57:32
Message-Id: 1641294967.a3807f75c3eb4e57f5cadc18c738dd9d43f4e7ac.asturm@gentoo
1 commit: a3807f75c3eb4e57f5cadc18c738dd9d43f4e7ac
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 11:16:07 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 11:16:07 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3807f75
7
8 kde-plasma/plymouth-kcm: drop 5.23.49.9999*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../plymouth-kcm/plymouth-kcm-5.23.49.9999.ebuild | 37 ----------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.49.9999.ebuild
16 deleted file mode 100644
17 index 116b2809d9..0000000000
18 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.49.9999.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -KFMIN=5.86.0
27 -PVCUT=$(ver_cut 1-3)
28 -QTMIN=5.15.2
29 -inherit ecm kde.org
30 -
31 -DESCRIPTION="KDE Plasma control module for Plymouth"
32 -HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
33 -
34 -LICENSE="GPL-2+"
35 -SLOT="5"
36 -KEYWORDS=""
37 -IUSE=""
38 -
39 -DEPEND="
40 - >=dev-qt/qtdeclarative-${QTMIN}:5
41 - >=dev-qt/qtgui-${QTMIN}:5
42 - >=dev-qt/qtquickcontrols-${QTMIN}:5
43 - >=dev-qt/qtwidgets-${QTMIN}:5
44 - >=kde-frameworks/karchive-${KFMIN}:5
45 - >=kde-frameworks/kauth-${KFMIN}:5
46 - >=kde-frameworks/kconfig-${KFMIN}:5
47 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
48 - >=kde-frameworks/kdeclarative-${KFMIN}:5
49 - >=kde-frameworks/ki18n-${KFMIN}:5
50 - >=kde-frameworks/kio-${KFMIN}:5
51 - >=kde-frameworks/knewstuff-${KFMIN}:5
52 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
53 - sys-boot/plymouth
54 -"
55 -RDEPEND="${DEPEND}
56 - >=kde-plasma/kde-cli-tools-${PVCUT}:5
57 -"