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: Wed, 26 Feb 2020 22:02:27
Message-Id: 1582754204.4e9f62d6cfd9d79c50aea565ec9fd3d8c0959ab7.asturm@gentoo
1 commit: 4e9f62d6cfd9d79c50aea565ec9fd3d8c0959ab7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 21:31:57 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 21:56:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9f62d6
7
8 dev-qt/qtwayland: Drop 5.14.1 (r0)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qtwayland/qtwayland-5.14.1.ebuild | 43 --------------------------------
14 1 file changed, 43 deletions(-)
15
16 diff --git a/dev-qt/qtwayland/qtwayland-5.14.1.ebuild b/dev-qt/qtwayland/qtwayland-5.14.1.ebuild
17 deleted file mode 100644
18 index 8464c35ff42..00000000000
19 --- a/dev-qt/qtwayland/qtwayland-5.14.1.ebuild
20 +++ /dev/null
21 @@ -1,43 +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 -inherit qt5-build
27 -
28 -DESCRIPTION="Wayland platform plugin for Qt"
29 -
30 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
31 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
32 -fi
33 -
34 -IUSE="+libinput xcomposite"
35 -
36 -DEPEND="
37 - >=dev-libs/wayland-1.6.0
38 - ~dev-qt/qtcore-${PV}
39 - ~dev-qt/qtdeclarative-${PV}
40 - ~dev-qt/qtgui-${PV}[egl,libinput=]
41 - media-libs/mesa[egl]
42 - >=x11-libs/libxkbcommon-0.2.0
43 - xcomposite? (
44 - x11-libs/libX11
45 - x11-libs/libXcomposite
46 - )
47 -"
48 -RDEPEND="${DEPEND}"
49 -
50 -src_prepare() {
51 - qt_use_disable_config libinput xkbcommon-evdev \
52 - src/client/client.pro \
53 - src/compositor/wayland_wrapper/wayland_wrapper.pri \
54 - src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
55 - src/plugins/shellintegration/wl-shell/wl-shell.pro \
56 - src/plugins/shellintegration/xdg-shell/xdg-shell.pro \
57 - src/plugins/shellintegration/xdg-shell-v5/xdg-shell-v5.pro \
58 - src/plugins/shellintegration/xdg-shell-v6/xdg-shell-v6.pro \
59 - tests/auto/compositor/compositor/compositor.pro
60 -
61 - use xcomposite || rm -r config.tests/xcomposite || die
62 -
63 - qt5-build_src_prepare
64 -}