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/allpathslg: allpathslg-47093.ebuild ChangeLog
Date: Tue, 31 Mar 2015 09:32:59
Message-Id: 20150331093254.8106F14E87@oystercatcher.gentoo.org
1 jlec 15/03/31 09:32:52
2
3 Modified: allpathslg-47093.ebuild ChangeLog
4 Log:
5 Fix for newer gcc, bug #514654
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.3 sci-biology/allpathslg/allpathslg-47093.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild?r1=1.2&r2=1.3
15
16 Index: allpathslg-47093.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- allpathslg-47093.ebuild 13 Nov 2013 02:34:46 -0000 1.2
23 +++ allpathslg-47093.ebuild 31 Mar 2015 09:32:52 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild,v 1.2 2013/11/13 02:34:46 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild,v 1.3 2015/03/31 09:32:52 jlec Exp $
30
31 EAPI=5
32
33 @@ -22,13 +22,13 @@
34 RDEPEND=""
35
36 src_prepare() {
37 + epatch "${FILESDIR}"/${P}-gcc4.9.patch
38 sed -i 's/-ggdb//' configure.ac || die
39 eautoreconf
40 }
41
42 src_install() {
43 default
44 -# einstall || die
45 # Provided by sci-biology/vaal
46 for i in QueryLookupTable ScaffoldAccuracy MakeLookupTable Fastb ShortQueryLookup; do
47 rm "${D}/usr/bin/$i" || die
48
49
50
51 1.17 sci-biology/allpathslg/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/ChangeLog?rev=1.17&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/ChangeLog?rev=1.17&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/ChangeLog?r1=1.16&r2=1.17
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/ChangeLog,v
60 retrieving revision 1.16
61 retrieving revision 1.17
62 diff -u -r1.16 -r1.17
63 --- ChangeLog 13 Nov 2013 02:34:46 -0000 1.16
64 +++ ChangeLog 31 Mar 2015 09:32:52 -0000 1.17
65 @@ -1,6 +1,10 @@
66 # ChangeLog for sci-biology/allpathslg
67 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/ChangeLog,v 1.16 2013/11/13 02:34:46 patrick Exp $
69 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/ChangeLog,v 1.17 2015/03/31 09:32:52 jlec Exp $
71 +
72 + 31 Mar 2015; Justin Lecher <jlec@g.o>
73 + +files/allpathslg-47093-gcc4.9.patch, allpathslg-47093.ebuild:
74 + Fix for newer gcc, bug #514654
75
76 13 Nov 2013; Patrick Lauer <patrick@g.o> allpathslg-42337.ebuild,
77 allpathslg-47093.ebuild: