Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/stride: stride-20011129.ebuild ChangeLog
Date: Thu, 20 Sep 2007 14:43:17
Message-Id: E1IYN7e-00053m-MW@stork.gentoo.org
1 coldwind 07/09/20 14:35:18
2
3 Modified: stride-20011129.ebuild ChangeLog
4 Log:
5 Change sed separator to :, now it doesn't fail if CC contains a path.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.6 sci-biology/stride/stride-20011129.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/stride/stride-20011129.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/stride/stride-20011129.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/stride/stride-20011129.ebuild?r1=1.5&r2=1.6
14
15 Index: stride-20011129.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- stride-20011129.ebuild 22 May 2007 01:15:19 -0000 1.5
22 +++ stride-20011129.ebuild 20 Sep 2007 14:35:18 -0000 1.6
23 @@ -1,6 +1,6 @@
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-biology/stride/stride-20011129.ebuild,v 1.5 2007/05/22 01:15:19 ribosome Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129.ebuild,v 1.6 2007/09/20 14:35:18 coldwind Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -25,7 +25,7 @@
32 epatch "${DISTDIR}/${PN}-20060723-update.patch.bz2"
33
34 # fix makefile
35 - sed -e "/^CC/s/gcc -g/$(tc-getCC) ${CFLAGS}/" -i Makefile || \
36 + sed -e "/^CC/s:gcc -g:$(tc-getCC) ${CFLAGS}:" -i Makefile || \
37 die "Failed to fix Makefile"
38 }
39
40
41
42
43 1.6 sci-biology/stride/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/stride/ChangeLog?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/stride/ChangeLog?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/stride/ChangeLog?r1=1.5&r2=1.6
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- ChangeLog 22 May 2007 01:15:19 -0000 1.5
56 +++ ChangeLog 20 Sep 2007 14:35:18 -0000 1.6
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sci-biology/stride
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.5 2007/05/22 01:15:19 ribosome Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.6 2007/09/20 14:35:18 coldwind Exp $
62 +
63 + 20 Sep 2007; Santiago M. Mola <coldwind@g.o>
64 + stride-20011129.ebuild:
65 + Change sed separator to :, now it doesn't fail if CC contains a path.
66
67 22 May 2007; Olivier Fisette <ribosome@g.o> stride-20011129.ebuild:
68 Updated home page.
69
70
71
72 --
73 gentoo-commits@g.o mailing list