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, 16 Sep 2021 11:14:54
Message-Id: 1631790585.d1462c32182ec961d8ee437df131caea7641a522.asturm@gentoo
1 commit: d1462c32182ec961d8ee437df131caea7641a522
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 11:59:38 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 11:09:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1462c32
7
8 kde-plasma/plasma-thunderbolt: drop 5.21.5*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-thunderbolt/Manifest | 1 -
13 .../plasma-thunderbolt-5.21.5.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 6dcab092131..d682d392a79 100644
18 --- a/kde-plasma/plasma-thunderbolt/Manifest
19 +++ b/kde-plasma/plasma-thunderbolt/Manifest
20 @@ -1,2 +1 @@
21 -DIST plasma-thunderbolt-5.21.5.tar.xz 56556 BLAKE2B 9f80e1848693fccb15cb56f8d6ce89136efa1baa60dfd42498a49f59c9e688ea454aa52b40e8791999fb12dc540308bcdb855cd7462b79079a257a58a29004c8 SHA512 b627ee07e0fe308b70b11c2a887443b8eb3997cb9895a67f8d7760a4294bf36eb612ff888c981ba63a6485180ae7d1cee3d9c7c0bb741a3db3599a2650ba6843
22 DIST plasma-thunderbolt-5.22.5.tar.xz 64216 BLAKE2B 74914087256f7f0496c4f1f4bf2f82180b424bf357208b70d0c6416a9288b7f26d0dc385823a5ace087dca3aa388963b28be00d31f1335bd0ba1071ed382bab7 SHA512 abc492c6a69cd3a2efa82c798d9a5e178f08fac098cd68055308f5bb4459e16914210e119e50838dd5af8d2240ead47e1dcfb06cb49a9a8d4e4ee6c0ba386581
23
24 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.21.5.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.21.5.ebuild
25 deleted file mode 100644
26 index 20215a7ab5d..00000000000
27 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.21.5.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -ECM_TEST="true"
36 -KFMIN=5.82.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 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 -"