commit: 2a0656b30e719f8a5663509dd728a28ba3940498 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Feb 26 08:46:49 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 26 08:48:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2a0656b3
sci-biology/KaKs_Calculator: Bump to EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild | 10 ++++++---- sci-biology/KaKs_Calculator/metadata.xml | 2 +- 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>[email protected]</email> <name>Martin Mokrejs</name> </maintainer> -<maintainer type="project"> + <maintainer type="project"> <email>[email protected]</email> <name>Gentoo Biology Project</name> </maintainer>
