Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs: gromacs-3.3.1-r1.ebuild ChangeLog gromacs-3.2.1-r1.ebuild
Date: Mon, 23 Jun 2008 03:08:25
Message-Id: E1KAcPi-0004k7-Jo@stork.gentoo.org
1 je_fro 08/06/23 03:08:18
2
3 Modified: gromacs-3.3.1-r1.ebuild ChangeLog
4 Removed: gromacs-3.2.1-r1.ebuild
5 Log:
6 Moving disco manpage to g_disco, fixing bug 210083.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
8
9 Revision Changes Path
10 1.11 sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild?r1=1.10&r2=1.11
15
16 Index: gromacs-3.3.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- gromacs-3.3.1-r1.ebuild 3 Jun 2008 18:45:14 -0000 1.10
23 +++ gromacs-3.3.1-r1.ebuild 23 Jun 2008 03:08:17 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild,v 1.10 2008/06/03 18:45:14 je_fro Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild,v 1.11 2008/06/23 03:08:17 je_fro Exp $
29
30 inherit eutils fortran multilib
31
32 @@ -51,6 +51,13 @@
33 -i src/tools/Makefile.am \
34 || die "sed tools/Makefile.am failed"
35
36 +# Rename disco manpage to fix bug #210083
37 + sed "s:disco.1:g_disco.1:" \
38 + -i "${S}"/man/man1/Makefile.am \
39 + || die "sed failed to rename disco"
40 +
41 + mv "${S}"/man/man1/disco.1 "${S}"/man/man1/g_disco.1
42 +
43 cd "${WORKDIR}" && mv ${P} ${P}-single ;
44
45 use double-precision && cp -prP ${P}-single ${P}-double ;
46
47
48
49 1.25 sci-chemistry/gromacs/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.25&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.25&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gromacs/ChangeLog?r1=1.24&r2=1.25
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v
58 retrieving revision 1.24
59 retrieving revision 1.25
60 diff -u -r1.24 -r1.25
61 --- ChangeLog 3 Jun 2008 18:45:14 -0000 1.24
62 +++ ChangeLog 23 Jun 2008 03:08:17 -0000 1.25
63 @@ -1,6 +1,11 @@
64 # ChangeLog for sci-chemistry/gromacs
65 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.24 2008/06/03 18:45:14 je_fro Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.25 2008/06/23 03:08:17 je_fro Exp $
68 +
69 + 23 Jun 2008; Jeff Gardner <je_fro@g.o>
70 + -files/gromacs-alpha-axp_asm.patch, -files/gromacs-ppc64-altivec.patch,
71 + -gromacs-3.2.1-r1.ebuild, gromacs-3.3.1-r1.ebuild:
72 + Moving disco manpage to g_disco, fixing bug 210083.
73
74 03 Jun 2008; Jeff Gardner <je_fro@g.o> gromacs-3.3.1-r1.ebuild:
75 No altivec patching with this gromacs version. Thanks to Maik Nijhuis in
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list