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, 05 Nov 2022 16:39:20
Message-Id: 1667639241.f98732a2e98ed2f167e29effc1aabf3ac0e2cf83.asturm@gentoo
1 commit: f98732a2e98ed2f167e29effc1aabf3ac0e2cf83
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 09:07:21 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 09:07:21 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f98732a2
7
8 dev-qt/qt5compat: drop 6.4.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qt5compat/Manifest | 1 -
13 dev-qt/qt5compat/qt5compat-6.4.0.ebuild | 18 ------------------
14 2 files changed, 19 deletions(-)
15
16 diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest
17 deleted file mode 100644
18 index 105809d9..00000000
19 --- a/dev-qt/qt5compat/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST qt5compat-everywhere-src-6.4.0.tar.xz 14641720 BLAKE2B abed031d736e2f05856a02e96251bf77c12823866c722247360a19d592a71e52a2fb5bac121baa91dd264806fff6b2230d41ab92346ee92c4fcef7607838d4a0 SHA512 d14ebf4ed6061b7154fdd67ac71849bcfb109c9911dcc9279c01bf07b6f58cf26a882f16be6228040e6465345259a16be2296481c2129c88710fa7b4da747ba5
23
24 diff --git a/dev-qt/qt5compat/qt5compat-6.4.0.ebuild b/dev-qt/qt5compat/qt5compat-6.4.0.ebuild
25 deleted file mode 100644
26 index 2bf0684e..00000000
27 --- a/dev-qt/qt5compat/qt5compat-6.4.0.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 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="Qt module containing the unsupported Qt 5 APIs"
38 -
39 -if [[ ${QT6_BUILD_TYPE} == release ]]; then
40 - KEYWORDS="~amd64"
41 -fi
42 -
43 -DEPEND="
44 - =dev-qt/qtbase-${PV}*[gui,network]
45 - =dev-qt/qtdeclarative-${PV}*
46 -"
47 -RDEPEND="${DEPEND}"