Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/
Date: Sun, 09 Feb 2020 16:36:35
Message-Id: 1581266118.db3d9ae8dad44323e1025691aa93d1732d842f8e.mgorny@gentoo
1 commit: db3d9ae8dad44323e1025691aa93d1732d842f8e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:59:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:35:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3d9ae8
7
8 sci-chemistry/gromacs: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../gromacs/{gromacs-2019.5.ebuild => gromacs-2019.5-r1.ebuild} | 4 +++-
13 sci-chemistry/gromacs/gromacs-2019.9999.ebuild | 6 ++++--
14 .../gromacs/{gromacs-2020.ebuild => gromacs-2020-r1.ebuild} | 4 +++-
15 sci-chemistry/gromacs/gromacs-2020.9999.ebuild | 4 +++-
16 sci-chemistry/gromacs/gromacs-9999.ebuild | 4 +++-
17 5 files changed, 16 insertions(+), 6 deletions(-)
18
19 diff --git a/sci-chemistry/gromacs/gromacs-2019.5.ebuild b/sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild
20 similarity index 99%
21 rename from sci-chemistry/gromacs/gromacs-2019.5.ebuild
22 rename to sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild
23 index 793ffa7a363..dab1a95179d 100644
24 --- a/sci-chemistry/gromacs/gromacs-2019.5.ebuild
25 +++ b/sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild
26 @@ -55,7 +55,9 @@ BDEPEND="${CDEPEND}
27 virtual/pkgconfig
28 doc? (
29 app-doc/doxygen
30 - dev-python/sphinx[${PYTHON_USEDEP}]
31 + $(python_gen_cond_dep '
32 + dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
33 + ')
34 media-gfx/mscgen
35 media-gfx/graphviz
36 dev-texlive/texlive-latex
37
38 diff --git a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild
39 index a08d3ecc902..b3fc105b550 100644
40 --- a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild
41 +++ b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -55,7 +55,9 @@ BDEPEND="${CDEPEND}
49 virtual/pkgconfig
50 doc? (
51 app-doc/doxygen
52 - dev-python/sphinx[${PYTHON_USEDEP}]
53 + $(python_gen_cond_dep '
54 + dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
55 + ')
56 media-gfx/mscgen
57 media-gfx/graphviz
58 dev-texlive/texlive-latex
59
60 diff --git a/sci-chemistry/gromacs/gromacs-2020.ebuild b/sci-chemistry/gromacs/gromacs-2020-r1.ebuild
61 similarity index 99%
62 rename from sci-chemistry/gromacs/gromacs-2020.ebuild
63 rename to sci-chemistry/gromacs/gromacs-2020-r1.ebuild
64 index f40242167fd..a2dcda755c8 100644
65 --- a/sci-chemistry/gromacs/gromacs-2020.ebuild
66 +++ b/sci-chemistry/gromacs/gromacs-2020-r1.ebuild
67 @@ -58,7 +58,9 @@ BDEPEND="${CDEPEND}
68 virtual/pkgconfig
69 doc? (
70 app-doc/doxygen
71 - dev-python/sphinx[${PYTHON_USEDEP}]
72 + $(python_gen_cond_dep '
73 + dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
74 + ')
75 media-gfx/mscgen
76 media-gfx/graphviz
77 dev-texlive/texlive-latex
78
79 diff --git a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild
80 index f40242167fd..a2dcda755c8 100644
81 --- a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild
82 +++ b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild
83 @@ -58,7 +58,9 @@ BDEPEND="${CDEPEND}
84 virtual/pkgconfig
85 doc? (
86 app-doc/doxygen
87 - dev-python/sphinx[${PYTHON_USEDEP}]
88 + $(python_gen_cond_dep '
89 + dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
90 + ')
91 media-gfx/mscgen
92 media-gfx/graphviz
93 dev-texlive/texlive-latex
94
95 diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
96 index aa6382b595a..11c545362c6 100644
97 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild
98 +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
99 @@ -58,7 +58,9 @@ BDEPEND="${CDEPEND}
100 virtual/pkgconfig
101 doc? (
102 app-doc/doxygen
103 - dev-python/sphinx[${PYTHON_USEDEP}]
104 + $(python_gen_cond_dep '
105 + dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
106 + ')
107 media-gfx/mscgen
108 media-gfx/graphviz
109 dev-texlive/texlive-latex