From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EF9E158094 for ; Tue, 2 Aug 2022 21:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B240CE1024; Tue, 2 Aug 2022 21:51:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92EB3E1024 for ; Tue, 2 Aug 2022 21:51:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAEBF340D73 for ; Tue, 2 Aug 2022 21:51:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54D8B571 for ; Tue, 2 Aug 2022 21:51:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659476992.10466feba07a680c1cc0c47eddd257f10f34dbbd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt5compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt5compat/Manifest dev-qt/qt5compat/metadata.xml dev-qt/qt5compat/qt5compat-6.3.1.ebuild X-VCS-Directories: dev-qt/qt5compat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 10466feba07a680c1cc0c47eddd257f10f34dbbd X-VCS-Branch: master Date: Tue, 2 Aug 2022 21:51:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 59f0564f-2934-4521-9bfe-3ccc11fee39f X-Archives-Hash: 035b47889c603ed9f7914fa331563191 commit: 10466feba07a680c1cc0c47eddd257f10f34dbbd Author: Jimi Huotari gentoo org> AuthorDate: Wed May 25 23:05:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 2 21:49:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10466feb dev-qt/qt5compat: new package Version 6.3.1 of the Qt module containing the unsupported Qt 5 APIs. Bug: https://bugs.gentoo.org/838970 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25635 Signed-off-by: Sam James gentoo.org> dev-qt/qt5compat/Manifest | 1 + dev-qt/qt5compat/metadata.xml | 17 +++++++++++++++++ dev-qt/qt5compat/qt5compat-6.3.1.ebuild | 18 ++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest new file mode 100644 index 000000000000..a656414f2973 --- /dev/null +++ b/dev-qt/qt5compat/Manifest @@ -0,0 +1 @@ +DIST qt5compat-everywhere-src-6.3.1.tar.xz 8195804 BLAKE2B 782da113f35ecd231ed408337fef8e6c688c5a1dc1b2533490d7bc751fa9d2404d45e16a47017d8ae6d7b8e7f077b33e94e82cfcd35bd4c81690422a36e29e73 SHA512 66196a8d29a2789179904638fcd9ec162d5715e7dc28618b3ef78d07682a05578b6c2e7023144c628b94321a9c1332d39826c13adb1e5db5121406c530c9c35c diff --git a/dev-qt/qt5compat/metadata.xml b/dev-qt/qt5compat/metadata.xml new file mode 100644 index 000000000000..32568f62fb8e --- /dev/null +++ b/dev-qt/qt5compat/metadata.xml @@ -0,0 +1,17 @@ + + + + + qt@gentoo.org + Gentoo Qt Project + + + https://bugreports.qt.io/ + https://doc.qt.io/ + + + + Must only be used by packages that are known to use private parts of the Qt API. + + + diff --git a/dev-qt/qt5compat/qt5compat-6.3.1.ebuild b/dev-qt/qt5compat/qt5compat-6.3.1.ebuild new file mode 100644 index 000000000000..2bf0684e946d --- /dev/null +++ b/dev-qt/qt5compat/qt5compat-6.3.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt6-build + +DESCRIPTION="Qt module containing the unsupported Qt 5 APIs" + +if [[ ${QT6_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +DEPEND=" + =dev-qt/qtbase-${PV}*[gui,network] + =dev-qt/qtdeclarative-${PV}* +" +RDEPEND="${DEPEND}"