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, 28 Feb 2023 15:44:18
Message-Id: 1677599037.ca8bbf3af1132983b6bbf52e18f538e70bfe2c00.asturm@gentoo
1 commit: ca8bbf3af1132983b6bbf52e18f538e70bfe2c00
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 15:38:46 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 15:43:57 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8bbf3a
7
8 kde-plasma/plymouth-kcm: drop 5.27.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.27.1.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 db4775dd036b..41d5e1b3614f 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.26.5.tar.xz 44028 BLAKE2B d02d378b930a2441f797be6c93669fbc4d13c673ec73c7eba8e3b02a8b54bd84f7fe32b0824f1910ac74343ddd113ac3dd41e68becfd3f77e3e2eb02e315adbd SHA512 c7c1ef4032b855846fe26a0c3be98835c0b9f3866612092ce6c07ae50898d99c3d988b0603df4305e484035b535e1991f5425bb99343e177fe9764c1ebdcfdc7
22 -DIST plymouth-kcm-5.27.1.tar.xz 45580 BLAKE2B fb53a22466155311a112f4f7e5447a652cee0b23f3c34b1504ae5a96c5aaf69a51a05ae3100168b5b810df0ba183622be4d46dc632e1601a5df5d4b2caecdbac SHA512 84da120f17dab3fecdb06b87aee82d02b150e847f8c061346b1930433d74b3e02fb5179deea765cfa51087c678a2931938c8bef5be82c54be94a7ea528a557cd
23 DIST plymouth-kcm-5.27.2.tar.xz 45560 BLAKE2B e1d22218d2a11faa2513c7e0907c70710c28ad90da790772fae94a1b0c3f9e777ed3cbf2c6c6440c7ad7f9fe8973cab502e494bc0d79d2e084f67a896c32606c SHA512 51cf21dc2e68d6b46e6ff6e819e50a6be56149242e92145eb8c612b41ed2c8e232d78e745ee4861ffe64c5bfd4ecd36d49fab58412904781fc71912a336b0f20
24
25 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild
26 deleted file mode 100644
27 index 774a59d17f14..000000000000
28 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.1.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2023 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -KFMIN=5.102.0
37 -PVCUT=$(ver_cut 1-3)
38 -QTMIN=5.15.7
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 ~loong ~ppc64 ~x86"
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"