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 C5715138350 for ; Sun, 9 Feb 2020 16:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78A92E08AB; Sun, 9 Feb 2020 16:36:38 +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 4084EE08AC for ; Sun, 9 Feb 2020 16:36:38 +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 3B6BD34E8E0 for ; Sun, 9 Feb 2020 16:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50CAD148 for ; Sun, 9 Feb 2020 16:36:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581266134.d1cf307738d58b4509a32ea95900c032f8726ed6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-8.1.0-r3.ebuild sci-libs/vtk/vtk-8.1.0-r4.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d1cf307738d58b4509a32ea95900c032f8726ed6 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:36:33 +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: 7dcbee2c-446d-4fe9-8644-e9f181ea24af X-Archives-Hash: 300aff36605e82958ef8c1fedce02b40 commit: d1cf307738d58b4509a32ea95900c032f8726ed6 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 19:09:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:35:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1cf3077 sci-libs/vtk: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{vtk-8.1.0-r3.ebuild => vtk-8.1.0-r4.ebuild} | 58 ++++++++++++---------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/sci-libs/vtk/vtk-8.1.0-r3.ebuild b/sci-libs/vtk/vtk-8.1.0-r4.ebuild similarity index 90% rename from sci-libs/vtk/vtk-8.1.0-r3.ebuild rename to sci-libs/vtk/vtk-8.1.0-r4.ebuild index c2a250417f9..0618010649d 100644 --- a/sci-libs/vtk/vtk-8.1.0-r3.ebuild +++ b/sci-libs/vtk/vtk-8.1.0-r4.ebuild @@ -69,28 +69,10 @@ RDEPEND=" ffmpeg? ( virtual/ffmpeg ) gdal? ( sci-libs/gdal ) java? ( >=virtual/jdk-1.7:* ) - mpi? ( - virtual/mpi[cxx,romio] - python? ( dev-python/mpi4py[${PYTHON_USEDEP}] ) - ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) offscreen? ( media-libs/mesa[osmesa] ) postgres? ( dev-db/postgresql:= ) - python? ( - ${PYTHON_DEPS} - dev-python/sip[${PYTHON_USEDEP}] - ) - qt5? ( - dev-qt/designer:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtopengl:5 - dev-qt/qtsql:5 - dev-qt/qtwebkit:5 - dev-qt/qtx11extras:5 - python? ( dev-python/PyQt5[${PYTHON_USEDEP}] ) - ) R? ( dev-lang/R ) tbb? ( dev-cpp/tbb ) tcl? ( dev-lang/tcl:0= ) @@ -98,16 +80,38 @@ RDEPEND=" video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] ) web? ( ${WEBAPP_DEPEND} - dev-python/autobahn[${PYTHON_USEDEP}] - dev-python/constantly[${PYTHON_USEDEP}] - dev-python/hyperlink[${PYTHON_USEDEP}] - dev-python/incremental[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/twisted[${PYTHON_USEDEP}] - dev-python/txaio[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/autobahn[${PYTHON_MULTI_USEDEP}] + dev-python/constantly[${PYTHON_MULTI_USEDEP}] + dev-python/hyperlink[${PYTHON_MULTI_USEDEP}] + dev-python/incremental[${PYTHON_MULTI_USEDEP}] + dev-python/six[${PYTHON_MULTI_USEDEP}] + dev-python/twisted[${PYTHON_MULTI_USEDEP}] + dev-python/txaio[${PYTHON_MULTI_USEDEP}] + dev-python/zope-interface[${PYTHON_MULTI_USEDEP}] + ') ) - xdmf2? ( sci-libs/xdmf2 )" + xdmf2? ( sci-libs/xdmf2 ) + $(python_gen_cond_dep " + mpi? ( + virtual/mpi[cxx,romio] + python? ( dev-python/mpi4py[\${PYTHON_MULTI_USEDEP}] ) + ) + python? ( + ${PYTHON_DEPS} + dev-python/sip[\${PYTHON_MULTI_USEDEP}] + ) + qt5? ( + dev-qt/designer:5 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 + dev-qt/qtsql:5 + dev-qt/qtwebkit:5 + dev-qt/qtx11extras:5 + python? ( dev-python/PyQt5[\${PYTHON_MULTI_USEDEP}] ) + ) + ")" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )"