Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-integration/
Date: Fri, 11 Jun 2021 05:49:06
Message-Id: 1623390029.ef3e580d50d06aeac444c465b1ca323882ff5c8f.asturm@gentoo
1 commit: ef3e580d50d06aeac444c465b1ca323882ff5c8f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 05:39:36 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 05:40:29 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef3e580d
7
8 kde-plasma/plasma-integration: drop 5.21.90*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../plasma-integration-5.21.90.ebuild | 48 ----------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.21.90.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.21.90.ebuild
16 deleted file mode 100644
17 index 02ab146b45..0000000000
18 --- a/kde-plasma/plasma-integration/plasma-integration-5.21.90.ebuild
19 +++ /dev/null
20 @@ -1,48 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -KFMIN=5.82.0
27 -PVCUT=$(ver_cut 1-3)
28 -QTMIN=5.15.2
29 -VIRTUALX_REQUIRED="test"
30 -inherit ecm kde.org
31 -
32 -DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
33 -
34 -LICENSE="LGPL-2+"
35 -SLOT="5"
36 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
37 -IUSE=""
38 -
39 -# requires running kde environment
40 -RESTRICT+=" test"
41 -
42 -DEPEND="
43 - >=dev-qt/qtdbus-${QTMIN}:5
44 - >=dev-qt/qtgui-${QTMIN}:5=[dbus]
45 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
46 - >=dev-qt/qtwidgets-${QTMIN}:5
47 - >=dev-qt/qtx11extras-${QTMIN}:5
48 - >=kde-frameworks/kcompletion-${KFMIN}:5
49 - >=kde-frameworks/kconfig-${KFMIN}:5
50 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5
51 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
52 - >=kde-frameworks/ki18n-${KFMIN}:5
53 - >=kde-frameworks/kiconthemes-${KFMIN}:5
54 - >=kde-frameworks/kio-${KFMIN}:5
55 - >=kde-frameworks/kjobwidgets-${KFMIN}:5
56 - >=kde-frameworks/knotifications-${KFMIN}:5
57 - >=kde-frameworks/kwayland-${KFMIN}:5
58 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
59 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
60 - >=kde-frameworks/kxmlgui-${KFMIN}:5
61 - >=kde-plasma/breeze-${PVCUT}:5
62 - x11-libs/libXcursor
63 - x11-libs/libxcb
64 -"
65 -RDEPEND="${DEPEND}
66 - media-fonts/hack
67 - media-fonts/noto
68 -"