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: Thu, 29 Jul 2021 18:03:32
Message-Id: 1627581706.cd1fa6ed1108e6663c87cf879fa65c066a8d307c.asturm@gentoo
1 commit: cd1fa6ed1108e6663c87cf879fa65c066a8d307c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 17:59:02 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 18:01:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1fa6ed
7
8 kde-plasma/plasma-thunderbolt: drop 5.22.3*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-thunderbolt/Manifest | 1 -
13 .../plasma-thunderbolt-5.22.3.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 b236e17d267..6d23f5ddc3e 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.21.5.tar.xz 56556 BLAKE2B 9f80e1848693fccb15cb56f8d6ce89136efa1baa60dfd42498a49f59c9e688ea454aa52b40e8791999fb12dc540308bcdb855cd7462b79079a257a58a29004c8 SHA512 b627ee07e0fe308b70b11c2a887443b8eb3997cb9895a67f8d7760a4294bf36eb612ff888c981ba63a6485180ae7d1cee3d9c7c0bb741a3db3599a2650ba6843
22 -DIST plasma-thunderbolt-5.22.3.tar.xz 64384 BLAKE2B c381f98c4de447e49c4ada4323b1028e5b7152796adfc0e4081dfd46ebb541a399f56c0a91df0171fdcbb45ce0d41062963d601d24c2ae82b68de1ad5edb1ccf SHA512 cda31df86e1311925a9004d30d40dc35641b2e7076841086fd261ce1ba87de3662ca594a772dcb2754b9c92fe357b90960c3352a5c36e1381b2ebeae9b26edaa
23 DIST plasma-thunderbolt-5.22.4.tar.xz 64416 BLAKE2B 4af480e579351906421e484e224bf0d57bb75329862424d77aa7dfdf3efee9f673358136d46d0bbe72f74db0acca781dd6d41e0abdc35f1c21481bb483dc88e6 SHA512 e7a870d0a23f38111b0f1830d25d9a2174247e874dde08ca615bde73290137fdf8dabd79436c30cba3d9eadf286ae2d184730b63cecf0c1cc34467cf07048e20
24
25 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.3.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.3.ebuild
26 deleted file mode 100644
27 index 952807b2c0b..00000000000
28 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.3.ebuild
29 +++ /dev/null
30 @@ -1,38 +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 -ECM_TEST="true"
37 -KFMIN=5.82.0
38 -PVCUT=$(ver_cut 1-3)
39 -QTMIN=5.15.2
40 -inherit ecm 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 ~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 -"