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, 27 Oct 2020 21:26:46
Message-Id: 1603833955.eb5955fbf5be8dd94786afe9038519fe1d05b886.asturm@gentoo
1 commit: eb5955fbf5be8dd94786afe9038519fe1d05b886
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 20:21:31 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 21:25:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5955fb
7
8 kde-plasma/plasma-thunderbolt: drop 5.20.1*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-thunderbolt/Manifest | 1 -
13 .../plasma-thunderbolt-5.20.1.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 f71a6a88586..d3095ae69be 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.19.5.tar.xz 51300 BLAKE2B c0a9b3665d58ac57c4e4fc71670edaf402d69e8477e0b74875df2d4d666ea8f1c1ce2d0b950f5f20950a431837d651a545f8df19412b60332e0b5d3b08beaa5b SHA512 34c0cb7495b03eaf4f84426fbb6ab2a8b3b336fa1a7f32014231f302c3f1a0e061462e32ded86dab713aa2b602ba5311da3a45e0352f63f59d6e503c1eb7905e
22 -DIST plasma-thunderbolt-5.20.1.tar.xz 55664 BLAKE2B f6e70d7dc8e53c43b0226af5fea3853ebaeb06b3d122ae8840be3ba85ce5f83c147f39495bb7ebef637630b4bca1fd3489144e7e1d4929e78af01ec66f9c650d SHA512 dc3f69751bd1485dbde1d00821b47d3d62025deca0d7e590e8892f863cae9070989308a19131328cce13aa0c1187ee2bcd6c1ef43d3cb23df302d4c9d1f6f57c
23 DIST plasma-thunderbolt-5.20.2.tar.xz 55972 BLAKE2B c10ee5fba5f16268782413804875b8ed5c1d7314509d13b98b54b4a1f8073df5c720c4e78fa057e0ff1d394cdd08ffb9bb5703cecdd101c589b74fa6425c152e SHA512 8f0432d0c9eae7e95cd71355160b50f900251524a3599d59f8cdf8f62afefc4a1875f8cc68da598f33645eeda9d5ab6ed6110ac210593c8e4e5cad75ab979eb4
24
25 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.1.ebuild
26 deleted file mode 100644
27 index cbbcdebcf9b..00000000000
28 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.20.1.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2020 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.74.0
38 -PVCUT=$(ver_cut 1-3)
39 -QTMIN=5.15.1
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 -DEPEND="
51 - >=dev-qt/qtdeclarative-${QTMIN}:5
52 - >=dev-qt/qtdbus-${QTMIN}:5
53 - >=dev-qt/qtgui-${QTMIN}:5
54 - >=kde-frameworks/kcmutils-${KFMIN}:5
55 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
56 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
57 - >=kde-frameworks/kdeclarative-${KFMIN}:5
58 - >=kde-frameworks/ki18n-${KFMIN}:5
59 - >=kde-frameworks/knotifications-${KFMIN}:5
60 -"
61 -RDEPEND="${DEPEND}
62 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
63 - >=kde-frameworks/kirigami-${KFMIN}:5
64 - sys-apps/bolt
65 -"
66 -
67 -# tests require DBus
68 -RESTRICT+=" test"