Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/allpaths: ChangeLog allpaths-3.1.ebuild
Date: Thu, 30 Aug 2012 07:47:02
Message-Id: 20120830074616.7F79C20C28@flycatcher.gentoo.org
1 jlec 12/08/30 07:46:16
2
3 Modified: ChangeLog allpaths-3.1.ebuild
4 Log:
5 sci-biology/allpaths: Respect CXXFLAGS
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 sci-biology/allpaths/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/allpaths/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 30 Aug 2012 07:32:21 -0000 1.7
23 +++ ChangeLog 30 Aug 2012 07:46:16 -0000 1.8
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-biology/allpaths
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpaths/ChangeLog,v 1.7 2012/08/30 07:32:21 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpaths/ChangeLog,v 1.8 2012/08/30 07:46:16 jlec Exp $
29 +
30 + 30 Aug 2012; Justin Lecher <jlec@g.o> allpaths-3.1.ebuild:
31 + Respect CXXFLAGS
32
33 30 Aug 2012; Justin Lecher <jlec@g.o> allpaths-3.1.ebuild,
34 +files/allpaths-3.1-gcc4.7.patch:
35
36
37
38 1.3 sci-biology/allpaths/allpaths-3.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild?r1=1.2&r2=1.3
43
44 Index: allpaths-3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- allpaths-3.1.ebuild 30 Aug 2012 07:32:21 -0000 1.2
51 +++ allpaths-3.1.ebuild 30 Aug 2012 07:46:16 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild,v 1.2 2012/08/30 07:32:21 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild,v 1.3 2012/08/30 07:46:16 jlec Exp $
57
58 EAPI=4
59
60 @@ -21,6 +21,14 @@
61
62 PATCHES=( "${FILESDIR}"/${P}-gcc4.7.patch )
63
64 +src_prepare() {
65 + sed \
66 + -e "s:-O3:${CXXFLAGS}:g" \
67 + -e 's:-ggdb3::g' \
68 + -i Makefile* || die
69 + base_src_prepare
70 +}
71 +
72 src_compile() {
73 base_src_compile
74 emake install_scripts