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: Sun, 07 Aug 2022 15:51:55
Message-Id: 1659886987.6d0094cbdf2a981b3905d281351cad864ad5d413.asturm@gentoo
1 commit: 6d0094cbdf2a981b3905d281351cad864ad5d413
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 20:01:18 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 15:43:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0094cb
7
8 kde-plasma/plasma-integration: drop 5.24.5
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-integration/Manifest | 1 -
13 .../plasma-integration-5.24.5.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 ddb40ce7a8d9..c0cb02de3df9 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.24.5.tar.xz 83772 BLAKE2B a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1 SHA512 6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348
22 DIST plasma-integration-5.24.6.tar.xz 83748 BLAKE2B b14b0226bafa2abdbe842c0446df1efbf61fa4106b84b9932f617051ec41a5125a3a48605031b1b5fef01136a976dd717461bea4a5f1905887569bba6873e427 SHA512 9ed2e42d5705f8680321377635b204bf06548869e661ea1c42b07dc12ac707f57e5287c987d50d9e31a61ab4e751841a307f1db0a377ca332e1fb602cc9bca56
23 DIST plasma-integration-5.25.4.tar.xz 86428 BLAKE2B f2a2c628ffb63324101ef654a592b2c88f8fdb412333c0fcb567278b8fef98d9b0d8bfc7bf24cf428d03cfecbf5a8b2d2cd6ab3e9397eba4e312540265c2bac3 SHA512 a683bb374fb2b28329104e309cb401b9198a5a2a665faf23bd26292840d9292177cb2f631510d633fb598093dffd4af0340fdef35635d1d20d8e63aed4a1ec85
24
25 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.24.5.ebuild
26 deleted file mode 100644
27 index d598ad5a2941..000000000000
28 --- a/kde-plasma/plasma-integration/plasma-integration-5.24.5.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 -"