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, 05 Nov 2022 16:39:23
Message-Id: 1667639272.53c1bc9a6f0d9f242f8027cdda2d81324362a101.asturm@gentoo
1 commit: 53c1bc9a6f0d9f242f8027cdda2d81324362a101
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 09:07:52 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 09:07:52 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=53c1bc9a
7
8 dev-qt/qtwayland: drop 6.4.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtwayland/Manifest | 1 -
13 dev-qt/qtwayland/qtwayland-6.4.0.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 1e44f0d0..00000000
19 --- a/dev-qt/qtwayland/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST qtwayland-everywhere-src-6.4.0.tar.xz 836088 BLAKE2B 3efc506e1a0bc63182397d483bf352e21d39c75a7360ee3fe839527451950875748aea5cf62207ffef38b845a12c2bbbefde918d14333d1b194a4ea39b82670f SHA512 745fcc84c936c3f2fa7382291b5013679f9e57d6c680f1d352b0a132ba7cbaaea1495211f8fc4f1af85a81c711794987e4e05284d3ac06c94e92e9b601dae924
23
24 diff --git a/dev-qt/qtwayland/qtwayland-6.4.0.ebuild b/dev-qt/qtwayland/qtwayland-6.4.0.ebuild
25 deleted file mode 100644
26 index 09413e55..00000000
27 --- a/dev-qt/qtwayland/qtwayland-6.4.0.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}"