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: Sun, 29 May 2022 20:44:25
Message-Id: 1653855866.bacadd767ce5dcd39249b414b5f04e28942cb6cb.asturm@gentoo
1 commit: bacadd767ce5dcd39249b414b5f04e28942cb6cb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 20:18:52 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 20:24:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacadd76
7
8 kde-plasma/plymouth-kcm: Drop 5.24.4
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.24.4.ebuild | 37 ----------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
17 index ea366b3531e1..8d7f4806c734 100644
18 --- a/kde-plasma/plymouth-kcm/Manifest
19 +++ b/kde-plasma/plymouth-kcm/Manifest
20 @@ -1,2 +1 @@
21 -DIST plymouth-kcm-5.24.4.tar.xz 39920 BLAKE2B e1edda971f8d055defe35da2710c1da7de336bde9dedc378b7217b1884da2bbdf066be58e17159b029487772f0ff3e2072986c6b7da1cf005e4dbab5ab3dd5ca SHA512 532f83b73fdbdfb1457a86d8d06d0f947eb64729d75b33646c7ca276845407c5ad924f2d3bfa34a926a26f0c580696ed076bb927b99d13edc1049f0109c8b4af
22 DIST plymouth-kcm-5.24.5.tar.xz 39964 BLAKE2B ba1e54afb9a19b4e3858caa31c8c729feb338412368c8b91a197ee87351397f6c54f62753862982f6f2a3bbcbb74c39946bfcc9e90085ec22179676672ebb229 SHA512 7bc78c3b3d2639de00f428bda606b4f822c99f4c3dc0c2f1fe3f422208e05273701a1871fc573c36b8e14cc1a8bc02e07e4389a40b3fee3a6b79c44a561c2cf8
23
24 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.4.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.4.ebuild
25 deleted file mode 100644
26 index d6268b4f5766..000000000000
27 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.24.4.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -KFMIN=5.90.0
36 -PVCUT=$(ver_cut 1-3)
37 -QTMIN=5.15.2
38 -inherit ecm kde.org
39 -
40 -DESCRIPTION="KDE Plasma control module for Plymouth"
41 -HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="5"
45 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
46 -IUSE=""
47 -
48 -DEPEND="
49 - >=dev-qt/qtdeclarative-${QTMIN}:5
50 - >=dev-qt/qtgui-${QTMIN}:5
51 - >=dev-qt/qtquickcontrols-${QTMIN}:5
52 - >=dev-qt/qtwidgets-${QTMIN}:5
53 - >=kde-frameworks/karchive-${KFMIN}:5
54 - >=kde-frameworks/kauth-${KFMIN}:5
55 - >=kde-frameworks/kconfig-${KFMIN}:5
56 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
57 - >=kde-frameworks/kdeclarative-${KFMIN}:5
58 - >=kde-frameworks/ki18n-${KFMIN}:5
59 - >=kde-frameworks/kio-${KFMIN}:5
60 - >=kde-frameworks/knewstuff-${KFMIN}:5
61 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
62 - sys-boot/plymouth
63 -"
64 -RDEPEND="${DEPEND}
65 - >=kde-plasma/kde-cli-tools-${PVCUT}:5
66 -"