Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-thunderbolt/
Date: Tue, 04 Jan 2022 16:20:32
Message-Id: 1641312103.06f82fa58549dae523f42174f08ee481414c111c.asturm@gentoo
1 commit: 06f82fa58549dae523f42174f08ee481414c111c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 16:01:43 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 16:01:43 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=06f82fa5
7
8 kde-plasma/plasma-thunderbolt: drop 5.23.5*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../plasma-thunderbolt-5.23.5.ebuild | 38 ----------------------
13 1 file changed, 38 deletions(-)
14
15 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.5.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.5.ebuild
16 deleted file mode 100644
17 index 5819f29731..0000000000
18 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.5.ebuild
19 +++ /dev/null
20 @@ -1,38 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -ECM_TEST="true"
27 -KFMIN=5.86.0
28 -PVCUT=$(ver_cut 1-3)
29 -QTMIN=5.15.2
30 -inherit ecm kde.org
31 -
32 -DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
33 -HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt"
34 -
35 -LICENSE="|| ( GPL-2 GPL-3+ )"
36 -SLOT="5"
37 -KEYWORDS="~amd64 ~riscv ~x86"
38 -IUSE=""
39 -
40 -# tests require DBus
41 -RESTRICT="test"
42 -
43 -DEPEND="
44 - >=dev-qt/qtdeclarative-${QTMIN}:5
45 - >=dev-qt/qtdbus-${QTMIN}:5
46 - >=dev-qt/qtgui-${QTMIN}:5
47 - >=kde-frameworks/kcmutils-${KFMIN}:5
48 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
49 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
50 - >=kde-frameworks/kdeclarative-${KFMIN}:5
51 - >=kde-frameworks/ki18n-${KFMIN}:5
52 - >=kde-frameworks/knotifications-${KFMIN}:5
53 -"
54 -RDEPEND="${DEPEND}
55 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
56 - >=kde-frameworks/kirigami-${KFMIN}:5
57 - sys-apps/bolt
58 -"