Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: octave-3.6.3.ebuild ChangeLog
Date: Wed, 02 Jan 2013 11:33:15
Message-Id: 20130102113305.6CC902171D@flycatcher.gentoo.org
1 jer 13/01/02 11:33:05
2
3 Modified: octave-3.6.3.ebuild ChangeLog
4 Log:
5 Marked ~hppa too.
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.4 sci-mathematics/octave/octave-3.6.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild?r1=1.3&r2=1.4
15
16 Index: octave-3.6.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- octave-3.6.3.ebuild 4 Dec 2012 18:45:04 -0000 1.3
23 +++ octave-3.6.3.ebuild 2 Jan 2013 11:33:05 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild,v 1.3 2012/12/04 18:45:04 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.3.ebuild,v 1.4 2013/01/02 11:33:05 jer Exp $
30
31 EAPI=4
32
33 @@ -17,7 +17,7 @@
34 SLOT="0"
35 IUSE="curl doc fftw +glpk gnuplot hdf5 +imagemagick opengl +qhull +qrupdate
36 readline +sparse static-libs X zlib"
37 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-fbsd ~x86-linux"
38 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
39
40 RDEPEND="
41 app-text/ghostscript-gpl
42
43
44
45 1.133 sci-mathematics/octave/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.133&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.133&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.132&r2=1.133
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
54 retrieving revision 1.132
55 retrieving revision 1.133
56 diff -u -r1.132 -r1.133
57 --- ChangeLog 4 Dec 2012 18:45:04 -0000 1.132
58 +++ ChangeLog 2 Jan 2013 11:33:05 -0000 1.133
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sci-mathematics/octave
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.132 2012/12/04 18:45:04 bicatali Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.133 2013/01/02 11:33:05 jer Exp $
65 +
66 + 02 Jan 2013; Jeroen Roovers <jer@g.o> octave-3.6.3.ebuild:
67 + Marked ~hppa too.
68
69 04 Dec 2012; Sébastien Fabbro <bicatali@g.o> octave-3.6.3.ebuild:
70 Added virtual/glu, thanks Niklas Johansson bug #445810