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.3.ebuild metadata.xml ChangeLog octave-3.6.2.ebuild octave-3.6.2-r1.ebuild octave-3.6.1.ebuild
Date: Thu, 22 Nov 2012 19:46:26
Message-Id: 20121122194615.7E2BE20C65@flycatcher.gentoo.org
1 bicatali 12/11/22 19:46:15
2
3 Modified: octave-3.6.3.ebuild metadata.xml ChangeLog
4 Removed: octave-3.6.2.ebuild octave-3.6.2-r1.ebuild
5 octave-3.6.1.ebuild
6 Log:
7 Adding a patch to fix legend text with FLTK backend, thanks Thomas Ilnseher (bug #437868). Removed old
8
9 (Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
10
11 Revision Changes Path
12 1.2 sci-mathematics/octave/octave-3.6.3.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild?r1=1.1&r2=1.2
17
18 Index: octave-3.6.3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- octave-3.6.3.ebuild 26 Oct 2012 18:27:13 -0000 1.1
25 +++ octave-3.6.3.ebuild 22 Nov 2012 19:46:15 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild,v 1.1 2012/10/26 18:27:13 bicatali Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild,v 1.2 2012/11/22 19:46:15 bicatali Exp $
31
32 EAPI=4
33
34 @@ -19,8 +19,9 @@
35 readline +sparse static-libs X zlib"
36 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-fbsd ~x86-linux"
37
38 -RDEPEND="dev-libs/libpcre
39 +RDEPEND="
40 app-text/ghostscript-gpl
41 + dev-libs/libpcre
42 sys-libs/ncurses
43 virtual/lapack
44 curl? ( net-misc/curl )
45 @@ -57,7 +58,10 @@
46 dev-util/gperf
47 virtual/pkgconfig"
48
49 -PATCHES=( "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,help,texi}.patch )
50 +PATCHES=(
51 + "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,help,texi}.patch
52 + "${FILESDIR}"/${PN}-3.6.3-{rcond,legendtext}.patch
53 +)
54
55 src_prepare() {
56 # nasty prefix hack for fltk:1 linking
57
58
59
60 1.7 sci-mathematics/octave/metadata.xml
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/metadata.xml?rev=1.7&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/metadata.xml?rev=1.7&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/metadata.xml?r1=1.6&r2=1.7
65
66 Index: metadata.xml
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/metadata.xml,v
69 retrieving revision 1.6
70 retrieving revision 1.7
71 diff -u -r1.6 -r1.7
72 --- metadata.xml 3 Jan 2012 02:24:04 -0000 1.6
73 +++ metadata.xml 22 Nov 2012 19:46:15 -0000 1.7
74 @@ -12,7 +12,7 @@
75 <use>
76 <flag name='glpk'>Add support for <pkg>sci-libs/glpk</pkg> for linear programming</flag>
77 <flag name='qhull'>Add support for <pkg>sci-libs/qhull</pkg>, to allow `delaunay', `convhull', and related functions</flag>
78 - <flag name='qrupdate'>Add support for <pkg>sci-libs/qrupdate</pkg>for QR and Cholesky update functions. </flag>
79 - <flag name='sparse'>Add enhanced support for sparse matrix algebra</flag>
80 + <flag name='qrupdate'>Add support for <pkg>sci-libs/qrupdate</pkg>for QR and Cholesky update functions</flag>
81 + <flag name='sparse'>Add enhanced support for sparse matrix algebra with SuiteSparse</flag>
82 </use>
83 </pkgmetadata>
84
85
86
87 1.131 sci-mathematics/octave/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.131&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.131&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.130&r2=1.131
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
96 retrieving revision 1.130
97 retrieving revision 1.131
98 diff -u -r1.130 -r1.131
99 --- ChangeLog 26 Oct 2012 18:27:13 -0000 1.130
100 +++ ChangeLog 22 Nov 2012 19:46:15 -0000 1.131
101 @@ -1,6 +1,13 @@
102 # ChangeLog for sci-mathematics/octave
103 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.130 2012/10/26 18:27:13 bicatali Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.131 2012/11/22 19:46:15 bicatali Exp $
106 +
107 + 22 Nov 2012; Sébastien Fabbro <bicatali@g.o>
108 + +files/octave-3.6.3-legendtext.patch, -files/octave-3.4.3-gets.patch,
109 + -octave-3.6.1.ebuild, -octave-3.6.2-r1.ebuild, -octave-3.6.2.ebuild,
110 + metadata.xml, octave-3.6.3.ebuild:
111 + Adding a patch to fix legend text with FLTK backend, thanks Thomas Ilnseher
112 + (bug #437868). Removed old
113
114 *octave-3.6.3 (26 Oct 2012)