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: Tue, 28 Sep 2021 14:59:00
Message-Id: 1632841122.e3f309af0cd1da27b08f5ab8be9296cb6ded199e.asturm@gentoo
1 commit: e3f309af0cd1da27b08f5ab8be9296cb6ded199e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 14:50:09 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 14:58:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f309af
7
8 dev-qt/qtwayland: Drop 5.15.2-r12
9
10 Package-Manager: Portage-3.0.24, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qtwayland/Manifest | 1 -
14 dev-qt/qtwayland/qtwayland-5.15.2-r12.ebuild | 41 ----------------------------
15 2 files changed, 42 deletions(-)
16
17 diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
18 index 70b2d66acb4..daf4a7de725 100644
19 --- a/dev-qt/qtwayland/Manifest
20 +++ b/dev-qt/qtwayland/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST qtwayland-5.15.2-3c420cd1.tar.gz 829193 BLAKE2B dcd6f466184263b8988f5ae8e8cd47d22711ec791d5f7afdc156ce6de31488f6b37970bac00edbbe9a485b3627f86f865e45d9515e48eccf37cc12a831d7740e SHA512 d4e247d08ed17a31073005b4bef818571cd1268f8b4a430dd366f680a0f652d3aa321ea264efc88628405ac254693bdc1b34d32a2bcb14f4d987d5380e4cedfc
23 DIST qtwayland-5.15.2-efe6edca.tar.gz 829293 BLAKE2B 6ccc5a4e111818cc65855eb4570727f30932bec9a749069550d07332df719eaeec0baf472c025150a32c9c380294f5e9496ad3babd181887a02fc37d1bfd5f2a SHA512 87190cd1ade57c98da972a2f5d48aa0376ccc4bfa589f5832b8a62a63b3eafa6acf88d812ae98c484d4b02878ae2c1986c3759c0ba3f46894c76af713d7b8346
24 DIST qtwayland-everywhere-src-5.15.2.tar.xz 564884 BLAKE2B 472effd3e9f3fd5470e0449703a52d45f2fd823770880b5ad15d8bf99196eee5d8511ca2bc9e23df6e27c933551d1853928ba79b4b1e5fa6e53334c54c04a463 SHA512 e8657ed676873da7b949e6a1605d025918a03336af9c68f32741945ec3c71a604def55bb00737ba4d97b91c00d0e2df1a83cdcedcf5795c6b2a1ef2caa21c91c
25
26 diff --git a/dev-qt/qtwayland/qtwayland-5.15.2-r12.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2-r12.ebuild
27 deleted file mode 100644
28 index 89a557d9935..00000000000
29 --- a/dev-qt/qtwayland/qtwayland-5.15.2-r12.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -KDE_ORG_COMMIT=3c420cd180397e3f42c8a436a7f1b11465925bdd
38 -inherit qt5-build
39 -
40 -DESCRIPTION="Wayland platform plugin for Qt"
41 -
42 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
43 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
44 -fi
45 -
46 -IUSE="vulkan X"
47 -
48 -DEPEND="
49 - dev-libs/wayland
50 - =dev-qt/qtcore-${QT5_PV}*:5=
51 - =dev-qt/qtdeclarative-${QT5_PV}*:5=
52 - =dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?]
53 - media-libs/libglvnd
54 - >=x11-libs/libxkbcommon-0.2.0
55 - vulkan? ( dev-util/vulkan-headers )
56 - X? (
57 - =dev-qt/qtgui-${QT5_PV}*[-gles2-only]
58 - x11-libs/libX11
59 - x11-libs/libXcomposite
60 - )
61 -"
62 -RDEPEND="${DEPEND}"
63 -
64 -src_configure() {
65 - local myqmakeargs=(
66 - --
67 - $(qt_use vulkan feature-wayland-vulkan-server-buffer)
68 - $(qt_use X feature-xcomposite-egl)
69 - $(qt_use X feature-xcomposite-glx)
70 - )
71 - qt5-build_src_configure
72 -}