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-r3.ebuild
Date: Mon, 01 Nov 2010 17:19:59
Message-Id: 20101101171954.4E18220051@flycatcher.gentoo.org
1 bicatali 10/11/01 17:19:54
2
3 Modified: ChangeLog octave-3.2.4-r3.ebuild
4 Log:
5 Force OpenGL, which is needed anyway for all cases
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.98 sci-mathematics/octave/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.98&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.98&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.97&r2=1.98
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
19 retrieving revision 1.97
20 retrieving revision 1.98
21 diff -u -r1.97 -r1.98
22 --- ChangeLog 3 Oct 2010 23:45:04 -0000 1.97
23 +++ ChangeLog 1 Nov 2010 17:19:54 -0000 1.98
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-mathematics/octave
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.97 2010/10/03 23:45:04 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.98 2010/11/01 17:19:54 bicatali Exp $
29 +
30 + 01 Nov 2010; Sébastien Fabbro <bicatali@g.o>
31 + octave-3.2.4-r3.ebuild:
32 + Force OpenGL, which is needed anyway for all cases
33
34 *octave-3.2.4-r3 (03 Oct 2010)
35
36
37
38
39 1.2 sci-mathematics/octave/octave-3.2.4-r3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild?r1=1.1&r2=1.2
44
45 Index: octave-3.2.4-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- octave-3.2.4-r3.ebuild 3 Oct 2010 23:45:04 -0000 1.1
52 +++ octave-3.2.4-r3.ebuild 1 Nov 2010 17:19:54 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild,v 1.1 2010/10/03 23:45:04 bicatali Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild,v 1.2 2010/11/01 17:19:54 bicatali Exp $
58
59 EAPI="2"
60 inherit flag-o-matic xemacs-elisp-common autotools
61 @@ -11,22 +11,23 @@
62 SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.bz2"
63
64 SLOT="0"
65 -IUSE="curl doc emacs fltk fftw opengl readline sparse test xemacs zlib"
66 +IUSE="curl doc emacs fltk fftw readline sparse test xemacs zlib"
67 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
68
69 RDEPEND="dev-libs/libpcre
70 media-gfx/graphicsmagick[cxx]
71 + media-libs/ftgl
72 media-libs/qhull
73 sci-libs/qrupdate
74 sci-mathematics/glpk
75 sci-visualization/gnuplot
76 sys-libs/ncurses
77 virtual/lapack
78 + virtual/opengl
79 x11-libs/libX11
80 curl? ( net-misc/curl )
81 - fltk? ( x11-libs/fltk:1.1[opengl?] )
82 + fltk? ( x11-libs/fltk:1.1[opengl] )
83 fftw? ( sci-libs/fftw:3.0 )
84 - opengl? ( virtual/opengl media-libs/ftgl )
85 sparse? ( sci-libs/arpack
86 sci-libs/camd
87 sci-libs/ccolamd
88 @@ -75,7 +76,6 @@
89 $(use_with curl) \
90 $(use_with fftw) \
91 $(use_with fltk) \
92 - $(use_with opengl framework-opengl) \
93 $(use_with sparse arpack) \
94 $(use_with sparse umfpack) \
95 $(use_with sparse colamd) \