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: Sat, 09 Apr 2022 16:07:16
Message-Id: 1649520182.0d3192b237831c3f968c58856b056cca41ebe9b0.asturm@gentoo
1 commit: 0d3192b237831c3f968c58856b056cca41ebe9b0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 14:06:17 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 16:03:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3192b2
7
8 dev-qt/qtwayland: Drop 5.15.3 (r0)
9
10 Package-Manager: Portage-3.0.30, 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.3.ebuild | 51 --------------------------------
15 2 files changed, 52 deletions(-)
16
17 diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
18 index 0be447a5042b..ef7a416aa450 100644
19 --- a/dev-qt/qtwayland/Manifest
20 +++ b/dev-qt/qtwayland/Manifest
21 @@ -1,5 +1,4 @@
22 DIST qtwayland-5.15.2-867540b9.tar.gz 830061 BLAKE2B b831288d6a3e671631b4df00eb1edb72e35128f3ed5a73983b3e15193f554fddcd0337deb832d44b795d2e37f0601fe35b8b0fcb5986bcc44154d172f3a54193 SHA512 b834802811d9f65559ef5e7468189b53c666e390aa09edeb490e5fee2dece13082b11da0f8b5924b89f7dc8e1eba375a485940f4dfbf0445f3d1e96033e33f24
23 DIST qtwayland-5.15.2-d6a6b727.tar.gz 831439 BLAKE2B 430f7c8570f9941e80db68f63efa9669f40d045e8df8820ec8653152938078b91d8d68b76667c6c01cc83cfca3f3b0ea67b6fdee6230e04fd091dcaaed4400bc SHA512 a2314f31c979594c4bd46fe8f1ac44d3391e45e6fedef44eaac5fb8700d1b32ac992f3e9d17e2453f0311038979a2bf8fabb14ea887525e16fb210307844c71d
24 -DIST qtwayland-5.15.3-gentoo-kde-1.tar.xz 34944 BLAKE2B e2113d9351b9c773d2a946a5593657dda7d62b8022190ac10527dea4324951aa486b66e2a461d45d583c3b316b4be6e60d391ceed49dfbc5adb5d4e164e9d763 SHA512 80ae360d3be2c0a63d2161b76bbc5e90a45c39841f8642162bc5da1236a3af7016a2899775ed79c8144d17dcb80f84fa8d05cfc69090ed7a69b72edf4d69bcff
25 DIST qtwayland-5.15.3-gentoo-kde-2.tar.xz 35460 BLAKE2B ea229ae3007405dcb431c90c3a8411d11d2d5715e917f5a57cc2881da4274938d6466f1562dc5f750b8d27ee60a459d6251ca1ab2563f6ee4b9f89e17a956b59 SHA512 63041bcf68869eb5bd1449bfeecd9847c6890378743eaf1f6cedd95b01f54448be804de6bb5649d70240d4fe98d39fd58db2ba5a5234269c17b5127dd1d76dd3
26 DIST qtwayland-everywhere-opensource-src-5.15.3.tar.xz 565004 BLAKE2B bc146caf77d42436dcb599df8d2aea422ac8717151dee91b9be129b97902d5af274dec90bd5ffceef62512515e5cf57a61ab773cfc6c13742a6cc5d9b6f72726 SHA512 0a9768282170709050490fb1b9daef59c21c8b5c4785f56a452d7954ffb6f016ec836022693941c99c5c10b2c3c55c75ba37fdad09dd1e0cde627f8b87b90c89
27
28 diff --git a/dev-qt/qtwayland/qtwayland-5.15.3.ebuild b/dev-qt/qtwayland/qtwayland-5.15.3.ebuild
29 deleted file mode 100644
30 index 148e79fc7b31..000000000000
31 --- a/dev-qt/qtwayland/qtwayland-5.15.3.ebuild
32 +++ /dev/null
33 @@ -1,51 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -QT5_KDEPATCHSET_REV=1
40 -inherit qt5-build
41 -
42 -DESCRIPTION="Wayland platform plugin for Qt"
43 -SLOT=5/${QT5_PV} # bug 815646
44 -
45 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
46 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
47 -fi
48 -
49 -IUSE="vulkan X"
50 -
51 -DEPEND="
52 - dev-libs/wayland
53 - =dev-qt/qtcore-${QT5_PV}*:5=
54 - =dev-qt/qtdeclarative-${QT5_PV}*:5=
55 - =dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?]
56 - media-libs/libglvnd
57 - vulkan? ( dev-util/vulkan-headers )
58 - X? (
59 - =dev-qt/qtgui-${QT5_PV}*[-gles2-only]
60 - x11-libs/libX11
61 - x11-libs/libXcomposite
62 - )
63 -"
64 -RDEPEND="${DEPEND}"
65 -BDEPEND="
66 - dev-util/wayland-scanner
67 -"
68 -
69 -PATCHES=( "${FILESDIR}/${PN}-5.15.2-QTBUG-90037-QTBUG-91264.patch" ) # upstream pending
70 -
71 -src_configure() {
72 - local myqmakeargs=(
73 - --
74 - $(qt_use vulkan feature-wayland-vulkan-server-buffer)
75 - $(qt_use X feature-xcomposite-egl)
76 - $(qt_use X feature-xcomposite-glx)
77 - )
78 - qt5-build_src_configure
79 -}
80 -
81 -src_install() {
82 - qt5-build_src_install
83 - rm "${D}${QT5_BINDIR}"/qtwaylandscanner || die
84 -}