commit: ad4e0fb9b1c45b26bb5a088625fbe24669de52c0 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Sep 22 07:45:13 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 22 07:45:13 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ad4e0fb9
sci-biology/clview: Bump to EAPI=5 Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/clview/clview-0.1.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/sci-biology/clview/clview-0.1.ebuild b/sci-biology/clview/clview-0.1.ebuild index b28621e..c8f8124 100644 --- a/sci-biology/clview/clview-0.1.ebuild +++ b/sci-biology/clview/clview-0.1.ebuild @@ -1,14 +1,15 @@ -# 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="clview is an assembly .ace file viewer from TIGR Gene Indices project tools" HOMEPAGE="http://sourceforge.net/projects/clview" -SRC_URI="http://sourceforge.net/projects/clview/files/source%20code/clview_src.tar.gz - ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/clview/clview_src.tar.gz - ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/clview/clview_linux_i386.tar.gz" +SRC_URI=" + http://sourceforge.net/projects/clview/files/source%20code/clview_src.tar.gz + ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/clview/clview_src.tar.gz + ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/clview/clview_linux_i386.tar.gz" # the ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/tgi_cpp_library.tar.gz # contain maybe an older but definitely larger set of .cpp files compared to clview/gcl/ @@ -68,6 +69,7 @@ DEPEND="=x11-libs/fox-1.6*" RDEPEND="${DEPEND}" S=${WORKDIR} + src_unpack() { unpack clview_src.tar.gz } @@ -98,10 +100,10 @@ src_prepare() { src_compile(){ cd "${S}"/clview || die - emake || die + emake } src_install() { # install at least the binaries for clview when we cannot compile it - dobin clview/clview || die "Failed to install clview binary" + dobin clview/clview }
