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: Tue, 25 Jan 2011 23:34:20
Message-Id: 20110125233407.3F8B120054@flycatcher.gentoo.org
1 mabi 11/01/25 23:34:07
2
3 Modified: mpi-dotnet-1.0.0.ebuild ChangeLog
4 Log:
5 allow building with mono-2.8 (bug #346133)
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild?r1=1.5&r2=1.6
15
16 Index: mpi-dotnet-1.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- mpi-dotnet-1.0.0.ebuild 18 Apr 2010 12:08:59 -0000 1.5
23 +++ mpi-dotnet-1.0.0.ebuild 25 Jan 2011 23:34:07 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild,v 1.5 2010/04/18 12:08:59 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild,v 1.6 2011/01/25 23:34:07 mabi Exp $
30
31 WANT_AUTOTOOLS="2.5"
32 inherit autotools mono
33 @@ -38,6 +38,8 @@
34 epatch "${FILESDIR}/Makefile.am.patch"
35 epatch "${FILESDIR}/Unsafe.pl.patch"
36
37 + has_version '>=dev-lang/mono-2.8' && sed -ie 's:ilasm2:ilasm:' configure.ac
38 +
39 # MPI/Makefile seems broken, fix it
40 eautoreconf
41 }
42
43
44
45 1.7 sys-cluster/mpi-dotnet/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog?r1=1.6&r2=1.7
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- ChangeLog 18 Jun 2010 20:19:06 -0000 1.6
58 +++ ChangeLog 25 Jan 2011 23:34:07 -0000 1.7
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-cluster/mpi-dotnet
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog,v 1.6 2010/06/18 20:19:06 mabi Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog,v 1.7 2011/01/25 23:34:07 mabi Exp $
65 +
66 + 25 Jan 2011; Matti Bickel <mabi@g.o> mpi-dotnet-1.0.0.ebuild:
67 + allow building with mono-2.8 (bug #346133)
68
69 18 Jun 2010; <mabi@g.o> files/Unsafe.pl.patch:
70 make it work with recent openmpi