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.4.ebuild ChangeLog
Date: Wed, 22 May 2013 04:27:18
Message-Id: 20130522042711.E5E0E2171E@flycatcher.gentoo.org
1 bicatali 13/05/22 04:27:11
2
3 Modified: octave-3.6.4.ebuild ChangeLog
4 Log:
5 Fixed texinfo build thanks Denis Duchier (bug #465536)
6
7 (Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.2 sci-mathematics/octave/octave-3.6.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild?r1=1.1&r2=1.2
15
16 Index: octave-3.6.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- octave-3.6.4.ebuild 25 Feb 2013 04:34:51 -0000 1.1
23 +++ octave-3.6.4.ebuild 22 May 2013 04:27:11 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.4.ebuild,v 1.1 2013/02/25 04:34:51 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild,v 1.2 2013/05/22 04:27:11 bicatali Exp $
29
30 EAPI=5
31
32 @@ -14,7 +14,7 @@
33 HOMEPAGE="http://www.octave.org/"
34 SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
35
36 -SLOT="0"
37 +SLOT="0/${PV}"
38 IUSE="curl doc fftw +glpk gnuplot hdf5 +imagemagick opengl postscript
39 +qhull +qrupdate readline +sparse static-libs X zlib"
40 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 @@ -66,6 +66,7 @@
42 PATCHES=(
43 "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,texi}.patch
44 "${FILESDIR}"/${PN}-3.6.3-legendtext.patch
45 + "${FILESDIR}"/${PN}-3.6.4-texinfo.patch
46 )
47
48 src_prepare() {
49
50
51
52 1.138 sci-mathematics/octave/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.138&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.138&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.137&r2=1.138
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
61 retrieving revision 1.137
62 retrieving revision 1.138
63 diff -u -r1.137 -r1.138
64 --- ChangeLog 25 Feb 2013 04:34:51 -0000 1.137
65 +++ ChangeLog 22 May 2013 04:27:11 -0000 1.138
66 @@ -1,6 +1,10 @@
67 # ChangeLog for sci-mathematics/octave
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.137 2013/02/25 04:34:51 bicatali Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.138 2013/05/22 04:27:11 bicatali Exp $
71 +
72 + 22 May 2013; Sébastien Fabbro <bicatali@g.o>
73 + +files/octave-3.6.4-texinfo.patch, octave-3.6.4.ebuild:
74 + Fixed texinfo build thanks Denis Duchier (bug #465536)
75
76 *octave-3.6.4 (25 Feb 2013)