Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs: ChangeLog gromacs-4.5.5.ebuild
Date: Wed, 28 Sep 2011 07:14:50
Message-Id: 20110928071440.0B0A120036@flycatcher.gentoo.org
1 ottxor 11/09/28 07:14:40
2
3 Modified: ChangeLog gromacs-4.5.5.ebuild
4 Log:
5 cmake variable LIB was renamed to GMXLIB
6
7 (Portage version: 2.1.10.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.96 sci-chemistry/gromacs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.96&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.96&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?r1=1.95&r2=1.96
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v
19 retrieving revision 1.95
20 retrieving revision 1.96
21 diff -u -r1.95 -r1.96
22 --- ChangeLog 27 Sep 2011 16:58:52 -0000 1.95
23 +++ ChangeLog 28 Sep 2011 07:14:39 -0000 1.96
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-chemistry/gromacs
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.95 2011/09/27 16:58:52 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.96 2011/09/28 07:14:39 ottxor Exp $
29 +
30 + 28 Sep 2011; Christoph Junghans <ottxor@g.o> gromacs-4.5.5.ebuild:
31 + cmake variable LIB was renamed to GMXLIB
32
33 *gromacs-4.5.5 (27 Sep 2011)
34
35
36
37
38 1.2 sci-chemistry/gromacs/gromacs-4.5.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5.ebuild?r1=1.1&r2=1.2
43
44 Index: gromacs-4.5.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gromacs-4.5.5.ebuild 27 Sep 2011 16:58:52 -0000 1.1
51 +++ gromacs-4.5.5.ebuild 28 Sep 2011 07:14:39 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5.ebuild,v 1.1 2011/09/27 16:58:52 alexxy Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5.ebuild,v 1.2 2011/09/28 07:14:39 ottxor Exp $
57
58 EAPI="4"
59
60 @@ -150,7 +150,7 @@
61 $(cmake-utils_use xml GMX_XML)
62 -DGMX_DEFAULT_SUFFIX=off
63 -DGMX_ACCELERATION="$acce"
64 - -DLIB="$(get_libdir)"
65 + -DGMXLIB="$(get_libdir)"
66 )
67
68 for x in ${GMX_DIRS}; do