jlec 15/03/31 09:32:52 Modified: allpathslg-47093.ebuild ChangeLog Log: Fix for newer gcc, bug #514654 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.3 sci-biology/allpathslg/allpathslg-47093.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild?r1=1.2&r2=1.3 Index: allpathslg-47093.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- allpathslg-47093.ebuild 13 Nov 2013 02:34:46 -0000 1.2 +++ allpathslg-47093.ebuild 31 Mar 2015 09:32:52 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild,v 1.2 2013/11/13 02:34:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/allpathslg-47093.ebuild,v 1.3 2015/03/31 09:32:52 jlec Exp $ EAPI=5 @@ -22,13 +22,13 @@ RDEPEND="" src_prepare() { + epatch "${FILESDIR}"/${P}-gcc4.9.patch sed -i 's/-ggdb//' configure.ac || die eautoreconf } src_install() { default -# einstall || die # Provided by sci-biology/vaal for i in QueryLookupTable ScaffoldAccuracy MakeLookupTable Fastb ShortQueryLookup; do rm "${D}/usr/bin/$i" || die 1.17 sci-biology/allpathslg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpathslg/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 13 Nov 2013 02:34:46 -0000 1.16 +++ ChangeLog 31 Mar 2015 09:32:52 -0000 1.17 @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/allpathslg -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/ChangeLog,v 1.16 2013/11/13 02:34:46 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/ChangeLog,v 1.17 2015/03/31 09:32:52 jlec Exp $ + + 31 Mar 2015; Justin Lecher <[email protected]> + +files/allpathslg-47093-gcc4.9.patch, allpathslg-47093.ebuild: + Fix for newer gcc, bug #514654 13 Nov 2013; Patrick Lauer <[email protected]> allpathslg-42337.ebuild, allpathslg-47093.ebuild:
