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-5.2.ebuild ChangeLog
Date: Tue, 22 Apr 2008 11:04:21
Message-Id: E1JoGIM-0004l7-5G@stork.gentoo.org
1 bicatali 08/04/22 11:04:18
2
3 Modified: ds9-5.2.ebuild ChangeLog
4 Log:
5 Fixed patch location for x86 and a sed function
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.2 sci-astronomy/ds9/ds9-5.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ds9-5.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ds9-5.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ds9-5.2.ebuild?r1=1.1&r2=1.2
14
15 Index: ds9-5.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ds9-5.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ds9-5.2.ebuild 16 Apr 2008 16:13:55 -0000 1.1
22 +++ ds9-5.2.ebuild 22 Apr 2008 11:04:17 -0000 1.2
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/ds9/ds9-5.2.ebuild,v 1.1 2008/04/16 16:13:55 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ds9-5.2.ebuild,v 1.2 2008/04/22 11:04:17 bicatali Exp $
28
29 inherit flag-o-matic eutils
30
31 @@ -29,13 +29,13 @@
32 epatch "${FILESDIR}"/${P}-Makefile.patch
33
34 # fix stack smashing on x86 with gcc-4.2
35 - use x86 && epatch "${FILESDIR}"/${P}-gcc4.2-x86.patch
36 + use x86 && epatch "${FILESDIR}"/${PN}-5.1-gcc4.2-x86.patch
37
38 # remove build-time dependency on etags (i.e. emacs or xemacs)
39 sed -i -e '/^all/s/TAGS//' saotk/*/Makefile || die "sed failed"
40
41 # remove forced compilers and let defined ones propagate
42 - sed -i -e '/^CC[[:space:]]/d' '/^CXX[[:space:]]/d' make.*
43 + sed -i -e '/^CC[[:space:]]/d' -e '/^CXX[[:space:]]/d' make.*
44 }
45
46 src_compile() {
47
48
49
50 1.11 sci-astronomy/ds9/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ChangeLog?rev=1.11&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ChangeLog?rev=1.11&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/ChangeLog?r1=1.10&r2=1.11
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ChangeLog,v
59 retrieving revision 1.10
60 retrieving revision 1.11
61 diff -u -r1.10 -r1.11
62 --- ChangeLog 20 Apr 2008 08:40:29 -0000 1.10
63 +++ ChangeLog 22 Apr 2008 11:04:17 -0000 1.11
64 @@ -1,6 +1,9 @@
65 # ChangeLog for sci-astronomy/ds9
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ChangeLog,v 1.10 2008/04/20 08:40:29 bicatali Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/ChangeLog,v 1.11 2008/04/22 11:04:17 bicatali Exp $
69 +
70 + 22 Apr 2008; Sébastien Fabbro <bicatali@g.o> ds9-5.2.ebuild:
71 + Fixed patch location for x86 and a sed function
72
73 20 Apr 2008; Sébastien Fabbro <bicatali@g.o>
74 files/ds9-5.2-Makefile.patch:
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list