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 17:03:22
Message-Id: 1664030510.cdef9b73a410174b7fe0c4e0f28ee4b812834dd2.asturm@gentoo
1 commit: cdef9b73a410174b7fe0c4e0f28ee4b812834dd2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 14:41:50 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 14:41:50 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cdef9b73
7
8 dev-qt/qt5compat: drop 6.3.2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qt5compat/Manifest | 1 -
13 dev-qt/qt5compat/qt5compat-6.3.2.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 1b89d952..00000000
19 --- a/dev-qt/qt5compat/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST qt5compat-everywhere-src-6.3.2.tar.xz 8194996 BLAKE2B cd874a41dc667f8d8e970c962c8475d41139081c8587249204779800bb7e50cf6f33e024cc43a9ab67ff5ae37536ca01e1365c2bca449ae53586b8d410d9b8cc SHA512 12407b27871a3972e3400d9832e454ea221fd18f6c5ce19be8084d085c148d70097b5de8fcedf2a53777b38ce9511f215e56dc145a618e472ceb2caf584c689e
23
24 diff --git a/dev-qt/qt5compat/qt5compat-6.3.2.ebuild b/dev-qt/qt5compat/qt5compat-6.3.2.ebuild
25 deleted file mode 100644
26 index 2bf0684e..00000000
27 --- a/dev-qt/qt5compat/qt5compat-6.3.2.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}"