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/qtwebchannel/
Date: Sat, 24 Sep 2022 21:24:35
Message-Id: 1664051143.4e5a0902e94a80674b6e4a712a83e975baf218e6.asturm@gentoo
1 commit: 4e5a0902e94a80674b6e4a712a83e975baf218e6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 20:25:43 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 20:25:43 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4e5a0902
7
8 dev-qt/qtwebchannel: drop 6.3.9999
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild
16 deleted file mode 100644
17 index 62dd2732..00000000
18 --- a/dev-qt/qtwebchannel/qtwebchannel-6.3.9999.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 2021-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="Qt WebChannel"
29 -
30 -if [[ ${QT6_BUILD_TYPE} == release ]]; then
31 - KEYWORDS="~amd64"
32 -fi
33 -
34 -DEPEND="
35 - =dev-qt/qtbase-${PV}*[concurrent]
36 - =dev-qt/qtdeclarative-${PV}*
37 - =dev-qt/qtwebsockets-${PV}*
38 -"
39 -RDEPEND="${DEPEND}"