commit: 1fef098316105722536e11c330c942d843d5bc35 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 19:42:04 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 19:42:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1fef0983
sci-biology/align_to_scf: Bump EAPI to 5 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/align_to_scf/align_to_scf-1.06.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/sci-biology/align_to_scf/align_to_scf-1.06.ebuild b/sci-biology/align_to_scf/align_to_scf-1.06.ebuild index 68dad98..e9fb134 100644 --- a/sci-biology/align_to_scf/align_to_scf-1.06.ebuild +++ b/sci-biology/align_to_scf/align_to_scf-1.06.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 inherit eutils -DESCRIPTION="Provide data to staden to view trace information at a given position missing from Roche .ace files" +DESCRIPTION="View trace information at a given position missing from Roche .ace files" HOMEPAGE="http://genome.imb-jena.de/software/roche454ace2caf" SRC_URI="http://genome.imb-jena.de/software/roche454ace2caf/download/src/align_to_scf-1.06.tgz" @@ -15,9 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - src_prepare(){ sed -i "s:^CC :CC=$(tc-getCC) #:" Makefile || die "sed failed" sed -i "s:^LD :LD=$(tc-getCC) #:" Makefile || die "sed failed" @@ -26,6 +23,6 @@ src_prepare(){ } src_install(){ - dobin align_to_scf || die - dodoc "${FILESDIR}"/README || die + dobin align_to_scf + dodoc "${FILESDIR}"/README }
