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 1FE4D13835A for ; Mon, 17 May 2021 20:41:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 068D2E07D7; Mon, 17 May 2021 20:41:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E37FDE07D7 for ; Mon, 17 May 2021 20:41:23 +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 91AD5340EA9 for ; Mon, 17 May 2021 20:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D6B78B for ; Mon, 17 May 2021 20:41:20 +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: <1621284057.5e1231be59417d7a35a50639b1e610ea1741590e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/metadata.xml sci-geosciences/qgis/qgis-3.16.2-r1.ebuild sci-geosciences/qgis/qgis-3.16.2.ebuild sci-geosciences/qgis/qgis-3.16.4.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5e1231be59417d7a35a50639b1e610ea1741590e X-VCS-Branch: master Date: Mon, 17 May 2021 20:41:20 +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: 2425868f-2ef5-445a-be19-2693198f1fe0 X-Archives-Hash: 31b4e051339d20e1ef62aff86ee2aef9 commit: 5e1231be59417d7a35a50639b1e610ea1741590e Author: Daniel M. Weeks danweeks net> AuthorDate: Sun Dec 27 15:25:02 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 17 20:40:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1231be sci-geosciences/qgis: Make qtserialport optional Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Daniel M. Weeks danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/18836 Signed-off-by: Sam James gentoo.org> sci-geosciences/qgis/metadata.xml | 1 + sci-geosciences/qgis/{qgis-3.16.2.ebuild => qgis-3.16.2-r1.ebuild} | 5 +++-- sci-geosciences/qgis/qgis-3.16.4.ebuild | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sci-geosciences/qgis/metadata.xml b/sci-geosciences/qgis/metadata.xml index 6d6203f5cea..c54d1821656 100644 --- a/sci-geosciences/qgis/metadata.xml +++ b/sci-geosciences/qgis/metadata.xml @@ -23,5 +23,6 @@ Enable OpenCL support Enable support for the polar coordinate system via x11-libs/qwtpolar Enable support Qml-based plugins using dev-qt/qtdeclarative + Enable support for serial GPS using dev-qt/qtserialport diff --git a/sci-geosciences/qgis/qgis-3.16.2.ebuild b/sci-geosciences/qgis/qgis-3.16.2-r1.ebuild similarity index 97% rename from sci-geosciences/qgis/qgis-3.16.2.ebuild rename to sci-geosciences/qgis/qgis-3.16.2-r1.ebuild index ec3f713c80a..eb880dfdcb7 100644 --- a/sci-geosciences/qgis/qgis-3.16.2.ebuild +++ b/sci-geosciences/qgis/qgis-3.16.2-r1.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://www.qgis.org/en/site/" LICENSE="GPL-2+ GPL-3+" SLOT="0" -IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle polar postgres python qml" +IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle polar postgres python qml serial" REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )" @@ -45,7 +45,6 @@ COMMON_DEPEND=" dev-qt/qtnetwork:5[ssl] dev-qt/qtpositioning:5 dev-qt/qtprintsupport:5 - dev-qt/qtserialport:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 @@ -92,6 +91,7 @@ COMMON_DEPEND=" ') ) qml? ( dev-qt/qtdeclarative:5 ) + serial? ( dev-qt/qtserialport:5 ) " DEPEND="${COMMON_DEPEND} dev-qt/qttest:5 @@ -149,6 +149,7 @@ src_configure() { -DWITH_BINDINGS=$(usex python) -DWITH_CUSTOM_WIDGETS=$(usex python) -DWITH_QUICK=$(usex qml) + -DWITH_QT5SERIALPORT=$(usex serial) -DWITH_QTWEBKIT=OFF ) diff --git a/sci-geosciences/qgis/qgis-3.16.4.ebuild b/sci-geosciences/qgis/qgis-3.16.4.ebuild index de610e62b0f..80d2d316881 100644 --- a/sci-geosciences/qgis/qgis-3.16.4.ebuild +++ b/sci-geosciences/qgis/qgis-3.16.4.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://www.qgis.org/en/site/" LICENSE="GPL-2+ GPL-3+" SLOT="0" -IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle polar postgres python qml" +IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle polar postgres python qml serial" REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )" @@ -45,7 +45,6 @@ COMMON_DEPEND=" dev-qt/qtnetwork:5[ssl] dev-qt/qtpositioning:5 dev-qt/qtprintsupport:5 - dev-qt/qtserialport:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 @@ -92,6 +91,7 @@ COMMON_DEPEND=" ') ) qml? ( dev-qt/qtdeclarative:5 ) + serial? ( dev-qt/qtserialport:5 ) " DEPEND="${COMMON_DEPEND} dev-qt/qttest:5 @@ -149,6 +149,7 @@ src_configure() { -DWITH_BINDINGS=$(usex python) -DWITH_CUSTOM_WIDGETS=$(usex python) -DWITH_QUICK=$(usex qml) + -DWITH_QT5SERIALPORT=$(usex serial) -DWITH_QTWEBKIT=OFF )