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 47D30138355 for ; Sun, 9 Feb 2020 16:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D0FEE085D; Sun, 9 Feb 2020 16:36:34 +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 6812BE085D for ; Sun, 9 Feb 2020 16:36:34 +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 69CFF34E47E for ; Sun, 9 Feb 2020 16:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 184A4126 for ; Sun, 9 Feb 2020 16:36:32 +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: <1581266118.db3d9ae8dad44323e1025691aa93d1732d842f8e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild sci-chemistry/gromacs/gromacs-2019.5.ebuild sci-chemistry/gromacs/gromacs-2019.9999.ebuild sci-chemistry/gromacs/gromacs-2020-r1.ebuild sci-chemistry/gromacs/gromacs-2020.9999.ebuild sci-chemistry/gromacs/gromacs-2020.ebuild sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: db3d9ae8dad44323e1025691aa93d1732d842f8e X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:36:32 +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: b8ba7dc8-daed-4e91-92f7-1013c2774a2d X-Archives-Hash: 4640670552a072ac8046cb79446708dc commit: db3d9ae8dad44323e1025691aa93d1732d842f8e Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 17:59:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:35:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3d9ae8 sci-chemistry/gromacs: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../gromacs/{gromacs-2019.5.ebuild => gromacs-2019.5-r1.ebuild} | 4 +++- sci-chemistry/gromacs/gromacs-2019.9999.ebuild | 6 ++++-- .../gromacs/{gromacs-2020.ebuild => gromacs-2020-r1.ebuild} | 4 +++- sci-chemistry/gromacs/gromacs-2020.9999.ebuild | 4 +++- sci-chemistry/gromacs/gromacs-9999.ebuild | 4 +++- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2019.5.ebuild b/sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild similarity index 99% rename from sci-chemistry/gromacs/gromacs-2019.5.ebuild rename to sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild index 793ffa7a363..dab1a95179d 100644 --- a/sci-chemistry/gromacs/gromacs-2019.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild @@ -55,7 +55,9 @@ BDEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_MULTI_USEDEP}] + ') media-gfx/mscgen media-gfx/graphviz dev-texlive/texlive-latex diff --git a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild index a08d3ecc902..b3fc105b550 100644 --- a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -55,7 +55,9 @@ BDEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_MULTI_USEDEP}] + ') media-gfx/mscgen media-gfx/graphviz dev-texlive/texlive-latex diff --git a/sci-chemistry/gromacs/gromacs-2020.ebuild b/sci-chemistry/gromacs/gromacs-2020-r1.ebuild similarity index 99% rename from sci-chemistry/gromacs/gromacs-2020.ebuild rename to sci-chemistry/gromacs/gromacs-2020-r1.ebuild index f40242167fd..a2dcda755c8 100644 --- a/sci-chemistry/gromacs/gromacs-2020.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020-r1.ebuild @@ -58,7 +58,9 @@ BDEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_MULTI_USEDEP}] + ') media-gfx/mscgen media-gfx/graphviz dev-texlive/texlive-latex diff --git a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild index f40242167fd..a2dcda755c8 100644 --- a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild @@ -58,7 +58,9 @@ BDEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_MULTI_USEDEP}] + ') media-gfx/mscgen media-gfx/graphviz dev-texlive/texlive-latex diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index aa6382b595a..11c545362c6 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -58,7 +58,9 @@ BDEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen - dev-python/sphinx[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_MULTI_USEDEP}] + ') media-gfx/mscgen media-gfx/graphviz dev-texlive/texlive-latex