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: Thu, 07 Jan 2021 16:31:59
Message-Id: 1610037035.ec2437d99567b0fac62c4619530d89987d6ce984.asturm@gentoo
1 commit: ec2437d99567b0fac62c4619530d89987d6ce984
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 15:24:23 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 16:30:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2437d9
7
8 dev-qt/qtwayland: Drop 5.15.2 (r0)
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qtwayland/qtwayland-5.15.2.ebuild | 39 --------------------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2.ebuild
17 deleted file mode 100644
18 index e292407158a..00000000000
19 --- a/dev-qt/qtwayland/qtwayland-5.15.2.ebuild
20 +++ /dev/null
21 @@ -1,39 +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 ~sparc ~x86"
32 -fi
33 -
34 -IUSE="vulkan X"
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,vulkan=]
41 - media-libs/mesa[egl]
42 - >=x11-libs/libxkbcommon-0.2.0
43 - vulkan? ( dev-util/vulkan-headers )
44 - X? (
45 - ~dev-qt/qtgui-${PV}[-gles2-only]
46 - x11-libs/libX11
47 - x11-libs/libXcomposite
48 - )
49 -"
50 -RDEPEND="${DEPEND}"
51 -
52 -src_configure() {
53 - local myqmakeargs=(
54 - --
55 - $(qt_use vulkan feature-wayland-vulkan-server-buffer)
56 - $(qt_use X feature-xcomposite-egl)
57 - $(qt_use X feature-xcomposite-glx)
58 - )
59 - qt5-build_src_configure
60 -}