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 Jun 2022 17:54:25
Message-Id: 1656438811.95023b82dabfa433cf6e4df170ca4b11aa59d412.asturm@gentoo
1 commit: 95023b82dabfa433cf6e4df170ca4b11aa59d412
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 17:53:31 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 17:53:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95023b82
7
8 kde-plasma/plasma-integration: drop 5.25.1*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-integration/Manifest | 1 -
13 .../plasma-integration-5.25.1.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 b9f5ccfcf762..44409ea17cea 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.25.1.tar.xz 86152 BLAKE2B 784d875fee0ad6c72e55edff81a92a5ad954571657f53d7b099151af4a5495f1349359c82acd95426414c206105ba49dadba04c1469384b92df040b175c15bbd SHA512 1a50c2a37497bc85e7ed2329df1f4f4458a962dedb847532e1390ea77f089c912b807a3b70c945354a21bd508a829a4202692724e38317a7b58b893536d9529b
23 DIST plasma-integration-5.25.2.tar.xz 86096 BLAKE2B 0e24d17a4adccb80df9deb2fc7567a4bfea35feb6ee71e57fc65860b1a0b04b4b7bc3fac0bbef8ee4e2e591992879c56b676b943e415b3db32511bcb34118d63 SHA512 2f51a0cc2e64475eb0e506c05af89e5299f5fa5ecb63d825f79a445db0d0ca7101c5aac0c1fb3737045fc60d3599bb8600002ca06963d79ad30a113679dd5f01
24
25 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.25.1.ebuild
26 deleted file mode 100644
27 index f092b3d907be..000000000000
28 --- a/kde-plasma/plasma-integration/plasma-integration-5.25.1.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.94.0
37 -PVCUT=$(ver_cut 1-3)
38 -QTMIN=5.15.4
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 -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 -"