Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/
Date: Sun, 01 Jul 2018 18:33:39
Message-Id: 1530469997.287eff8f9c42dc0558082014e947555189d30171.asturm@gentoo
1 commit: 287eff8f9c42dc0558082014e947555189d30171
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 18:27:54 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 18:33:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287eff8f
7
8 dev-qt/qtwayland: Drop 5.9.4 (r0)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-qt/qtwayland/qtwayland-5.9.4.ebuild | 39 ---------------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/dev-qt/qtwayland/qtwayland-5.9.4.ebuild b/dev-qt/qtwayland/qtwayland-5.9.4.ebuild
16 deleted file mode 100644
17 index 4c3553046db..00000000000
18 --- a/dev-qt/qtwayland/qtwayland-5.9.4.ebuild
19 +++ /dev/null
20 @@ -1,39 +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 -inherit qt5-build
26 -
27 -DESCRIPTION="Wayland platform plugin for Qt"
28 -
29 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
30 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
31 -fi
32 -
33 -IUSE="+libinput xcomposite"
34 -
35 -DEPEND="
36 - >=dev-libs/wayland-1.6.0
37 - ~dev-qt/qtcore-${PV}
38 - ~dev-qt/qtdeclarative-${PV}
39 - ~dev-qt/qtgui-${PV}[egl,libinput?]
40 - media-libs/mesa[egl]
41 - >=x11-libs/libxkbcommon-0.2.0
42 - xcomposite? (
43 - x11-libs/libX11
44 - x11-libs/libXcomposite
45 - )
46 -"
47 -RDEPEND="${DEPEND}"
48 -
49 -src_prepare() {
50 - qt_use_disable_config libinput xkbcommon-evdev \
51 - src/client/client.pro \
52 - src/compositor/wayland_wrapper/wayland_wrapper.pri \
53 - src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
54 - tests/auto/compositor/compositor/compositor.pro
55 -
56 - use xcomposite || rm -r config.tests/xcomposite || die
57 -
58 - qt5-build_src_prepare
59 -}