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