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, 08 Feb 2022 13:10:42
Message-Id: 1644325811.d1c5c06beb75158f24919d1b33550a43f7c58333.asturm@gentoo
1 commit: d1c5c06beb75158f24919d1b33550a43f7c58333
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 13:05:23 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 13:10:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c5c06b
7
8 kde-plasma/plasma-integration: drop 5.23.90*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-integration/Manifest | 1 -
13 .../plasma-integration-5.23.90.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 cefd1336f42e..9ca6cca7532b 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.23.90.tar.xz 83604 BLAKE2B fd84f6ffafe769467de6d0fde3b90816b975c8ca5c84c9dd4a524d5f1ad59ad0eee6a8bfe4ef7fa4d1265293a03eef06d46677e1de20b47cb3c14679673b1612 SHA512 bb08782723a8b421d24a28f0098c527c1e6be81e44275c5cdcf7ef278c366045f86669266bf1349a776b587355e4106a10c6d54c1e60ddbe4825fa9fe63b2e52
23 DIST plasma-integration-5.24.0.tar.xz 83664 BLAKE2B a316aea7e70f8774a4b82369e8de17cb9d6d732c9cd78e5fd6f2860d2a79aef4e2d827e0cdc94be09cdbaa2e3f5dcc519a2fb9bf7926ac25aa811bbd3f8f9196 SHA512 61a71c0deadd9b7778a72ad9eefb67b2c9101a3afd9ffc12a47be97ff8f9695e837283110d6cb297dfc3f784c0c2e98d0a8d5d734e9d726aec2c3bf2e8688b7b
24
25 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.90.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.23.90.ebuild
26 deleted file mode 100644
27 index 3e4edfe68b7a..000000000000
28 --- a/kde-plasma/plasma-integration/plasma-integration-5.23.90.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 -"