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-astronomy/ds9: ds9-4.13.ebuild ChangeLog
Date: Fri, 02 Nov 2007 09:12:31
Message-Id: E1InsZj-0005Tp-Vn@stork.gentoo.org
1 bicatali 07/11/02 09:12:23
2
3 Modified: ds9-4.13.ebuild ChangeLog
4 Log:
5 fixed for compiler (bug #197396, thanks Joshua Rich)
6 (Portage version: 2.1.3.14)
7
8 Revision Changes Path
9 1.5 sci-astronomy/ds9/ds9-4.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ds9-4.13.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ds9-4.13.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ds9-4.13.ebuild?r1=1.4&r2=1.5
14
15 Index: ds9-4.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ds9-4.13.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ds9-4.13.ebuild 17 Aug 2007 09:54:01 -0000 1.4
22 +++ ds9-4.13.ebuild 2 Nov 2007 09:12:23 -0000 1.5
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ds9-4.13.ebuild,v 1.4 2007/08/17 09:54:01 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ds9-4.13.ebuild,v 1.5 2007/11/02 09:12:23 bicatali Exp $
28
29 -inherit flag-o-matic eutils
30 +inherit flag-o-matic eutils toolchain-funcs
31
32 DESCRIPTION="Data visualization application for astronomical FITS images"
33 HOMEPAGE="http://hea-www.harvard.edu/RD/ds9"
34 @@ -43,7 +43,11 @@
35 # This is a long and fragile compilation
36 # which recompiles tcl/tk, tkimg, blt, funtools,
37 # and a lot of other packages
38 - emake -j1 OPTS="${CXXFLAGS}" || die "emake failed"
39 + emake -j1 \
40 + CC="$(tc-getCC)" \
41 + CXX="$(tc-getCXX)" \
42 + OPTS="${CXXFLAGS}" \
43 + || die "emake failed"
44 }
45
46 src_install () {
47
48
49
50 1.4 sci-astronomy/ds9/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ChangeLog?rev=1.4&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ChangeLog?rev=1.4&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ChangeLog?r1=1.3&r2=1.4
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ChangeLog,v
59 retrieving revision 1.3
60 retrieving revision 1.4
61 diff -u -r1.3 -r1.4
62 --- ChangeLog 17 Aug 2007 09:54:01 -0000 1.3
63 +++ ChangeLog 2 Nov 2007 09:12:23 -0000 1.4
64 @@ -1,6 +1,9 @@
65 # ChangeLog for sci-astronomy/ds9
66 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ChangeLog,v 1.3 2007/08/17 09:54:01 bicatali Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ChangeLog,v 1.4 2007/11/02 09:12:23 bicatali Exp $
69 +
70 + 02 Nov 2007; Sébastien Fabbro <bicatali@g.o> ds9-4.13.ebuild:
71 + fixed for compiler (bug #197396, thanks Joshua Rich)
72
73 17 Aug 2007; Sébastien Fabbro <bicatali@g.o> ds9-4.13.ebuild:
74 added virtual/xemacs as possible provider of etags
75
76
77
78 --
79 gentoo-commits@g.o mailing list