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, 14 Mar 2023 20:15:01
Message-Id: 1678824848.89e295a924c9a23949f260e755477fc769e12ffd.asturm@gentoo
1 commit: 89e295a924c9a23949f260e755477fc769e12ffd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 14 19:47:49 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 20:14:08 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e295a9
7
8 kde-plasma/plasma-integration: drop 5.27.2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-integration/Manifest | 1 -
13 .../plasma-integration-5.27.2.ebuild | 56 ----------------------
14 2 files changed, 57 deletions(-)
15
16 diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
17 index f7796989c210..eaa4b46e2f55 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.26.5.tar.xz 88928 BLAKE2B 47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d SHA512 9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b
22 -DIST plasma-integration-5.27.2.tar.xz 90412 BLAKE2B 868bf576db86e7c65e86e735cac327f6f605563133384addf141d1f626c851796e61a8eab6ea50d9fc447d835dee27687cf9fb27eecb42cdc907e7bf561ec892 SHA512 b6e253a3e0658dd92fa63a222429e339787823c048f690018c2f5c63a5b0310d74830e083b0d63ae20ad1e2ce0b9a45cadcf06b70a790277626c78da9d1d485f
23 DIST plasma-integration-5.27.3.tar.xz 89208 BLAKE2B a1e0d11e9527703a237761e34f591db7608cad7e4aeead7cdc63cfcb739e0a04946a83832e70c8746a3ff9f1d8440d24220134ee26baef0bb7cf3df78e650ddf SHA512 757083de8b536cec226e710f5e0f0f6bd31564eb90fc6fb80cc0b18401eb5637b340fd1a2f8ee43de73cd4e2f449cd586a5d781104a7cc5ba962c5c50b0416a9
24
25 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.2.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.2.ebuild
26 deleted file mode 100644
27 index 9681f63d4a3a..000000000000
28 --- a/kde-plasma/plasma-integration/plasma-integration-5.27.2.ebuild
29 +++ /dev/null
30 @@ -1,56 +0,0 @@
31 -# Copyright 1999-2023 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -KFMIN=5.102.0
37 -PVCUT=$(ver_cut 1-3)
38 -QTMIN=5.15.7
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 ~x86"
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/kwayland-${KFMIN}:5
70 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
71 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
72 - >=kde-frameworks/kxmlgui-${KFMIN}:5
73 - >=kde-plasma/breeze-${PVCUT}:5
74 - x11-libs/libXcursor
75 - x11-libs/libxcb
76 -"
77 -DEPEND="${COMMON_DEPEND}
78 - >=dev-libs/plasma-wayland-protocols-1.6.0
79 -"
80 -RDEPEND="${COMMON_DEPEND}
81 - media-fonts/hack
82 - media-fonts/noto
83 -"
84 -BDEPEND="
85 - >=dev-qt/qtwaylandscanner-${QTMIN}:5
86 -"