aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-29 20:22:28 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-29 20:25:16 +0000
commit1f3ac11ff790375b78743bb4e987ca433ec40881 (patch)
treed67d4ba1040d19aa388ca7ddd6f1839e9c054bce
parentsci-biology/MagicViewer: QA fixes (diff)
downloadsci-1f3ac11f.tar.gz
sci-1f3ac11f.tar.bz2
sci-1f3ac11f.zip
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@gentoo.org>
-rw-r--r--sci-biology/Ray/Ray-2.3.0.ebuild17
1 files 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 02789a10f..352a5dd01 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
}