Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.8.ebuild
Date: Wed, 21 Jan 2009 18:56:32
Message-Id: E1LPiFX-0002xk-OW@stork.gentoo.org
1 jsbronder 09/01/21 18:56:27
2
3 Modified: ChangeLog mpich2-1.0.8.ebuild
4 Log:
5 sys-cluster/mpich-1.0.8 bugfixes, no revbump. Fix some doc file locations (#255748). Fix sandbox errors (254167).
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.33 sys-cluster/mpich2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.33&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.33&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.32&r2=1.33
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
18 retrieving revision 1.32
19 retrieving revision 1.33
20 diff -u -r1.32 -r1.33
21 --- ChangeLog 18 Jan 2009 21:54:59 -0000 1.32
22 +++ ChangeLog 21 Jan 2009 18:56:27 -0000 1.33
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-cluster/mpich2
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.32 2009/01/18 21:54:59 jsbronder Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.33 2009/01/21 18:56:27 jsbronder Exp $
28 +
29 + 21 Jan 2009; Justin Bronder <jsbronder@g.o> mpich2-1.0.8.ebuild:
30 + sys-cluster/mpich-1.0.8 bugfixes, no revbump. Fix some doc file locations
31 + (#255748). Fix sandbox errors (254167).
32
33 *mpich2-1.0.8 (18 Jan 2009)
34
35
36
37
38 1.3 sys-cluster/mpich2/mpich2-1.0.8.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild?r1=1.2&r2=1.3
43
44 Index: mpich2-1.0.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- mpich2-1.0.8.ebuild 19 Jan 2009 00:27:59 -0000 1.2
51 +++ mpich2-1.0.8.ebuild 21 Jan 2009 18:56:27 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.2 2009/01/19 00:27:59 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.3 2009/01/21 18:56:27 jsbronder Exp $
57
58 EAPI=1
59 inherit python eutils fortran
60 @@ -84,6 +84,9 @@
61 -e "s,@MPIEXEC@,${S}/bin/mpiexec,g" \
62 $(find ./test/ -name 'Makefile.in') || die
63
64 + # 254167, I'm pretty sure they meant srcdir in the path to remove files.
65 + sed -i 's:scrdir:srcdir:g' "${S}"/src/pm/mpd/Makefile.in || die
66 +
67 if ! use romio; then
68 # These tests in errhan/ rely on MPI::File ...which is in romio
69 echo "" > test/mpi/errors/cxx/errhan/testlist
70 @@ -127,6 +130,7 @@
71
72 c="${c} --sysconfdir=/etc/${PN}"
73 econf ${c} ${romio_conf} \
74 + --docdir=/usr/share/doc/${PF} \
75 --with-pm=mpd:gforker \
76 --disable-mpe \
77 $(use_enable romio) \