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, 08 Feb 2022 19:59:03
Message-Id: 1644350309.3cb9cce628cdd5309d7e55a5479e62c6b8b503c8.asturm@gentoo
1 commit: 3cb9cce628cdd5309d7e55a5479e62c6b8b503c8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 19:55:28 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 19:58:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb9cce6
7
8 dev-qt/qtwayland: Drop 5.15.2-r18
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.2-r18.ebuild | 44 ----------------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
18 index 2ff54b09a0bf..9a2c4f0dea39 100644
19 --- a/dev-qt/qtwayland/Manifest
20 +++ b/dev-qt/qtwayland/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST qtwayland-5.15.2-4644d51f.tar.gz 831697 BLAKE2B c3d60416ef71030018918ec5157122e2585d270d5aa1a74d66874a33f14f0c4ac85da5a1dd7bfb422a1090f79e5d2c08763c68fe724416b34bad16f945d1740c SHA512 e350396e9bdfa6f0fda938af74c722792d50473eb3d786442ba11919e7801f0cd8d045916c8e49d8a63ffd966376cb74e7cc1c3d4d1732e71061fb8343a497d3
23 DIST qtwayland-5.15.2-867540b9.tar.gz 830061 BLAKE2B b831288d6a3e671631b4df00eb1edb72e35128f3ed5a73983b3e15193f554fddcd0337deb832d44b795d2e37f0601fe35b8b0fcb5986bcc44154d172f3a54193 SHA512 b834802811d9f65559ef5e7468189b53c666e390aa09edeb490e5fee2dece13082b11da0f8b5924b89f7dc8e1eba375a485940f4dfbf0445f3d1e96033e33f24
24 DIST qtwayland-5.15.2-ce2caf49.tar.gz 831808 BLAKE2B af7006f3ce5bb262710c5405f20107239140afe5c7f2b8b10ac834b7e41076a274adbf34152cba3fed19538f653f70faffb1255e622b8607d34f5a4695603461 SHA512 8eaf58da68311b072f5d0192444dafc5819971807682bb85f2316c10e4e64a735a95b05a0a5c1e4a66542702281deb364a6470f6bd0ea042818edb5a9b0396fb
25
26 diff --git a/dev-qt/qtwayland/qtwayland-5.15.2-r18.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2-r18.ebuild
27 deleted file mode 100644
28 index 48fffae55af5..000000000000
29 --- a/dev-qt/qtwayland/qtwayland-5.15.2-r18.ebuild
30 +++ /dev/null
31 @@ -1,44 +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 -KDE_ORG_COMMIT=4644d51f4b52e83fc1b4d02b380d80d9d57e76fa
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 -SLOT=5/${QT5_PV} # bug 815646
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 -src_configure() {
68 - local myqmakeargs=(
69 - --
70 - $(qt_use vulkan feature-wayland-vulkan-server-buffer)
71 - $(qt_use X feature-xcomposite-egl)
72 - $(qt_use X feature-xcomposite-glx)
73 - )
74 - qt5-build_src_configure
75 -}