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-mathematics/octave-forge: ChangeLog octave-forge-2006.03.17-r1.ebuild
Date: Sun, 27 Apr 2008 15:09:43
Message-Id: E1Jq8VY-0004CU-Vp@stork.gentoo.org
1 markusle 08/04/27 15:09:40
2
3 Modified: ChangeLog octave-forge-2006.03.17-r1.ebuild
4 Log:
5 Added patch to enable compilation against gcc-4.3 (fixes bug #219392).
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.27 sci-mathematics/octave-forge/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave-forge/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave-forge/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave-forge/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 20 Mar 2008 17:32:36 -0000 1.26
22 +++ ChangeLog 27 Apr 2008 15:09:40 -0000 1.27
23 @@ -1,6 +1,12 @@
24 # ChangeLog for sci-mathematics/octave-forge
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.26 2008/03/20 17:32:36 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.27 2008/04/27 15:09:40 markusle Exp $
28 +
29 + 27 Apr 2008; Markus Dittrich <markusle@g.o>
30 + +files/octave-forge-2006.03.17-gcc43.patch,
31 + octave-forge-2006.03.17-r1.ebuild:
32 + Added patch to enable compilation against gcc-4.3 (fixes bug #219392).
33 + Thanks much to Peter Alfredsen <peter.alfredsen@×××××.com> for it.
34
35 20 Mar 2008; Markus Dittrich <markusle@g.o>
36 +files/octave-forge-2006.03.17-imagemagick.patch,
37
38
39
40 1.6 sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild?r1=1.5&r2=1.6
45
46 Index: octave-forge-2006.03.17-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- octave-forge-2006.03.17-r1.ebuild 20 Mar 2008 17:32:36 -0000 1.5
53 +++ octave-forge-2006.03.17-r1.ebuild 27 Apr 2008 15:09:40 -0000 1.6
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild,v 1.5 2008/03/20 17:32:36 markusle Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17-r1.ebuild,v 1.6 2008/04/27 15:09:40 markusle Exp $
59
60 inherit eutils
61
62 @@ -34,6 +34,7 @@
63 unpack ${A}
64 epatch "${FILESDIR}"/${PN}-config-fix.patch
65 epatch "${FILESDIR}"/${P}-imagemagick.patch
66 + epatch "${FILESDIR}"/${P}-gcc43.patch
67 }
68
69 src_compile() {
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list