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/plasma-thunderbolt/
Date: Sun, 29 May 2022 20:44:24
Message-Id: 1653855864.dcf7ab53addfcd28525b6a4bff141c0316454cdf.asturm@gentoo
1 commit: dcf7ab53addfcd28525b6a4bff141c0316454cdf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 20:18:48 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 20:24:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf7ab53
7
8 kde-plasma/plasma-thunderbolt: Drop 5.24.4
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-thunderbolt/Manifest | 1 -
13 .../plasma-thunderbolt-5.24.4.ebuild | 38 ----------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
17 index 499a16783202..84f0784b4a6c 100644
18 --- a/kde-plasma/plasma-thunderbolt/Manifest
19 +++ b/kde-plasma/plasma-thunderbolt/Manifest
20 @@ -1,2 +1 @@
21 -DIST plasma-thunderbolt-5.24.4.tar.xz 66724 BLAKE2B 339a4fd20ddd8032736d84e2247b0ed52f9a9231bd36c2f4c91defd09b8f3997d5c13642319fdfaa3e96921fbadbff94da6450d417f6e31f6fe675f72e63686d SHA512 eb5af8c87852fdd0089cc48675c572887ff1d0d63b2a68d7e2d28e22890f93a4697575f56b76fc3a135a81cd721ffef0fab6d274d862d431fd6daafc79d621be
22 DIST plasma-thunderbolt-5.24.5.tar.xz 66752 BLAKE2B 38fe4132da08afe71a26751307d9ecd77cf0462323b4dc452ae2355cedf25f41c1de4e6f6dfe50b24fd2f1650383434aea4ec775e194b219d27a09387a8453e4 SHA512 b1096fac09800e33b87e79a2e774eaf19afa063263e71f772ec0081fda714c63dd07a0000489c36c3f7deead3ee563880bc12f336b8ea599b396613d28cc08f5
23
24 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.4.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.4.ebuild
25 deleted file mode 100644
26 index 346585e6911a..000000000000
27 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.24.4.ebuild
28 +++ /dev/null
29 @@ -1,38 +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 -ECM_TEST="true"
36 -KFMIN=5.90.0
37 -PVCUT=$(ver_cut 1-3)
38 -QTMIN=5.15.2
39 -inherit ecm kde.org
40 -
41 -DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
42 -HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt"
43 -
44 -LICENSE="|| ( GPL-2 GPL-3+ )"
45 -SLOT="5"
46 -KEYWORDS="amd64 ~riscv x86"
47 -IUSE=""
48 -
49 -# tests require DBus
50 -RESTRICT="test"
51 -
52 -DEPEND="
53 - >=dev-qt/qtdeclarative-${QTMIN}:5
54 - >=dev-qt/qtdbus-${QTMIN}:5
55 - >=dev-qt/qtgui-${QTMIN}:5
56 - >=kde-frameworks/kcmutils-${KFMIN}:5
57 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
58 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
59 - >=kde-frameworks/kdeclarative-${KFMIN}:5
60 - >=kde-frameworks/ki18n-${KFMIN}:5
61 - >=kde-frameworks/knotifications-${KFMIN}:5
62 -"
63 -RDEPEND="${DEPEND}
64 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
65 - >=kde-frameworks/kirigami-${KFMIN}:5
66 - sys-apps/bolt
67 -"