From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/allpaths: ChangeLog allpaths-3.1.ebuild
Date: Thu, 30 Aug 2012 07:32:21 +0000 (UTC) [thread overview]
Message-ID: <20120830073221.B84C620C25@flycatcher.gentoo.org> (raw)
jlec 12/08/30 07:32:21
Modified: ChangeLog allpaths-3.1.ebuild
Log:
sci-biology/allpaths: Fix for gcc-4.7
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.7 sci-biology/allpaths/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/allpaths/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 26 Jan 2010 20:43:21 -0000 1.6
+++ ChangeLog 30 Aug 2012 07:32:21 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/allpaths
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpaths/ChangeLog,v 1.6 2010/01/26 20:43:21 weaver Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpaths/ChangeLog,v 1.7 2012/08/30 07:32:21 jlec Exp $
+
+ 30 Aug 2012; Justin Lecher <jlec@gentoo.org> allpaths-3.1.ebuild,
+ +files/allpaths-3.1-gcc4.7.patch:
+ Fix for gcc-4.7
*allpaths-3.1 (26 Jan 2010)
1.2 sci-biology/allpaths/allpaths-3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild?r1=1.1&r2=1.2
Index: allpaths-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- allpaths-3.1.ebuild 26 Jan 2010 20:43:21 -0000 1.1
+++ allpaths-3.1.ebuild 30 Aug 2012 07:32:21 -0000 1.2
@@ -1,37 +1,39 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild,v 1.1 2010/01/26 20:43:21 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpaths/allpaths-3.1.ebuild,v 1.2 2012/08/30 07:32:21 jlec Exp $
-EAPI="2"
+EAPI=4
inherit base
DESCRIPTION="De novo assembly of whole-genome shotgun microreads"
HOMEPAGE="http://www.broadinstitute.org/science/programs/genome-biology/crd"
-SRC_URI="ftp://ftp.broad.mit.edu/pub/crd/ALLPATHS/Release-3-0/allpaths-${PV}.tgz
+SRC_URI="
+ ftp://ftp.broad.mit.edu/pub/crd/ALLPATHS/Release-3-0/allpaths-${PV}.tgz
ftp://ftp.broad.mit.edu/pub/crd/ALLPATHS/Release-3-0/AllPathsV3_Manual_r1.0.docx"
LICENSE="Whitehead-MIT"
SLOT="3"
IUSE=""
-KEYWORDS="~amd64"
-
-DEPEND=">=sys-devel/gcc-4.3.2"
-RDEPEND=""
+KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/AllPaths"
+PATCHES=( "${FILESDIR}"/${P}-gcc4.7.patch )
+
src_compile() {
base_src_compile
- emake install_scripts || die
+ emake install_scripts
}
src_install() {
- exeinto /usr/share/${P}/bin
+ exeinto /usr/libexec/${P}/
find bin -type f -executable | xargs doexe || die
- echo "PATH=\"/usr/share/${P}/bin\"" > "${S}/99${P}"
- doenvd "${S}/99${P}" || die
- dosym /usr/share/${P}/bin/RunAllPaths3G /usr/bin/RunAllPaths3G || die
- insinto /usr/share/doc/${PF}
- doins "${DISTDIR}/AllPathsV3_Manual_r1.0.docx"
+
+ echo "PATH=\"/usr/libexec/${P}/\"" > "${S}/50${P}"
+ doenvd "${S}/50${P}" || die
+
+ dosym /usr/libexec/${P}/RunAllPaths3G /usr/bin/RunAllPaths3G
+
+ dodoc "${DISTDIR}/AllPathsV3_Manual_r1.0.docx"
}
next reply other threads:[~2012-08-30 7:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-30 7:32 Justin Lecher (jlec) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-30 7:46 [gentoo-commits] gentoo-x86 commit in sci-biology/allpaths: ChangeLog allpaths-3.1.ebuild Justin Lecher (jlec)
2010-01-26 20:43 Andrey Kislyuk (weaver)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120830073221.B84C620C25@flycatcher.gentoo.org \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox