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/kwin/
Date: Sat, 15 Apr 2017 15:11:41
Message-Id: 1492269082.ccc39e138c3158a8f480af7ad14b41cb90a0001a.asturm@gentoo
1 commit: ccc39e138c3158a8f480af7ad14b41cb90a0001a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 15 12:22:38 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 15 15:11:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc39e13
7
8 kde-plasma/kwin: Drop 5.9.4 (r0)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-plasma/kwin/kwin-5.9.4.ebuild | 94 ---------------------------------------
13 1 file changed, 94 deletions(-)
14
15 diff --git a/kde-plasma/kwin/kwin-5.9.4.ebuild b/kde-plasma/kwin/kwin-5.9.4.ebuild
16 deleted file mode 100644
17 index 77c9c31ad8b..00000000000
18 --- a/kde-plasma/kwin/kwin-5.9.4.ebuild
19 +++ /dev/null
20 @@ -1,94 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KDE_HANDBOOK="optional"
27 -KDE_TEST="optional"
28 -VIRTUALX_REQUIRED="test"
29 -inherit kde5
30 -
31 -DESCRIPTION="KDE window manager"
32 -LICENSE="GPL-2+"
33 -KEYWORDS="~amd64 ~arm ~x86"
34 -IUSE="gles2 multimedia"
35 -
36 -# drop qtcore subslot operator when QT_MINIMAL >= 5.7.0
37 -COMMON_DEPEND="
38 - $(add_frameworks_dep kactivities)
39 - $(add_frameworks_dep kauth)
40 - $(add_frameworks_dep kcmutils)
41 - $(add_frameworks_dep kcompletion)
42 - $(add_frameworks_dep kconfig)
43 - $(add_frameworks_dep kconfigwidgets)
44 - $(add_frameworks_dep kcoreaddons)
45 - $(add_frameworks_dep kcrash)
46 - $(add_frameworks_dep kdeclarative)
47 - $(add_frameworks_dep kglobalaccel)
48 - $(add_frameworks_dep ki18n)
49 - $(add_frameworks_dep kiconthemes)
50 - $(add_frameworks_dep kidletime)
51 - $(add_frameworks_dep kinit)
52 - $(add_frameworks_dep kio)
53 - $(add_frameworks_dep knewstuff)
54 - $(add_frameworks_dep knotifications)
55 - $(add_frameworks_dep kpackage)
56 - $(add_frameworks_dep kservice)
57 - $(add_frameworks_dep kwayland)
58 - $(add_frameworks_dep kwidgetsaddons)
59 - $(add_frameworks_dep kwindowsystem X)
60 - $(add_frameworks_dep kxmlgui)
61 - $(add_frameworks_dep plasma)
62 - $(add_plasma_dep breeze)
63 - $(add_plasma_dep kdecoration)
64 - $(add_plasma_dep kscreenlocker)
65 - $(add_qt_dep qtcore '' '' '5=')
66 - $(add_qt_dep qtdbus)
67 - $(add_qt_dep qtdeclarative)
68 - $(add_qt_dep qtgui 'gles2=')
69 - $(add_qt_dep qtscript)
70 - $(add_qt_dep qtwidgets)
71 - $(add_qt_dep qtx11extras)
72 - >=dev-libs/libinput-1.5
73 - >=dev-libs/wayland-1.2
74 - media-libs/fontconfig
75 - media-libs/freetype
76 - media-libs/libepoxy
77 - media-libs/mesa[egl,gbm,gles2?,wayland]
78 - virtual/libudev:=
79 - x11-libs/libICE
80 - x11-libs/libSM
81 - x11-libs/libX11
82 - x11-libs/libXi
83 - x11-libs/libdrm
84 - >=x11-libs/libxcb-1.10
85 - >=x11-libs/libxkbcommon-0.7.0
86 - x11-libs/xcb-util-cursor
87 - x11-libs/xcb-util-image
88 - x11-libs/xcb-util-keysyms
89 -"
90 -RDEPEND="${COMMON_DEPEND}
91 - $(add_plasma_dep kde-cli-tools)
92 - multimedia? (
93 - || (
94 - $(add_qt_dep qtmultimedia 'gstreamer,qml')
95 - $(add_qt_dep qtmultimedia 'gstreamer010,qml')
96 - )
97 - )
98 - !<kde-apps/kdeartwork-meta-15.08.3-r1:4
99 - !kde-plasma/kwin:4
100 - !kde-plasma/systemsettings:4
101 -"
102 -DEPEND="${COMMON_DEPEND}
103 - $(add_qt_dep designer)
104 - $(add_qt_dep qtconcurrent)
105 - x11-proto/xproto
106 - test? ( x11-libs/xcb-util-wm )
107 -"
108 -
109 -RESTRICT+=" test"
110 -
111 -src_prepare() {
112 - kde5_src_prepare
113 - use multimedia || eapply "${FILESDIR}/${PN}-gstreamer-optional.patch"
114 -}