Gentoo Archives: gentoo-commits

From: Christoph Junghans <kleiner_otti@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/
Date: Sun, 04 Mar 2012 01:25:01
Message-Id: 1330823743.91537132ed25844b2f45dce59670678d63600512.kleiner_otti@gentoo
1 commit: 91537132ed25844b2f45dce59670678d63600512
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 4 01:15:43 2012 +0000
4 Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
5 CommitDate: Sun Mar 4 01:15:43 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=91537132
7
8 removed obsolete call to env-update
9
10 (Portage version: 2.2.0_alpha89/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 4 ++++
14 sci-chemistry/gromacs/gromacs-4.5.9999.ebuild | 3 +--
15 sci-chemistry/gromacs/gromacs-9999.ebuild | 3 +--
16 3 files changed, 6 insertions(+), 4 deletions(-)
17
18 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
19 index 62edd24..90f7e68 100644
20 --- a/sci-chemistry/gromacs/ChangeLog
21 +++ b/sci-chemistry/gromacs/ChangeLog
22 @@ -2,6 +2,10 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 04 Mar 2012; Christoph Junghans <ottxor@g.o> gromacs-4.5.9999.ebuild,
27 + gromacs-9999.ebuild:
28 + removed obsolete call to env-update
29 +
30 04 Mar 2012; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
31 reworked fortran and openmp support
32
33
34 diff --git a/sci-chemistry/gromacs/gromacs-4.5.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.5.9999.ebuild
35 index cfd9015..9a26c35 100644
36 --- a/sci-chemistry/gromacs/gromacs-4.5.9999.ebuild
37 +++ b/sci-chemistry/gromacs/gromacs-4.5.9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 +# Copyright 1999-2012 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 @@ -226,7 +226,6 @@ src_install() {
45 }
46
47 pkg_postinst() {
48 - env-update && source /etc/profile
49 einfo
50 einfo "Please read and cite:"
51 einfo "Gromacs 4, J. Chem. Theory Comput. 4, 435 (2008). "
52
53 diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
54 index d87902f..ebe9a68 100644
55 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild
56 +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2011 Gentoo Foundation
59 +# Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: $
62
63 @@ -222,7 +222,6 @@ src_install() {
64 }
65
66 pkg_postinst() {
67 - env-update && source /etc/profile
68 einfo
69 einfo "Please read and cite:"
70 einfo "Gromacs 4, J. Chem. Theory Comput. 4, 435 (2008). "