Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt5compat/
Date: Sun, 19 Mar 2023 13:09:46
Message-Id: 1679231198.34cd33e0de6c3278bb1dd5a3ba5bbc93847262c8.chiitoo@gentoo
1 commit: 34cd33e0de6c3278bb1dd5a3ba5bbc93847262c8
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 11:26:05 2023 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 13:06:38 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cd33e0
7
8 dev-qt/qt5compat: add 6.4.3
9
10 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
11
12 dev-qt/qt5compat/Manifest | 1 +
13 dev-qt/qt5compat/qt5compat-6.4.3.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest
17 index c717766a6504..6b72b7cfd09a 100644
18 --- a/dev-qt/qt5compat/Manifest
19 +++ b/dev-qt/qt5compat/Manifest
20 @@ -1 +1,2 @@
21 DIST qt5compat-everywhere-src-6.4.2.tar.xz 14638200 BLAKE2B 518d254012f65e2f73dbef362abaf5e2890f6b8a97a0e6211b65a92e2e64d149b0fafd39a7f7a9d2f87a6deda04286a0eb2ced56810fb894d5305da5a81f5edf SHA512 8aa49cbbe92e628be3b502bbf0a9668b7664829a12c8cf0eced816cda880d034d567f287d2a1bd1efb7d693b3de7e583d2c2d69e2437cdeda737c67d7949ca56
22 +DIST qt5compat-everywhere-src-6.4.3.tar.xz 14638428 BLAKE2B 70afd4ff347fc58a4b67ce15d7ccaa542084eeeda672c5f33feedd550cb21a7d93bab192b24ab9b8330aad2a9cfee9f9b47f908cde5667a444f44e0882ceab60 SHA512 22e3d6360afdb83b4bd122153cf3bba09d8593dbdd65ccf5b80e032b9de437f868b05c7170e636fd6bd8f42dd1eb56b07f21b73fd0c4a5437fcb72aa070d830b
23
24 diff --git a/dev-qt/qt5compat/qt5compat-6.4.3.ebuild b/dev-qt/qt5compat/qt5compat-6.4.3.ebuild
25 new file mode 100644
26 index 000000000000..e930872d0c3d
27 --- /dev/null
28 +++ b/dev-qt/qt5compat/qt5compat-6.4.3.ebuild
29 @@ -0,0 +1,18 @@
30 +# Copyright 2022-2023 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}"