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-integration/
Date: Tue, 29 Mar 2022 15:57:12
Message-Id: 1648569401.65dd94259d02714067a259ecf0be7d9265f85c32.asturm@gentoo
1 commit: 65dd94259d02714067a259ecf0be7d9265f85c32
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 15:48:53 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 15:56:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65dd9425
7
8 kde-plasma/plasma-integration: drop 5.24.3*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-integration/Manifest | 1 -
13 .../plasma-integration-5.24.3.ebuild | 48 ----------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
17 index 0791049285b6..090c0ef98b0b 100644
18 --- a/kde-plasma/plasma-integration/Manifest
19 +++ b/kde-plasma/plasma-integration/Manifest
20 @@ -1,3 +1,2 @@
21 DIST plasma-integration-5.23.5.tar.xz 83100 BLAKE2B b49c8a59dd18798f0f497bca2a739e0e1e580537032efd580ef7143d29a16a50c0ee94fd4166e36c04ee3a6f35c79ee45c2b768e0ad8c4792fcbb5acf79c5372 SHA512 38fa3fecc9aa3022e0bc33e5f27d149d9f28afd552e80b53ee99e895d449a696dba41a529a4490c372dbd940c02f22597a1748e2af5152b735bceb729c4df098
22 -DIST plasma-integration-5.24.3.tar.xz 83740 BLAKE2B 799b1630f770785ad241a25b5a50851f24093ce7cebf44a3659160c436d98a0dfcce6a5b8bd7b1e12dd0ba300df8b953a141f25fb1c26b91075d2fc99956ab04 SHA512 a188afb6454caec5577d180568eaa9149fee6658d98a325d32f2d3b4ca1e275b3428ca6db8b8498672a9acfad23df4718291556c1edb249eb19d3255aa54ac42
23 DIST plasma-integration-5.24.4.tar.xz 83744 BLAKE2B 4784ccde0eb5f9075cc47c1b9c718971a36b025f9e7a2c404af96dad07d71300ca1b7a0bfdf9a2c30391526f8fb2a2156d4a96e9cf098d09a649f94e665366d7 SHA512 a4262cca85bac798c5afd29543cae7a670b346347f00f29a693d3263cde669931fdf981fa64c8632bb0ab447b758a24795c343b99b5b7acc166da14db66543a1
24
25 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.3.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.24.3.ebuild
26 deleted file mode 100644
27 index 3e4edfe68b7a..000000000000
28 --- a/kde-plasma/plasma-integration/plasma-integration-5.24.3.ebuild
29 +++ /dev/null
30 @@ -1,48 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -KFMIN=5.90.0
37 -PVCUT=$(ver_cut 1-3)
38 -QTMIN=5.15.2
39 -VIRTUALX_REQUIRED="test"
40 -inherit ecm kde.org
41 -
42 -DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
43 -
44 -LICENSE="LGPL-2+"
45 -SLOT="5"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
47 -IUSE=""
48 -
49 -# requires running kde environment
50 -RESTRICT="test"
51 -
52 -DEPEND="
53 - >=dev-qt/qtdbus-${QTMIN}:5
54 - >=dev-qt/qtgui-${QTMIN}:5=[dbus]
55 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
56 - >=dev-qt/qtwidgets-${QTMIN}:5
57 - >=dev-qt/qtx11extras-${QTMIN}:5
58 - >=kde-frameworks/kcompletion-${KFMIN}:5
59 - >=kde-frameworks/kconfig-${KFMIN}:5
60 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5
61 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
62 - >=kde-frameworks/ki18n-${KFMIN}:5
63 - >=kde-frameworks/kiconthemes-${KFMIN}:5
64 - >=kde-frameworks/kio-${KFMIN}:5
65 - >=kde-frameworks/kjobwidgets-${KFMIN}:5
66 - >=kde-frameworks/knotifications-${KFMIN}:5
67 - >=kde-frameworks/kwayland-${KFMIN}:5
68 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
69 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
70 - >=kde-frameworks/kxmlgui-${KFMIN}:5
71 - >=kde-plasma/breeze-${PVCUT}:5
72 - x11-libs/libXcursor
73 - x11-libs/libxcb
74 -"
75 -RDEPEND="${DEPEND}
76 - media-fonts/hack
77 - media-fonts/noto
78 -"