aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>