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, 02 Aug 2022 18:38:54
Message-Id: 1659465517.72b6af5ac604e1efb77810c05f4c4014c0c7d61b.asturm@gentoo
1 commit: 72b6af5ac604e1efb77810c05f4c4014c0c7d61b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 12:41:42 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 18:38:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b6af5a
7
8 kde-plasma/plasma-thunderbolt: drop 5.25.3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-thunderbolt/Manifest | 1 -
13 .../plasma-thunderbolt-5.25.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 55d693089aef..9b87b10d3376 100644
18 --- a/kde-plasma/plasma-thunderbolt/Manifest
19 +++ b/kde-plasma/plasma-thunderbolt/Manifest
20 @@ -1,4 +1,3 @@
21 DIST plasma-thunderbolt-5.24.5.tar.xz 66752 BLAKE2B 38fe4132da08afe71a26751307d9ecd77cf0462323b4dc452ae2355cedf25f41c1de4e6f6dfe50b24fd2f1650383434aea4ec775e194b219d27a09387a8453e4 SHA512 b1096fac09800e33b87e79a2e774eaf19afa063263e71f772ec0081fda714c63dd07a0000489c36c3f7deead3ee563880bc12f336b8ea599b396613d28cc08f5
22 DIST plasma-thunderbolt-5.24.6.tar.xz 66748 BLAKE2B 2f83473a8d03735669c38b6b872da84ac5814811da2213988edbe0acbf1315bcecda54f470ac61ed0bdd1b539934fbe84d5716aa9076d0091ac65f1c8aa8d765 SHA512 3d01fa3baae27bb179d3e27cbbce827324931e3c772465604019cef5f204db1f378e8a261cfdff82f561478d9e8592c9d151d43eed08a4a4ae9ea718054260bb
23 -DIST plasma-thunderbolt-5.25.3.tar.xz 68788 BLAKE2B 3d734965b6715bc2dc00b8ad4635924fc156afb21db95a84f7cf6fae4ae55a6cdddbd3bc8d298701130d812fb1a10a194f57727747cf5b34c784e02ab6824ec6 SHA512 a2b6328a8a34b44e36091b6d6907c9d1034226000421843ffca5eea21f3528e35f1150c4395de1ca582655f728cd5652faa2d3b0844046b50a9845d0275e8be4
24 DIST plasma-thunderbolt-5.25.4.tar.xz 68780 BLAKE2B 095a94f0235ae1b8c4b2d003894dfa72ccd80b82ba91886aa689c9903719a5810f3f5bc48e58dcb6fbef115d06dc10b8c0cda65ed26aa7948db59304168f87f7 SHA512 5cc4e1e3e018a0914a32a0fdc8e11388a6c5b91d7b39d889c90134e4bbb965a524937424550f1a78a7c5c34ca31d78a4948dd51701d4615cc2862605d7324657
25
26 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.25.3.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.25.3.ebuild
27 deleted file mode 100644
28 index 3510f7333671..000000000000
29 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.25.3.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -ECM_TEST="true"
38 -KFMIN=5.95.0
39 -PVCUT=$(ver_cut 1-3)
40 -QTMIN=5.15.5
41 -inherit ecm plasma.kde.org
42 -
43 -DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
44 -HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt"
45 -
46 -LICENSE="|| ( GPL-2 GPL-3+ )"
47 -SLOT="5"
48 -KEYWORDS="~amd64 ~riscv ~x86"
49 -IUSE=""
50 -
51 -# tests require DBus
52 -RESTRICT="test"
53 -
54 -DEPEND="
55 - >=dev-qt/qtdeclarative-${QTMIN}:5
56 - >=dev-qt/qtdbus-${QTMIN}:5
57 - >=dev-qt/qtgui-${QTMIN}:5
58 - >=kde-frameworks/kcmutils-${KFMIN}:5
59 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
60 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
61 - >=kde-frameworks/kdeclarative-${KFMIN}:5
62 - >=kde-frameworks/ki18n-${KFMIN}:5
63 - >=kde-frameworks/knotifications-${KFMIN}:5
64 -"
65 -RDEPEND="${DEPEND}
66 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
67 - >=kde-frameworks/kirigami-${KFMIN}:5
68 - sys-apps/bolt
69 -"