Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/
Date: Mon, 25 Jul 2016 21:35:00
Message-Id: 1469482481.0b234af3a0976767192daeb92a4fb62baa7bc071.johu@gentoo
1 commit: 0b234af3a0976767192daeb92a4fb62baa7bc071
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 25 21:32:11 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 25 21:34:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b234af3
7
8 kde-plasma/kwin: Remove 5.6.5 (r0)
9
10 Package-Manager: portage-2.3.0
11
12 kde-plasma/kwin/kwin-5.6.5.ebuild | 96 ---------------------------------------
13 1 file changed, 96 deletions(-)
14
15 diff --git a/kde-plasma/kwin/kwin-5.6.5.ebuild b/kde-plasma/kwin/kwin-5.6.5.ebuild
16 deleted file mode 100644
17 index 1092dd5..0000000
18 --- a/kde-plasma/kwin/kwin-5.6.5.ebuild
19 +++ /dev/null
20 @@ -1,96 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -KDE_HANDBOOK="optional"
28 -KDE_TEST="optional"
29 -VIRTUALX_REQUIRED="test"
30 -inherit kde5
31 -
32 -DESCRIPTION="KDE window manager"
33 -LICENSE="GPL-2+"
34 -KEYWORDS="~amd64 ~arm ~x86"
35 -IUSE="gles2 multimedia"
36 -
37 -# drop qtcore subslot operator when QT_MINIMAL >= 5.7.0
38 -COMMON_DEPEND="
39 - $(add_frameworks_dep kactivities)
40 - $(add_frameworks_dep kauth)
41 - $(add_frameworks_dep kcmutils)
42 - $(add_frameworks_dep kcompletion)
43 - $(add_frameworks_dep kconfig)
44 - $(add_frameworks_dep kconfigwidgets)
45 - $(add_frameworks_dep kcoreaddons)
46 - $(add_frameworks_dep kcrash)
47 - $(add_frameworks_dep kdeclarative)
48 - $(add_frameworks_dep kglobalaccel)
49 - $(add_frameworks_dep ki18n)
50 - $(add_frameworks_dep kiconthemes)
51 - $(add_frameworks_dep kidletime)
52 - $(add_frameworks_dep kinit)
53 - $(add_frameworks_dep kio)
54 - $(add_frameworks_dep knewstuff)
55 - $(add_frameworks_dep knotifications)
56 - $(add_frameworks_dep kpackage)
57 - $(add_frameworks_dep kservice)
58 - $(add_frameworks_dep kwayland)
59 - $(add_frameworks_dep kwidgetsaddons)
60 - $(add_frameworks_dep kwindowsystem X)
61 - $(add_frameworks_dep kxmlgui)
62 - $(add_frameworks_dep plasma)
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=,opengl(+)')
69 - $(add_qt_dep qtscript)
70 - $(add_qt_dep qtwidgets)
71 - $(add_qt_dep qtx11extras)
72 - >=dev-libs/libinput-0.10
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.4.1
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-base/kwin:4
100 - !kde-base/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 -PATCHES=( "${FILESDIR}/${PN}-5.6.3-glibc-sysmacros.patch" )
112 -
113 -src_prepare() {
114 - kde5_src_prepare
115 - use multimedia || eapply "${FILESDIR}/${PN}-gstreamer-optional.patch"
116 -}