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 21:24:35
Message-Id: 1664051140.e10f04361f98b6fcd0f65542ed71b1d278049b0c.asturm@gentoo
1 commit: e10f04361f98b6fcd0f65542ed71b1d278049b0c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 20:25:40 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 20:25:40 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e10f0436
7
8 dev-qt/qtwayland: drop 6.3.9999
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtwayland/qtwayland-6.3.9999.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
16 deleted file mode 100644
17 index 09413e55..00000000
18 --- a/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -inherit qt6-build
27 -
28 -DESCRIPTION="Wayland platform plugin for Qt"
29 -
30 -if [[ ${QT6_BUILD_TYPE} == release ]]; then
31 - KEYWORDS="~amd64"
32 -fi
33 -
34 -BDEPEND="dev-util/wayland-scanner"
35 -DEPEND="
36 - dev-libs/wayland
37 - =dev-qt/qtbase-${PV}*[gui,opengl]
38 - =dev-qt/qtdeclarative-${PV}*
39 - media-libs/libglvnd
40 - x11-libs/libxkbcommon
41 -"
42 -RDEPEND="${DEPEND}"