Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: octave-3.2.4.ebuild ChangeLog
Date: Wed, 17 Feb 2010 04:38:43
Message-Id: E1NhbgN-0002Go-9r@stork.gentoo.org
1 bicatali 10/02/17 04:38:39
2
3 Modified: octave-3.2.4.ebuild ChangeLog
4 Log:
5 Modified fltk automagic to no instead of empty string
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sci-mathematics/octave/octave-3.2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.4.ebuild?r1=1.2&r2=1.3
14
15 Index: octave-3.2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- octave-3.2.4.ebuild 12 Feb 2010 03:20:21 -0000 1.2
22 +++ octave-3.2.4.ebuild 17 Feb 2010 04:38:38 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4.ebuild,v 1.2 2010/02/12 03:20:21 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4.ebuild,v 1.3 2010/02/17 04:38:38 bicatali Exp $
28
29 EAPI="2"
30 inherit flag-o-matic xemacs-elisp-common
31 @@ -61,7 +61,7 @@
32 }
33
34 src_configure() {
35 - use fltk || export FLTK_CONFIG=""
36 + use fltk || export FLTK_CONFIG="no"
37 econf \
38 --localstatedir=/var/state/octave \
39 --enable-shared \
40
41
42
43 1.84 sci-mathematics/octave/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.84&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.84&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.83&r2=1.84
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
52 retrieving revision 1.83
53 retrieving revision 1.84
54 diff -u -r1.83 -r1.84
55 --- ChangeLog 12 Feb 2010 03:20:21 -0000 1.83
56 +++ ChangeLog 17 Feb 2010 04:38:38 -0000 1.84
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-mathematics/octave
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.83 2010/02/12 03:20:21 markusle Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.84 2010/02/17 04:38:38 bicatali Exp $
62 +
63 + 17 Feb 2010; Sébastien Fabbro <bicatali@g.o> octave-3.2.4.ebuild:
64 + Modified fltk automagic to no instead of empty string
65
66 12 Feb 2010; Markus Dittrich <markusle@g.o> octave-3.2.4.ebuild:
67 If hdf5 is compiled against MPI we need to use the mpi wrappers to compile