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.6.2-r1.ebuild ChangeLog
Date: Thu, 05 Jul 2012 18:04:51
Message-Id: 20120705180426.F3D052004B@flycatcher.gentoo.org
1 bicatali 12/07/05 18:04:26
2
3 Modified: octave-3.6.2-r1.ebuild ChangeLog
4 Log:
5 Fixed for newer glib and added a prefix hack to link with fltk for native graphics
6
7 (Portage version: 2.1.11.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-mathematics/octave/octave-3.6.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: octave-3.6.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- octave-3.6.2-r1.ebuild 11 Jun 2012 22:33:31 -0000 1.1
23 +++ octave-3.6.2-r1.ebuild 5 Jul 2012 18:04:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.2-r1.ebuild,v 1.1 2012/06/11 22:33:31 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.2-r1.ebuild,v 1.2 2012/07/05 18:04:26 bicatali Exp $
29
30 EAPI=4
31
32 @@ -57,7 +57,17 @@
33 dev-util/gperf
34 virtual/pkgconfig"
35
36 -PATCHES=( "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,help,texi}.patch )
37 +PATCHES=( "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,help,texi,gets}.patch )
38 +
39 +src_prepare() {
40 + # nasty prefix hack for fltk:1 linking
41 + if use prefix && use opengl; then
42 + sed -i \
43 + -e "s:ldflags\`:ldflags\` -Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/fltk-1:" \
44 + configure.ac
45 + fi
46 + autotools-utils_src_prepare
47 +}
48
49 src_configure() {
50 # occasional fail on install, force regeneration see bug #401189
51
52
53
54 1.128 sci-mathematics/octave/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.128&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.128&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.127&r2=1.128
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
63 retrieving revision 1.127
64 retrieving revision 1.128
65 diff -u -r1.127 -r1.128
66 --- ChangeLog 11 Jun 2012 22:33:31 -0000 1.127
67 +++ ChangeLog 5 Jul 2012 18:04:26 -0000 1.128
68 @@ -1,6 +1,11 @@
69 # ChangeLog for sci-mathematics/octave
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.127 2012/06/11 22:33:31 bicatali Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.128 2012/07/05 18:04:26 bicatali Exp $
73 +
74 + 05 Jul 2012; Sébastien Fabbro <bicatali@g.o>
75 + +files/octave-3.4.3-gets.patch, octave-3.6.2-r1.ebuild:
76 + Fixed for newer glib and added a prefix hack to link with fltk for native
77 + graphics
78
79 *octave-3.6.2-r1 (11 Jun 2012)
80
81 @@ -769,4 +774,3 @@
82 19 Feb 2002; T.Neidt <tod@g.o> ChangeLog, octave-2.0.16.ebuild :
83 Initial commit. GNU Octave is a high-level language, primarily intended
84 for numerical computations. It is mostly compatible with Matlab.
85 -