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, 28 Feb 2023 15:44:13
Message-Id: 1677599034.17cb924df2e7ca6cc3cddd4b0da492f122452b38.asturm@gentoo
1 commit: 17cb924df2e7ca6cc3cddd4b0da492f122452b38
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 15:38:14 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 15:43:54 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cb924d
7
8 kde-plasma/plasma-integration: drop 5.27.1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-integration/Manifest | 1 -
13 .../plasma-integration-5.27.1.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 196041f21be1..eae470861446 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.1.tar.xz 90436 BLAKE2B 7f564621a4a682bdcacfdf0ff618bb42c49c43a4263d1e039ad2fbeab22d039c27f6290bcac1fa0b02ceac162a180d6183c3cbc2a810c7f8c4f46fc6d563cb74 SHA512 5d5da8f519bc0ca4ea93400429cc3069a3793e54664c36e2cda8ab4b304c3c35b693f8a6cc4b00502a31444b4e92336cebae0afb1877b2a4a98ac3cb112dc282
23 DIST plasma-integration-5.27.2.tar.xz 90412 BLAKE2B 868bf576db86e7c65e86e735cac327f6f605563133384addf141d1f626c851796e61a8eab6ea50d9fc447d835dee27687cf9fb27eecb42cdc907e7bf561ec892 SHA512 b6e253a3e0658dd92fa63a222429e339787823c048f690018c2f5c63a5b0310d74830e083b0d63ae20ad1e2ce0b9a45cadcf06b70a790277626c78da9d1d485f
24
25 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.1.ebuild
26 deleted file mode 100644
27 index 9681f63d4a3a..000000000000
28 --- a/kde-plasma/plasma-integration/plasma-integration-5.27.1.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 -"