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, 06 Jul 2022 10:27:57
Message-Id: 1657103246.7b5e1f418c765b1ec1f03d8955fd935f60b9c43e.asturm@gentoo
1 commit: 7b5e1f418c765b1ec1f03d8955fd935f60b9c43e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 09:18:23 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 10:27:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5e1f41
7
8 dev-qt/qtwayland: Drop 5.15.4
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtwayland/Manifest | 2 --
13 dev-qt/qtwayland/qtwayland-5.15.4.ebuild | 54 --------------------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
17 index 27712c619500..e6a3a8508197 100644
18 --- a/dev-qt/qtwayland/Manifest
19 +++ b/dev-qt/qtwayland/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST qtwayland-5.15.4-gentoo-kde-1.tar.xz 32156 BLAKE2B b18c35f07bc20ab778d925961486511e90dea3e04bd83730f54fcc94d7a8680d86f33b7087e84cf77e283a20514472caeadb7409fe59117f3c066dcfad4ba46d SHA512 a86fd28cbaec35a9c616584ea7b65d4acac0b98f58f58bd32a11a586d8b2c8cc6f8f95e70d1f9deb9136515328ee03af57479ce68b34ddccdb6e8e3110a0707f
22 DIST qtwayland-5.15.5-gentoo-kde-1.tar.xz 32076 BLAKE2B e42d847deaef08271eb2f3211db7496bb1d3e1da976cf242f2129775c0401eb834fd7c94b35ac58d601eb28e770c3b6bedaf4135e5ad97f43e0adee5054214aa SHA512 277c3612de892f21058bac3ef9c2b3584aa43850e1f6dab0c43989a952e30656c6069d1f7d07b0f1df7d1ec2ab1893a0ba1c4c6fecc6f56c101333832bdd483c
23 -DIST qtwayland-everywhere-opensource-src-5.15.4.tar.xz 567300 BLAKE2B e2f77a8e6a81ef105d218db6f40164b95beee2d3f34253b4208170a1a25f52ba2574d231979ec05d2bfa7d41a1949b01bd3f6bfcab75487e88d11b6fd1e32455 SHA512 58ae262f7aa0455fb577a36fe9413a969398a2043160642501bac064d6fbc3280f76aa566e62b9d73c67a8c3606849b1b97bcb9b0250d26c269ec921112f40e4
24 DIST qtwayland-everywhere-opensource-src-5.15.5.tar.xz 567384 BLAKE2B 01ce4d546bda7bf332f8cc4f86a5e8bfb1be0ef60336ee3cae58266a25d51cf00fef3e6c4204f0179abc2ef748f88bd3a20f89f36da74d5d15c70ae7b4975186 SHA512 828dceb7bc54ce610a73f110f0aca332a90cf95df4a3bc971bd21c4e878366cb8d2248e609b73ce4d381579a143843c87a62f23dcc95767e522874e53a1b0327
25
26 diff --git a/dev-qt/qtwayland/qtwayland-5.15.4.ebuild b/dev-qt/qtwayland/qtwayland-5.15.4.ebuild
27 deleted file mode 100644
28 index a3da0ab2459e..000000000000
29 --- a/dev-qt/qtwayland/qtwayland-5.15.4.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -QT5_KDEPATCHSET_REV=1
38 -inherit qt5-build
39 -
40 -DESCRIPTION="Wayland platform plugin for Qt"
41 -SLOT=5/${QT5_PV} # bug 815646
42 -
43 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
44 - KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
45 -fi
46 -
47 -IUSE="vulkan X"
48 -
49 -DEPEND="
50 - dev-libs/wayland
51 - =dev-qt/qtcore-${QT5_PV}*:5=
52 - =dev-qt/qtdeclarative-${QT5_PV}*:5=
53 - =dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?]
54 - media-libs/libglvnd
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 -BDEPEND="
64 - dev-util/wayland-scanner
65 -"
66 -
67 -PATCHES=(
68 - "${FILESDIR}/${PN}-5.15.2-QTBUG-90037-QTBUG-91264.patch" # upstream pending
69 - "${FILESDIR}/${PN}-5.15.3-clang.patch"
70 -)
71 -
72 -src_configure() {
73 - local myqmakeargs=(
74 - --
75 - $(qt_use vulkan feature-wayland-vulkan-server-buffer)
76 - $(qt_use X feature-xcomposite-egl)
77 - $(qt_use X feature-xcomposite-glx)
78 - )
79 - qt5-build_src_configure
80 -}
81 -
82 -src_install() {
83 - qt5-build_src_install
84 - rm "${D}${QT5_BINDIR}"/qtwaylandscanner || die
85 -}