Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/
Date: Wed, 03 Sep 2014 22:53:54
Message-Id: 1409784820.748ef46fde8eb29578b2e350288a791b8fd64ca9.ottxor@gentoo
1 commit: 748ef46fde8eb29578b2e350288a791b8fd64ca9
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 3 22:52:52 2014 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 3 22:53:40 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=748ef46f
7
8 live update
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 3 +++
14 sci-chemistry/gromacs/gromacs-5.0.9999.ebuild | 2 +-
15 2 files changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
18 index fa5fa26..b89772c 100644
19 --- a/sci-chemistry/gromacs/ChangeLog
20 +++ b/sci-chemistry/gromacs/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 03 Sep 2014; Christoph Junghans <ottxor@g.o> gromacs-5.0.9999.ebuild:
26 + live update
27 +
28 07 Jul 2014; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild,
29 gromacs-5.0.9999.ebuild:
30 sync with gx86, fix FEATURES=test
31
32 diff --git a/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild b/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild
33 index 88169b2..92152a3 100644
34 --- a/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild
35 +++ b/sci-chemistry/gromacs/gromacs-5.0.9999.ebuild
36 @@ -237,7 +237,7 @@ src_install() {
37 BUILD_DIR="${WORKDIR}/${P}_${x}" \
38 cmake-utils_src_install
39 if use doc; then
40 - newdoc "${WORKDIR}/${P}_${x}"/manual/gromacs.pdf "${PN}-manual-${PV}.pdf"
41 + newdoc "${WORKDIR}/${P}_${x}"/docs/manual/gromacs.pdf "${PN}-manual-${PV}.pdf"
42 fi
43 newbashcomp "${WORKDIR}/${P}_${x}"/src/programs/completion/gmx-completion.bash gromacs
44 use mpi || continue