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, 08 Apr 2018 10:47:52
Message-Id: 1523184432.536ffe198cb4f3ea4d8cc224d050f44fc27c0fd9.asturm@gentoo
1 commit: 536ffe198cb4f3ea4d8cc224d050f44fc27c0fd9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 8 10:45:20 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 10:47:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536ffe19
7
8 kde-plasma/plasma-integration: Drop 5.12.4 (r0)
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 .../plasma-integration-5.12.4.ebuild | 43 ----------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.12.4.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.12.4.ebuild
16 deleted file mode 100644
17 index 1d60d9295f0..00000000000
18 --- a/kde-plasma/plasma-integration/plasma-integration-5.12.4.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -VIRTUALX_REQUIRED="test"
27 -inherit kde5
28 -
29 -DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
30 -LICENSE="LGPL-2+"
31 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
32 -IUSE=""
33 -
34 -DEPEND="
35 - $(add_frameworks_dep kcompletion)
36 - $(add_frameworks_dep kconfig)
37 - $(add_frameworks_dep kconfigwidgets)
38 - $(add_frameworks_dep kcoreaddons)
39 - $(add_frameworks_dep ki18n)
40 - $(add_frameworks_dep kiconthemes)
41 - $(add_frameworks_dep kio)
42 - $(add_frameworks_dep kjobwidgets)
43 - $(add_frameworks_dep knotifications)
44 - $(add_frameworks_dep kwayland)
45 - $(add_frameworks_dep kwidgetsaddons)
46 - $(add_frameworks_dep kwindowsystem)
47 - $(add_frameworks_dep kxmlgui)
48 - $(add_plasma_dep breeze)
49 - $(add_qt_dep qtdbus)
50 - $(add_qt_dep qtgui 'dbus' '' '5=')
51 - $(add_qt_dep qtquickcontrols2)
52 - $(add_qt_dep qtwidgets)
53 - $(add_qt_dep qtx11extras)
54 - x11-libs/libXcursor
55 - x11-libs/libxcb
56 -"
57 -RDEPEND="${DEPEND}
58 - media-fonts/hack
59 - media-fonts/noto
60 -"
61 -
62 -# requires running kde environment
63 -RESTRICT+=" test"