aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-23 13:56:46 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-23 13:56:46 +0200
commitaba31a6f76559b0f2f0f097a5507ce6991811126 (patch)
treee84ddae7708ca04f64d23ef970f3f079b8115758 /sci-biology/cd-hit-auxtools
parentsci-biology/cluster: Bump to EAPI=5 (diff)
downloadsci-aba31a6f76559b0f2f0f097a5507ce6991811126.tar.gz
sci-aba31a6f76559b0f2f0f097a5507ce6991811126.tar.bz2
sci-aba31a6f76559b0f2f0f097a5507ce6991811126.zip
sci-biology/cd-hit-auxtools: Bump to EAPI=5
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-biology/cd-hit-auxtools')
-rw-r--r--sci-biology/cd-hit-auxtools/cd-hit-auxtools-0.5.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-biology/cd-hit-auxtools/cd-hit-auxtools-0.5.ebuild b/sci-biology/cd-hit-auxtools/cd-hit-auxtools-0.5.ebuild
index 8adc908e2..306e195e5 100644
--- a/sci-biology/cd-hit-auxtools/cd-hit-auxtools-0.5.ebuild
+++ b/sci-biology/cd-hit-auxtools/cd-hit-auxtools-0.5.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=4
+EAPI=5
inherit eutils flag-o-matic toolchain-funcs
@@ -11,7 +11,8 @@ RELEASE="${PN}-v${PV}-${RELDATE}"
DESCRIPTION="Additional cd-hit itools: read-linker, cd-hit-lap and cd-hit-dup"
HOMEPAGE="http://weizhong-lab.ucsd.edu/cd-hit/"
-SRC_URI="http://cdhit.googlecode.com/files/${RELEASE}.tgz
+SRC_URI="
+ http://cdhit.googlecode.com/files/${RELEASE}.tgz
http://weizhong-lab.ucsd.edu/cd-hit/wiki/doku.php?id=cd-hit-auxtools-manual -> cd-hit-auxtools-manual.html"
SLOT="0"
@@ -34,11 +35,10 @@ src_prepare() {
src_compile() {
local myconf=
use openmp && myconf="openmp=yes"
- make ${myconf} || die "If compilation failed try gcc-4.6.4 or older, newer versions are too picky about quality of the source code"
+ emake ${myconf}
}
src_install() {
- dodir /usr/bin
dobin read-linker cd-hit-lap cd-hit-dup
use doc && dodoc "${DISTDIR}"/cd-hit-auxtools-manual.html
}