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 Nov 2022 18:59:08
Message-Id: 1669748292.f7eb703146e62c4df947be04cc740621ecfdc80c.asturm@gentoo
1 commit: f7eb703146e62c4df947be04cc740621ecfdc80c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 18:38:14 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 18:58:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7eb7031
7
8 kde-plasma/plasma-integration: drop 5.26.3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-integration/Manifest | 1 -
13 .../plasma-integration-5.26.3.ebuild | 55 ----------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
17 index a199c946d2c6..0c820a522959 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.25.5.tar.xz 86432 BLAKE2B dbd06f375ee4b852a35337f8137ee37e64433bf458e076c17538131d3b5746d872eae57ebb45b69a99af2f8b24c2901be9ce17ede079dd69bfba966844f0f956 SHA512 8595ce9026dbd2943c6579611a06889c2d41e6a2433837809d91b430d4b683931df065b9f681e8857f1a56d98d7703769d97a903056d0fe06bf1ed29986b26e9
22 -DIST plasma-integration-5.26.3.tar.xz 88916 BLAKE2B 632dddb7dadf1720f9284eb5e0e6861aca56c81169de59d2d9f4c9ddcb2eeba20fc0289d27874f70aad35130ab55c8f5fb62c55efd87b33753233315e4d52a53 SHA512 429c1d7819e262e2b1e980a85bdd67dd474e6459610031360d2b8d69eb8ed99d3679204c9386bde83153a77cb19a0d43cb0877696ac783087e3bd3ea690e296f
23 DIST plasma-integration-5.26.4.tar.xz 88912 BLAKE2B a748bf97f5aff438a565b49d8dcbd36593f13d6fb05d0731db09fc7f761909a53322ed40f5982dca358114725f4c9140d8f2c4b7eb3a6b573c3a3ada1405b7b3 SHA512 9992312cbd3be785b2fed259244117358ca1eeffbae5251070f6a8c02d4adec09034324fec36b12decdd90db86ae5b6cb1c0cb9e9e1ca8bad30068342f18c999
24
25 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.26.3.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.26.3.ebuild
26 deleted file mode 100644
27 index 4038bdc6e05c..000000000000
28 --- a/kde-plasma/plasma-integration/plasma-integration-5.26.3.ebuild
29 +++ /dev/null
30 @@ -1,55 +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.99.0
37 -PVCUT=$(ver_cut 1-3)
38 -QTMIN=5.15.5
39 -VIRTUALX_REQUIRED="test"
40 -inherit ecm plasma.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 ~loong ~ppc64 ~riscv"
47 -IUSE=""
48 -
49 -# requires running kde environment
50 -RESTRICT="test"
51 -
52 -COMMON_DEPEND="
53 - dev-libs/wayland
54 - >=dev-qt/qtdbus-${QTMIN}:5
55 - >=dev-qt/qtgui-${QTMIN}:5=[dbus]
56 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
57 - >=dev-qt/qtwayland-${QTMIN}:5
58 - >=dev-qt/qtwidgets-${QTMIN}:5
59 - >=dev-qt/qtx11extras-${QTMIN}:5
60 - >=kde-frameworks/kcompletion-${KFMIN}:5
61 - >=kde-frameworks/kconfig-${KFMIN}:5
62 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5
63 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
64 - >=kde-frameworks/ki18n-${KFMIN}:5
65 - >=kde-frameworks/kiconthemes-${KFMIN}:5
66 - >=kde-frameworks/kio-${KFMIN}:5
67 - >=kde-frameworks/kjobwidgets-${KFMIN}:5
68 - >=kde-frameworks/knotifications-${KFMIN}:5
69 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
70 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
71 - >=kde-frameworks/kxmlgui-${KFMIN}:5
72 - >=kde-plasma/breeze-${PVCUT}:5
73 - x11-libs/libXcursor
74 - x11-libs/libxcb
75 -"
76 -DEPEND="${COMMON_DEPEND}
77 - >=dev-libs/plasma-wayland-protocols-1.6.0
78 -"
79 -RDEPEND="${COMMON_DEPEND}
80 - media-fonts/hack
81 - media-fonts/noto
82 -"
83 -BDEPEND="
84 - >=dev-qt/qtwaylandscanner-${QTMIN}:5
85 -"