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: Wed, 23 Jun 2021 06:28:01
Message-Id: 1624429593.e43af0857e826d898a7f1bb76ffaede8a831392b.asturm@gentoo
1 commit: e43af0857e826d898a7f1bb76ffaede8a831392b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 00:25:25 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 06:26:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43af085
7
8 kde-plasma/plasma-thunderbolt: drop 5.22.1*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-thunderbolt/Manifest | 1 -
13 .../plasma-thunderbolt-5.22.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 244a7d14d96..608c9d4d12e 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.1.tar.xz 64356 BLAKE2B ef24cd0098ee2a5c4e58f760a725073a78c338881f3fd4a0dad541ad8f6935d182d0fd26fa62f030d1c9c8394169d342641aa625837c04ab01bf54b00a982427 SHA512 cfd26d737f3c0a70e96c499cb28877aeb8acc2c7e0928a8964697c9a0d2047745a7e51c83113302c1fd78fbe706822aa8be09fb381f567d154268c2f1a22d0f7
23 DIST plasma-thunderbolt-5.22.2.tar.xz 64396 BLAKE2B e0b446b768c86fd977970c08cc6667ff9a18e0e98ddf5496e1194ae0b0241db3ccc32ec06ab4b26db36b6b5a409f662c29b33c647c0356fec8c05105f5e895fc SHA512 7a48be8878900eac953b9f7d053011f97f8fad30b4c05597fa51d51ccfada88bc8967eff4dacb23371451018680b6a14468956aa2c8d67a48c11c019e97e9a40
24
25 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.1.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.1.ebuild
26 deleted file mode 100644
27 index 952807b2c0b..00000000000
28 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.1.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 -"