Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/meep: meep-0.10.1.ebuild ChangeLog
Date: Fri, 27 Jun 2008 17:21:23
Message-Id: E1KCHdN-0001rZ-Oz@stork.gentoo.org
1 markusle 08/06/27 17:21:17
2
3 Modified: meep-0.10.1.ebuild ChangeLog
4 Log:
5 Added gcc-4.3 compatibility patch (fixes #229693).
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-SENTINEL-3 i686)
7
8 Revision Changes Path
9 1.2 sci-physics/meep/meep-0.10.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild?r1=1.1&r2=1.2
14
15 Index: meep-0.10.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- meep-0.10.1.ebuild 6 Feb 2008 15:05:05 -0000 1.1
22 +++ meep-0.10.1.ebuild 27 Jun 2008 17:21:17 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild,v 1.1 2008/02/06 15:05:05 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.10.1.ebuild,v 1.2 2008/06/27 17:21:17 markusle Exp $
28
29 inherit eutils autotools
30
31 @@ -25,6 +25,7 @@
32 unpack ${A}
33 cd "${S}"
34 epatch "${FILESDIR}"/${P}-configure.ac.patch
35 + epatch "${FILESDIR}"/${P}-gcc4.3.patch
36 AT_M4DIR="m4" eautoreconf
37 }
38
39
40
41
42 1.2 sci-physics/meep/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/ChangeLog?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/ChangeLog?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/meep/ChangeLog?r1=1.1&r2=1.2
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- ChangeLog 6 Feb 2008 15:05:05 -0000 1.1
55 +++ ChangeLog 27 Jun 2008 17:21:17 -0000 1.2
56 @@ -1,6 +1,10 @@
57 # ChangeLog for sci-physics/meep
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v 1.1 2008/02/06 15:05:05 bicatali Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v 1.2 2008/06/27 17:21:17 markusle Exp $
61 +
62 + 27 Jun 2008; Markus Dittrich <markusle@g.o>
63 + +files/meep-0.10.1-gcc4.3.patch, meep-0.10.1.ebuild:
64 + Added gcc-4.3 compatibility patch (fixes #229693).
65
66 *meep-0.10.1 (06 Feb 2008)
67
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list