Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/
Date: Tue, 28 Jan 2014 07:55:48
Message-Id: 1390804670.e05f720094eb00f349aaf18828b1626c48eeb083.jlec@gentoo
1 commit: e05f720094eb00f349aaf18828b1626c48eeb083
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 16:05:14 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 06:37:50 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e05f7200
7
8 sci-chemistry/gromacs: Add missing dep for USE=doc
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 4 ++++
14 sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 4 +++-
15 sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild | 1 +
16 sci-chemistry/gromacs/gromacs-9999.ebuild | 1 +
17 4 files changed, 9 insertions(+), 1 deletion(-)
18
19 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
20 index 6c1a34a..9176712 100644
21 --- a/sci-chemistry/gromacs/ChangeLog
22 +++ b/sci-chemistry/gromacs/ChangeLog
23 @@ -2,6 +2,10 @@
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 25 Jan 2014; Justin Lecher <jlec@g.o> gromacs-4.6.9999.ebuild,
28 + gromacs-5.0_beta1.ebuild, gromacs-9999.ebuild:
29 + Add missing dep for USE=doc
30 +
31 06 Jan 2014; Justin Lecher <jlec@g.o> gromacs-4.6.9999.ebuild,
32 gromacs-5.0_beta1.ebuild, gromacs-9999.ebuild:
33 Switch from git-2 to git-r3
34
35 diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
36 index 604df80..c2f3435 100644
37 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
38 +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
39 @@ -19,6 +19,7 @@ if [[ $PV = *9999* ]]; then
40 EGIT_BRANCH="release-4-6"
41 inherit git-r3
42 LIVE_DEPEND="doc? (
43 + app-doc/doxygen
44 dev-texlive/texlive-latex
45 dev-texlive/texlive-latexextra
46 media-gfx/imagemagick
47 @@ -63,7 +64,8 @@ CDEPEND="
48 )"
49 DEPEND="${CDEPEND}
50 virtual/pkgconfig
51 - ${LIVE_DEPEND}"
52 + ${LIVE_DEPEND}
53 + doc? ( app-doc/doxygen )"
54 RDEPEND="${CDEPEND}"
55
56 REQUIRED_USE="
57
58 diff --git a/sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild b/sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild
59 index 14e9c85..a3eb16e 100644
60 --- a/sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild
61 +++ b/sci-chemistry/gromacs/gromacs-5.0_beta1.ebuild
62 @@ -52,6 +52,7 @@ CDEPEND="
63 DEPEND="${CDEPEND}
64 virtual/pkgconfig
65 doc? (
66 + app-doc/doxygen
67 dev-texlive/texlive-latex
68 dev-texlive/texlive-latexextra
69 media-gfx/imagemagick
70
71 diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
72 index 15e97ca..e0c2d4a 100644
73 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild
74 +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
75 @@ -52,6 +52,7 @@ CDEPEND="
76 DEPEND="${CDEPEND}
77 virtual/pkgconfig
78 doc? (
79 + app-doc/doxygen
80 dev-texlive/texlive-latex
81 dev-texlive/texlive-latexextra
82 media-gfx/imagemagick