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: ChangeLog octave-3.2.0.ebuild
Date: Wed, 09 Sep 2009 02:59:41
Message-Id: E1MlDPH-0000AL-9S@stork.gentoo.org
1 markusle 09/09/09 02:59:39
2
3 Modified: ChangeLog octave-3.2.0.ebuild
4 Log:
5 Fixed typo in dlmwrite (bug #283315).
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.74 sci-mathematics/octave/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.74&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.74&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.73&r2=1.74
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
18 retrieving revision 1.73
19 retrieving revision 1.74
20 diff -u -r1.73 -r1.74
21 --- ChangeLog 10 Jul 2009 16:18:49 -0000 1.73
22 +++ ChangeLog 9 Sep 2009 02:59:39 -0000 1.74
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-mathematics/octave
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.73 2009/07/10 16:18:49 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.74 2009/09/09 02:59:39 markusle Exp $
28 +
29 + 09 Sep 2009; Markus Dittrich <markusle@g.o> octave-3.2.0.ebuild,
30 + +files/octave-3.2.0-dlmwrite.patch:
31 + Fixed typo in dlmwrite (bug #283315).
32
33 10 Jul 2009; Markus Dittrich <markusle@g.o> octave-3.2.0.ebuild:
34 Disable linking against arpack until it can be made a dependency
35
36
37
38 1.6 sci-mathematics/octave/octave-3.2.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?r1=1.5&r2=1.6
43
44 Index: octave-3.2.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- octave-3.2.0.ebuild 11 Jul 2009 16:28:28 -0000 1.5
51 +++ octave-3.2.0.ebuild 9 Sep 2009 02:59:39 -0000 1.6
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/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.5 2009/07/11 16:28:28 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.6 2009/09/09 02:59:39 markusle Exp $
57
58 EAPI="2"
59 inherit flag-o-matic fortran xemacs-elisp-common
60 @@ -46,6 +46,7 @@
61 src_prepare() {
62 epatch "${FILESDIR}"/${P}_parallel_make.patch
63 epatch "${FILESDIR}"/${P}_as_needed.patch
64 + epatch "${FILESDIR}"/${P}-dlmwrite.patch
65 }
66
67 src_configure() {