Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/mpi-dotnet: mpi-dotnet-1.0.0.ebuild ChangeLog
Date: Sun, 28 Feb 2010 22:12:14
Message-Id: E1NlrMx-0008Pe-L6@stork.gentoo.org
1 mabi 10/02/28 22:12:11
2
3 Modified: mpi-dotnet-1.0.0.ebuild ChangeLog
4 Log:
5 build fix
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild?r1=1.2&r2=1.3
14
15 Index: mpi-dotnet-1.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mpi-dotnet-1.0.0.ebuild 11 May 2009 22:15:32 -0000 1.2
22 +++ mpi-dotnet-1.0.0.ebuild 28 Feb 2010 22:12:10 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild,v 1.2 2009/05/11 22:15:32 mabi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild,v 1.3 2010/02/28 22:12:10 mabi Exp $
29
30 WANT_AUTOTOOLS="2.5"
31 inherit autotools mono
32 @@ -20,6 +20,7 @@
33 IUSE="doc examples"
34
35 RDEPEND="virtual/mpi
36 + !sys-cluster/lam-mpi
37 >=dev-lang/mono-2.0"
38 DEPEND="${RDEPEND}
39 dev-lang/perl"
40
41
42
43 1.3 sys-cluster/mpi-dotnet/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog?r1=1.2&r2=1.3
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- ChangeLog 11 May 2009 22:15:32 -0000 1.2
56 +++ ChangeLog 28 Feb 2010 22:12:10 -0000 1.3
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-cluster/mpi-dotnet
59 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog,v 1.2 2009/05/11 22:15:32 mabi Exp $
61 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog,v 1.3 2010/02/28 22:12:10 mabi Exp $
63 +
64 + 28 Feb 2010; <mabi@g.o> mpi-dotnet-1.0.0.ebuild,
65 + files/Unsafe.pl.patch, files/configure.ac.patch:
66 + fix build failure with mpich2
67
68 11 May 2009; <mabi@g.o> mpi-dotnet-1.0.0.ebuild:
69 tested on x86 and amd64