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, 06 Jul 2021 17:20:15
Message-Id: 1625591851.63896ed31637ddaaa0393aa56f1fffc86ba013b4.asturm@gentoo
1 commit: 63896ed31637ddaaa0393aa56f1fffc86ba013b4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 17:03:49 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 17:17:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63896ed3
7
8 kde-plasma/plymouth-kcm: drop 5.22.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.22.2.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 44830771436..dcbb27e3df5 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.21.5.tar.xz 43356 BLAKE2B 46130ebb6ce4a9522546d87f7f42d65cf41f1eb9dfc5a454732a55d8cf0b6b73bf5f2a9286f05aa21bce73218c10499de7953fe06f3ecbd369071fd9a70e2b0c SHA512 d8b8187ecce7bfdd2a3c22dec9b4ea2b085614a7e3b495671226bb9c5fe0a674d75ea03c74bfc3cc58f0ae3a7fc82ec2261d1ace5483658fd65333f61f95ba07
22 -DIST plymouth-kcm-5.22.2.tar.xz 38264 BLAKE2B 2afe68ee8864e161b7ce2925736140b176dea50a0b1baeffd14d18f88ad906b304c9fdf38b4907b36adab6feff8a9dd8802fc66303d30ae11870e270a4ad7567 SHA512 084ff12b22464ebb91d2ec434a2d90c8f0138d8c19b87352471f132718bcb47fd8b34e389de3e9f51c8f12cf77c0b761c405e85a05591e754b9997b25860f785
23 DIST plymouth-kcm-5.22.3.tar.xz 38304 BLAKE2B f9bc8e8c0d0fd208ceccb1623c5f49f6861b8d3a873891579702b7ad3aaf32f742c0a073f74658221489127d09482c6102d7c3ceaa50e76fded1ef78e0af56a0 SHA512 5139cecdfaad57944d9a50aa5f83f8a5b4e7cdffae4cb2306ee228b9ceb7cc9ea4c8be3f0f110370c09c7fba12f5379cb9049ef89789266fc5b8918e9fe4af7a
24
25 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.2.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.2.ebuild
26 deleted file mode 100644
27 index 5d62f9cdd9a..00000000000
28 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.2.ebuild
29 +++ /dev/null
30 @@ -1,37 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -KFMIN=5.82.0
37 -PVCUT=$(ver_cut 1-3)
38 -QTMIN=5.15.2
39 -inherit ecm 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 ~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 -"