Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
Date: Sat, 24 Sep 2022 17:03:23
Message-Id: 1664030560.731f623e4c9c6df3a95c6b9e7608845a5369260d.asturm@gentoo
1 commit: 731f623e4c9c6df3a95c6b9e7608845a5369260d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 14:42:40 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 14:42:40 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=731f623e
7
8 dev-qt/qtwayland: drop 6.3.2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtwayland/Manifest | 1 -
13 dev-qt/qtwayland/qtwayland-6.3.2.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
17 deleted file mode 100644
18 index 590505ab..00000000
19 --- a/dev-qt/qtwayland/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST qtwayland-everywhere-src-6.3.2.tar.xz 836192 BLAKE2B 3cb7c72c37d4b69a798cd14cc9aca694ba6ed01330e71772653e841717dcdd1c6e0d77597066647430e5f52dd5cd48636e1a6a2dcaadc2ab86a52be803c90f92 SHA512 475ba168bacb2d35a5962b27542f43420e3baf42d2026699b272174076ee6a26f8c3663ba8e44508f2011c5b7a2e4b3086390264cdf621b393c79fe89265bd03
23
24 diff --git a/dev-qt/qtwayland/qtwayland-6.3.2.ebuild b/dev-qt/qtwayland/qtwayland-6.3.2.ebuild
25 deleted file mode 100644
26 index 09413e55..00000000
27 --- a/dev-qt/qtwayland/qtwayland-6.3.2.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit qt6-build
36 -
37 -DESCRIPTION="Wayland platform plugin for Qt"
38 -
39 -if [[ ${QT6_BUILD_TYPE} == release ]]; then
40 - KEYWORDS="~amd64"
41 -fi
42 -
43 -BDEPEND="dev-util/wayland-scanner"
44 -DEPEND="
45 - dev-libs/wayland
46 - =dev-qt/qtbase-${PV}*[gui,opengl]
47 - =dev-qt/qtdeclarative-${PV}*
48 - media-libs/libglvnd
49 - x11-libs/libxkbcommon
50 -"
51 -RDEPEND="${DEPEND}"