commit: 925d5e2b9a96a7c020f7f77b3d245b94ec93311b Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Sep 22 07:50:06 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 22 07:50:06 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=925d5e2b
sci-biology/lucy: Bump to EAPI=5 Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/lucy/lucy-1.20.ebuild | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/sci-biology/lucy/lucy-1.20.ebuild b/sci-biology/lucy/lucy-1.20.ebuild index 0c77154..767f613 100644 --- a/sci-biology/lucy/lucy-1.20.ebuild +++ b/sci-biology/lucy/lucy-1.20.ebuild @@ -1,8 +1,8 @@ -# 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 DESCRIPTION="DNA sequence quality and vector trimming tool" HOMEPAGE="http://lucy.sourceforge.net/" @@ -13,9 +13,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - S="${WORKDIR}"/lucy-1.20p src_prepare(){ @@ -23,12 +20,8 @@ src_prepare(){ sed -i 's/^CFLAGS = -O/#CFLAGS = -O/' Makefile || die } -src_compile(){ - emake || die "emake failed" -} - src_install(){ - dobin lucy || die "dobin failed" - doman lucy.1 || die "doman failed" - dodoc README.FIRST || die "dodoc failed" + dobin lucy + doman lucy.1 + dodoc README.FIRST }
