commit:     1f3ac11ff790375b78743bb4e987ca433ec40881
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 20:22:28 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 20:25:16 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f3ac11f

sci-biology/Ray: QA fixes

Bump to EAPI 6
shorten DESCRIPTION
add static libs support

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/Ray/Ray-2.3.0.ebuild | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/sci-biology/Ray/Ray-2.3.0.ebuild b/sci-biology/Ray/Ray-2.3.0.ebuild
index 02789a1..352a5dd 100644
--- a/sci-biology/Ray/Ray-2.3.0.ebuild
+++ b/sci-biology/Ray/Ray-2.3.0.ebuild
@@ -1,28 +1,23 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-DESCRIPTION="Assembler for metagenomes, genomes and transcriptomes (untested) 
using parallel MPI"
+DESCRIPTION="Assembler for metagenomes, genomes and transcriptomes using MPI"
 HOMEPAGE="http://denovoassembler.sourceforge.net/";
 
SRC_URI="http://sourceforge.net/projects/denovoassembler/files/Ray-"${PV}".tar.bz2";
 
-LICENSE="LGPL-3 GPL-3" # both must be agreed
+LICENSE="LGPL-3 GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="static-libs"
 
 DEPEND="virtual/mpi"
 RDEPEND="${DEPEND}
        sys-cluster/osc-mpiexec"
 
-src_prepare(){
-       cp -p README.md README
-       cp -p README.md RayPlatform/README
-}
-
 src_install(){
        dobin Ray
-       dolib libRayPlatform.a libRay.a
+       use statics-libs && dolib.a libRayPlatform.a libRay.a
 }

Reply via email to