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, 08 Nov 2022 16:12:01
Message-Id: 1667923834.03e06d7d4304e3d4266eff15440fce009058b449.asturm@gentoo
1 commit: 03e06d7d4304e3d4266eff15440fce009058b449
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 8 16:05:05 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 8 16:10:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e06d7d
7
8 kde-plasma/plymouth-kcm: drop 5.26.2
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.26.2.ebuild | 38 ----------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
17 index 10c33db4d657..f187214dc1aa 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.25.5.tar.xz 41316 BLAKE2B af64c07422f2325386bf691df78156dab693e00037871da076990456a715f44ad13f9ca3d9c765a09db0fa91d2c8816058b5e20111b51d2591b3c6d5430e51b3 SHA512 b361d4f7bfe3f2b1c17f90771ecfb3a543c8e8d171f392348fec3cf3b189b7c8fd7d48f3cce3a9f8d6dcba4e18e3d54745c74547fe9b724f325edecfb24cf87d
22 -DIST plymouth-kcm-5.26.2.tar.xz 43992 BLAKE2B 2d5c7293c09d632340a2f587ab4362f4885644b457c5e0dc89744752b8b97a9158cbde7317ff0f14631a1003072754547245d54f7c68c07564625a7402551215 SHA512 7eca935607090bf5ddbb1d651ed803138b7aeac6ebc4c17b2b9b12c000a64bd9922f86d0ad20d216f36e1aa34770a9b914ec344d415f46760c8ef78e22a6a7ee
23 DIST plymouth-kcm-5.26.3.tar.xz 44092 BLAKE2B 9e9ad2eca51b551dea8b16f2ccf456c2a40cc117da98530753bfc391a80267ba30cca5fbcaecb150ce6404b9c762c4f05b7b2d3b7edaea7bf973c8983ca11760 SHA512 8e7aa3699e9eed4da947131c9888d130489b200d9ab4ac7ad8759d0a8d3a2e7d78de1d815c0cc705a2994ef143676950ec53ec77dccdd683c1e2675b8b9a4402
24
25 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.2.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.2.ebuild
26 deleted file mode 100644
27 index 2e54d8cdc30e..000000000000
28 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.26.2.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -KFMIN=5.99.0
37 -PVCUT=$(ver_cut 1-3)
38 -QTMIN=5.15.5
39 -inherit ecm plasma.kde.org
40 -
41 -DESCRIPTION="KDE Plasma control module for Plymouth"
42 -HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="5"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
47 -IUSE=""
48 -
49 -DEPEND="
50 - >=dev-qt/qtdeclarative-${QTMIN}:5
51 - >=dev-qt/qtgui-${QTMIN}:5
52 - >=dev-qt/qtquickcontrols-${QTMIN}:5
53 - >=dev-qt/qtwidgets-${QTMIN}:5
54 - >=kde-frameworks/karchive-${KFMIN}:5
55 - >=kde-frameworks/kauth-${KFMIN}:5
56 - >=kde-frameworks/kconfig-${KFMIN}:5
57 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
58 - >=kde-frameworks/kdeclarative-${KFMIN}:5
59 - >=kde-frameworks/ki18n-${KFMIN}:5
60 - >=kde-frameworks/kio-${KFMIN}:5
61 - >=kde-frameworks/knewstuff-${KFMIN}:5
62 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
63 - sys-boot/plymouth
64 -"
65 -RDEPEND="${DEPEND}
66 - >=kde-plasma/kde-cli-tools-${PVCUT}:5
67 -"
68 -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"