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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87236138359 for ; Thu, 30 Jul 2020 10:11:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE32DE09F0; Thu, 30 Jul 2020 10:11:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9486DE09F0 for ; Thu, 30 Jul 2020 10:11:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3C0834F403 for ; Thu, 30 Jul 2020 10:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 674682EE for ; Thu, 30 Jul 2020 10:11:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1596103857.bfdd93f95193a6677fe242c591fb0179a548d5a5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.14.2-r4.ebuild dev-qt/qtdeclarative/qtdeclarative-5.15.0-r1.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bfdd93f95193a6677fe242c591fb0179a548d5a5 X-VCS-Branch: master Date: Thu, 30 Jul 2020 10:11:24 +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: db0d9e52-31e2-4d88-84db-9e6f2ffb8b1a X-Archives-Hash: e8bd0cc584438d674dbb6b03f825a9ec commit: bfdd93f95193a6677fe242c591fb0179a548d5a5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 25 18:55:32 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 30 10:10:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdd93f9 dev-qt/qtdeclarative: Trigger rebuild on dev-qt/qtgui subslot update Closes: https://bugs.gentoo.org/733674 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> .../qtdeclarative/qtdeclarative-5.14.2-r4.ebuild | 59 ++++++++++++++++++++++ .../qtdeclarative/qtdeclarative-5.15.0-r1.ebuild | 58 +++++++++++++++++++++ 2 files changed, 117 insertions(+) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r4.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r4.ebuild new file mode 100644 index 00000000000..ee5e2c5a785 --- /dev/null +++ b/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r4.ebuild @@ -0,0 +1,59 @@ +# Copyright 2009-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +inherit python-any-r1 qt5-build + +DESCRIPTION="The QML and Quick modules for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86" +fi + +IUSE="gles2-only +jit localstorage vulkan +widgets" + +BDEPEND="${PYTHON_DEPS}" +# qtgui[gles2-only=] is needed because of bug 504322 +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtgui-${PV}:5=[gles2-only=,vulkan=] + ~dev-qt/qtnetwork-${PV} + ~dev-qt/qttest-${PV} + localstorage? ( ~dev-qt/qtsql-${PV} ) + widgets? ( ~dev-qt/qtwidgets-${PV}[gles2-only=] ) +" +RDEPEND="${DEPEND} + !