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