commit: 5da7381c816cbacb5aef50144bf678cf6cf0ba25 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Fri Apr 3 10:58:27 2015 +0000 Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com> CommitDate: Fri Apr 3 10:58:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5da7381c
sci-biology/amos-short: Bump to EAPI=5, but drop KEYWORDS as SRC is unavailable Package-Manager: portage-2.2.14 sci-biology/amos-short/ChangeLog | 8 ++++++++ sci-biology/amos-short/amos-short-0.9.3.ebuild | 14 ++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/sci-biology/amos-short/ChangeLog b/sci-biology/amos-short/ChangeLog new file mode 100644 index 0000000..5a2a78f --- /dev/null +++ b/sci-biology/amos-short/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-biology/amos-short +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 03 Apr 2015; Marius Brehler <[email protected]> + amos-short-0.9.3.ebuild: + Bump to EAPI=5, but drop KEYWORDS as SRC is + unavailable diff --git a/sci-biology/amos-short/amos-short-0.9.3.ebuild b/sci-biology/amos-short/amos-short-0.9.3.ebuild index 3dcfac9..ad261eb 100644 --- a/sci-biology/amos-short/amos-short-0.9.3.ebuild +++ b/sci-biology/amos-short/amos-short-0.9.3.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="3" +EAPI=5 inherit eutils DESCRIPTION="A Modular, Open-Source whole genome assembler with defaults for short reads" HOMEPAGE="http://amos.sourceforge.net/" -SRC_URI="http://sourceforge.net/projects/amos/files/short_read_assembly/0.9.3/AMOS-short.tgz" -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="http://sourceforge.net/projects/amos/files/short_read_assembly/${PV}/AMOS-short.tgz" LICENSE="GPL-2" SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" DEPEND="" RDEPEND="${DEPEND}" @@ -26,9 +24,9 @@ src_prepare() { } src_compile() { - emake -j1 || die "emake failed" + emake -j1 } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install }
