aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-02-26 08:46:49 +0000
committerJustin Lecher <jlec@gentoo.org>2017-02-26 08:48:51 +0000
commit2a0656b30e719f8a5663509dd728a28ba3940498 (patch)
tree3b067a96df466771ecc1214e06250360c360bab1 /sci-biology
parentsci-biology/Atlas2: Bump Ruby version and EAPI (diff)
downloadsci-2a0656b30e719f8a5663509dd728a28ba3940498.tar.gz
sci-2a0656b30e719f8a5663509dd728a28ba3940498.tar.bz2
sci-2a0656b30e719f8a5663509dd728a28ba3940498.zip
sci-biology/KaKs_Calculator: Bump to EAPI=6
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild10
-rw-r--r--sci-biology/KaKs_Calculator/metadata.xml2
2 files changed, 7 insertions, 5 deletions
diff --git a/sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild b/sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild
index efd7cb120..ccd592626 100644
--- a/sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild
+++ b/sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit eutils toolchain-funcs
DESCRIPTION="Calculate nonsynonymous (Ka) and synonymous (Ks) substitution rates"
HOMEPAGE="https://code.google.com/p/kaks-calculator"
-SRC_URI="https://kaks-calculator.googlecode.com/files/KaKs_Calculator"${PV}".tar.gz
+SRC_URI="
+ https://kaks-calculator.googlecode.com/files/KaKs_Calculator"${PV}".tar.gz
https://kaks-calculator.googlecode.com/files/parseFastaIntoAXT.pl"
LICENSE="GPL-3"
@@ -23,7 +24,8 @@ RDEPEND="
S="${WORKDIR}"/KaKs_Calculator"${PV}"
src_prepare(){
- sed -e "s/^CC = g++/CC="$(tc-getCXX)"/; s/^CFLAGS/#CFLAGS/" -i src/makefile
+ sed -e "s/^CC = g++/CC="$(tc-getCXX)"/; s/^CFLAGS/#CFLAGS/" -i src/makefile || die
+ default
}
src_compile(){
diff --git a/sci-biology/KaKs_Calculator/metadata.xml b/sci-biology/KaKs_Calculator/metadata.xml
index 1699e58b2..f68a1b6fa 100644
--- a/sci-biology/KaKs_Calculator/metadata.xml
+++ b/sci-biology/KaKs_Calculator/metadata.xml
@@ -5,7 +5,7 @@
<email>mmokrejs@fold.natur.cuni.cz</email>
<name>Martin Mokrejs</name>
</maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>sci-biology@gentoo.org</email>
<name>Gentoo Biology Project</name>
</maintainer>