Gentoo Archives: gentoo-commits

From: "Ferris McCormick (fmccor)" <fmccor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/orsa: orsa-0.7.0.ebuild ChangeLog
Date: Wed, 01 Oct 2008 15:20:54
Message-Id: E1Kl3VT-0008H7-Ac@stork.gentoo.org
1 fmccor 08/10/01 15:20:51
2
3 Modified: orsa-0.7.0.ebuild ChangeLog
4 Log:
5 Add ~sparc keyword for testing.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
7
8 Revision Changes Path
9 1.4 sci-astronomy/orsa/orsa-0.7.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/orsa/orsa-0.7.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/orsa/orsa-0.7.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/orsa/orsa-0.7.0.ebuild?r1=1.3&r2=1.4
14
15 Index: orsa-0.7.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.7.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- orsa-0.7.0.ebuild 27 Jul 2008 22:18:43 -0000 1.3
22 +++ orsa-0.7.0.ebuild 1 Oct 2008 15:20:50 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.7.0.ebuild,v 1.3 2008/07/27 22:18:43 carlo Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.7.0.ebuild,v 1.4 2008/10/01 15:20:50 fmccor Exp $
28
29 EAPI=1
30
31 @@ -12,7 +12,7 @@
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~x86 ~ppc ~amd64"
36 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 IUSE="opengl qt3 mpi ginac cln gsl fftw xinerama threads static"
38
39 DEPEND=">=sys-libs/readline-4.2
40
41
42
43 1.18 sci-astronomy/orsa/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/orsa/ChangeLog?rev=1.18&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/orsa/ChangeLog?rev=1.18&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/orsa/ChangeLog?r1=1.17&r2=1.18
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/ChangeLog,v
52 retrieving revision 1.17
53 retrieving revision 1.18
54 diff -u -r1.17 -r1.18
55 --- ChangeLog 6 Aug 2008 12:47:54 -0000 1.17
56 +++ ChangeLog 1 Oct 2008 15:20:50 -0000 1.18
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-astronomy/orsa
59 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/ChangeLog,v 1.17 2008/08/06 12:47:54 ulm Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/ChangeLog,v 1.18 2008/10/01 15:20:50 fmccor Exp $
62 +
63 + 01 Oct 2008; Ferris McCormick <fmccor@g.o> orsa-0.7.0.ebuild:
64 + Add ~sparc keyword for testing.
65
66 06 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
67 Add USE flag description to metadata wrt GLEP 56.