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 4F579138334 for ; Sat, 16 Mar 2019 19:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42CF3E08C3; Sat, 16 Mar 2019 19:09:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F350AE08C3 for ; Sat, 16 Mar 2019 19:09:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5B340335CA6 for ; Sat, 16 Mar 2019 19:09:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02EDC560 for ; Sat, 16 Mar 2019 19:09:21 +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: <1552763311.ba913b0657975caee82dbd63487c5fc65c470817.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtxmlpatterns/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtxmlpatterns/metadata.xml dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.9999.ebuild dev-qt/qtxmlpatterns/qtxmlpatterns-5.13.9999.ebuild dev-qt/qtxmlpatterns/qtxmlpatterns-5.9999.ebuild X-VCS-Directories: dev-qt/qtxmlpatterns/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ba913b0657975caee82dbd63487c5fc65c470817 X-VCS-Branch: master Date: Sat, 16 Mar 2019 19:09:21 +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: 50804615-09af-49c0-918a-1b43fe1d0054 X-Archives-Hash: 9963f7f24c39cc99de279d6198e2b128 commit: ba913b0657975caee82dbd63487c5fc65c470817 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 11 00:35:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 16 19:08:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ba913b06 dev-qt/qtxmlpatterns: Add USE qml xmllistmodel was moved from qtdeclarative. Bug: https://bugs.gentoo.org/679472 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtxmlpatterns/metadata.xml | 3 +++ dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.9999.ebuild | 19 ++++++++++++++----- dev-qt/qtxmlpatterns/qtxmlpatterns-5.13.9999.ebuild | 17 +++++++++++++---- dev-qt/qtxmlpatterns/qtxmlpatterns-5.9999.ebuild | 19 ++++++++++++++----- 4 files changed, 44 insertions(+), 14 deletions(-) diff --git a/dev-qt/qtxmlpatterns/metadata.xml b/dev-qt/qtxmlpatterns/metadata.xml index 32568f62..c89a0b8e 100644 --- a/dev-qt/qtxmlpatterns/metadata.xml +++ b/dev-qt/qtxmlpatterns/metadata.xml @@ -5,6 +5,9 @@ qt@gentoo.org Gentoo Qt Project + + Build the XmlListModel import for QtQuick (requires QtDeclarative) + https://bugreports.qt.io/ https://doc.qt.io/ diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.9999.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.9999.ebuild index 33771e36..7a53e251 100644 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.9999.ebuild +++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,12 +10,21 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" fi -IUSE="" +IUSE="qml" DEPEND=" ~dev-qt/qtcore-${PV} ~dev-qt/qtnetwork-${PV} + qml? ( ~dev-qt/qtdeclarative-${PV} ) " -RDEPEND="${DEPEND} - !