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: ChangeLog octave-3.2.4-r1.ebuild octave-2.1.57-r1.ebuild octave-3.2.4.ebuild octave-3.2.3-r1.ebuild octave-2.1.72.ebuild octave-2.1.69.ebuild
Date: Tue, 04 May 2010 23:40:10
Message-Id: 20100504234004.D07462C3F6@corvid.gentoo.org
1 bicatali 10/05/04 23:40:04
2
3 Modified: ChangeLog octave-3.2.4-r1.ebuild
4 Removed: octave-2.1.57-r1.ebuild octave-3.2.4.ebuild
5 octave-3.2.3-r1.ebuild octave-2.1.72.ebuild
6 octave-2.1.69.ebuild
7 Log:
8 Fixed some fltk automagic
9 (Portage version: 2.2_rc67/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.87 sci-mathematics/octave/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.87&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.87&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.86&r2=1.87
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
21 retrieving revision 1.86
22 retrieving revision 1.87
23 diff -u -r1.86 -r1.87
24 --- ChangeLog 11 Mar 2010 15:30:03 -0000 1.86
25 +++ ChangeLog 4 May 2010 23:40:04 -0000 1.87
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sci-mathematics/octave
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.86 2010/03/11 15:30:03 bicatali Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.87 2010/05/04 23:40:04 bicatali Exp $
31 +
32 + 05 May 2010; Sébastien Fabbro <bicatali@g.o>
33 + -octave-2.1.57-r1.ebuild, -octave-2.1.69.ebuild, -octave-2.1.72.ebuild,
34 + -octave-3.2.3-r1.ebuild, -octave-3.2.4.ebuild, octave-3.2.4-r1.ebuild,
35 + +files/octave-3.2.4-fltk-magic.patch:
36 + Fixed some fltk automagic
37
38 11 Mar 2010; Sébastien Fabbro <bicatali@g.o>
39 octave-3.2.4-r1.ebuild:
40
41
42
43 1.4 sci-mathematics/octave/octave-3.2.4-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild?r1=1.3&r2=1.4
48
49 Index: octave-3.2.4-r1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- octave-3.2.4-r1.ebuild 11 Mar 2010 18:07:45 -0000 1.3
56 +++ octave-3.2.4-r1.ebuild 4 May 2010 23:40:04 -0000 1.4
57 @@ -1,9 +1,9 @@
58 # Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v 1.3 2010/03/11 18:07:45 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v 1.4 2010/05/04 23:40:04 bicatali Exp $
62
63 EAPI="2"
64 -inherit flag-o-matic xemacs-elisp-common
65 +inherit flag-o-matic xemacs-elisp-common autotools
66
67 DESCRIPTION="High-level interactive language for numerical computations"
68 LICENSE="GPL-3"
69 @@ -51,11 +51,12 @@
70 epatch "${FILESDIR}"/${PN}-3.2.0_as_needed.patch
71 epatch "${FILESDIR}"/${PN}-3.2.4-imread.patch
72 epatch "${FILESDIR}"/${PN}-3.2.4-ldflags.patch
73 + epatch "${FILESDIR}"/${PN}-3.2.4-fltk-magic.patch
74 + eautoreconf
75 }
76
77 src_configure() {
78 - use fltk || export FLTK_CONFIG="no"
79 - # hdf5 disabled because not really useful (bug #)
80 + # hdf5 disabled because not really useful (bug #299876)
81 econf \
82 --localstatedir=/var/state/octave \
83 --enable-shared \
84 @@ -66,6 +67,7 @@
85 $(use_enable readline) \
86 $(use_with curl) \
87 $(use_with fftw) \
88 + $(use_with fltk) \
89 $(use_with opengl framework-opengl) \
90 $(use_with sparse arpack) \
91 $(use_with sparse umfpack) \