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: Tue, 28 Feb 2023 15:44:14
Message-Id: 1677599036.567fea79ea91dd03eddd7a57413a41549f5e061c.asturm@gentoo
1 commit: 567fea79ea91dd03eddd7a57413a41549f5e061c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 15:38:31 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 15:43:56 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567fea79
7
8 kde-plasma/plasma-thunderbolt: drop 5.27.1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-thunderbolt/Manifest | 1 -
13 .../plasma-thunderbolt-5.27.1.ebuild | 39 ----------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest
17 index dabe79eefec3..6d41163b46d2 100644
18 --- a/kde-plasma/plasma-thunderbolt/Manifest
19 +++ b/kde-plasma/plasma-thunderbolt/Manifest
20 @@ -1,3 +1,2 @@
21 DIST plasma-thunderbolt-5.26.5.tar.xz 71912 BLAKE2B 40546213181a5b426aaf3bbd03f1a32a3a7cff70438acd1130a2cba364375b3803fb7eeb0da8c0e8489d5cd49881ace39b3ce10eae01cb18fa51ef612f74d2c4 SHA512 182fa9df929eeca0c3fc3960f731c120e4a09fbc4b42babcc1d99374440b8bf32c564628c58fa5492b5ec9d8d50f98160c845d48e3215846e5ca7385256a783b
22 -DIST plasma-thunderbolt-5.27.1.tar.xz 71824 BLAKE2B 3a369684ffdbd4e22b9fca9111cd52cbae00212c5c219ef6985b0b3cab3ea830eacb469cac2142eb19a27c77fd94e1064d8b0b749739e2ca0f211cb3746b6934 SHA512 5349091b46aefb1aab3b1421431b4da45eb0e8d02dcc9afe0fc9497a5f120bb5d7e706e2c93acbc08e7eb532dfea8ae80f6638a883e3af07e713d3590195f2ee
23 DIST plasma-thunderbolt-5.27.2.tar.xz 71824 BLAKE2B ee7a977cdccc14cbd85cfc96b529f6d9a9c84dcb9ed6b1c7e6df19d96adabf91a00ecac93550cbc5c57d782b6cdf61db42dc150a27e698a2c41a7eb2fb6f221d SHA512 638b6d85daf4528e624a6421b5bf63da586a870626f176df5a1308441fbeceac79d497ba366522074db41d1906b28465b1d9ed4aa2b0a8ac0ad9d7b8d4faa288
24
25 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.1.ebuild
26 deleted file mode 100644
27 index 19770a5e9f05..000000000000
28 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.27.1.ebuild
29 +++ /dev/null
30 @@ -1,39 +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 -ECM_TEST="true"
37 -KFMIN=5.102.0
38 -PVCUT=$(ver_cut 1-3)
39 -QTMIN=5.15.7
40 -inherit ecm plasma.kde.org
41 -
42 -DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
43 -HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt"
44 -
45 -LICENSE="|| ( GPL-2 GPL-3+ )"
46 -SLOT="5"
47 -KEYWORDS="~amd64 ~loong ~riscv ~x86"
48 -IUSE=""
49 -
50 -# tests require DBus
51 -RESTRICT="test"
52 -
53 -DEPEND="
54 - >=dev-qt/qtdeclarative-${QTMIN}:5
55 - >=dev-qt/qtdbus-${QTMIN}:5
56 - >=dev-qt/qtgui-${QTMIN}:5
57 - >=kde-frameworks/kcmutils-${KFMIN}:5
58 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
59 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
60 - >=kde-frameworks/kdeclarative-${KFMIN}:5
61 - >=kde-frameworks/ki18n-${KFMIN}:5
62 - >=kde-frameworks/knotifications-${KFMIN}:5
63 -"
64 -RDEPEND="${DEPEND}
65 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
66 - >=kde-frameworks/kirigami-${KFMIN}:5
67 - sys-apps/bolt
68 -"
69 -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"