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, 29 Nov 2022 18:59:11
Message-Id: 1669748293.02367c05e1a8a8a494052efe4b9afd4399e757f2.asturm@gentoo
1 commit: 02367c05e1a8a8a494052efe4b9afd4399e757f2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 18:38:32 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 18:58:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02367c05
7
8 kde-plasma/plasma-thunderbolt: drop 5.26.3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-thunderbolt/Manifest | 1 -
13 .../plasma-thunderbolt-5.26.3.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 bb27824beb61..c93e86d04ba8 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.25.5.tar.xz 68828 BLAKE2B 2e43e20f1413b2edf502f5d7a7b766d956e5bae7f69b983f234546270c629148baf126415915360d8991292139c2d41c687df308d143e359c5a47343d35ddc29 SHA512 73280e422e30893f90586ff7248a6ec0db8d8b518a205187c550545381ee34b09fa648ce819129f8cf2823877f7fcdbbc8e3484a4ca86fa427b2c95915f532b7
22 -DIST plasma-thunderbolt-5.26.3.tar.xz 71976 BLAKE2B 295bd628f12ccd4f2886c1feed37b61d554a129a6e441858ab13e3a85b550bf2470e2021307af7b8c6e3f245b2a0e663cfa2168a621db3b1adaff16e9be19c6c SHA512 09ca8f63872b0d227000628f1d20821b2d55e22659dfad7c957ccff1539690853fc5e969e55361aec099bb890c2a9ec7f3779b27cb97f7a55b960173d5fb399d
23 DIST plasma-thunderbolt-5.26.4.tar.xz 71932 BLAKE2B 162f442d8b8b38b5dff38f45daab86ee440bcebb94f5215265fb28ee2f60b09aaffd7f064aaf7e820fb8f645b6957695876f7cca1d0e0b32e7b45cc95b596bb5 SHA512 ad4998a02cb1b08d357bf1b5b9ce4d498382ca76960f9e5406f0a88c2efa22d46e7bc55b0a0bc1821314ed7a03ed2793f6d1c914f2bc93a1a7ba990a820f0131
24
25 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.3.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.3.ebuild
26 deleted file mode 100644
27 index a7daaf8921a5..000000000000
28 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.26.3.ebuild
29 +++ /dev/null
30 @@ -1,39 +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 -ECM_TEST="true"
37 -KFMIN=5.99.0
38 -PVCUT=$(ver_cut 1-3)
39 -QTMIN=5.15.5
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"
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"