Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/KaKs_Calculator/
Date: Sun, 26 Feb 2017 08:48:58
Message-Id: 1488098931.2a0656b30e719f8a5663509dd728a28ba3940498.jlec@gentoo
1 commit: 2a0656b30e719f8a5663509dd728a28ba3940498
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 08:46:49 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 08:48:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2a0656b3
7
8 sci-biology/KaKs_Calculator: Bump to EAPI=6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild | 10 ++++++----
14 sci-biology/KaKs_Calculator/metadata.xml | 2 +-
15 2 files changed, 7 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild b/sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild
18 index efd7cb120..ccd592626 100644
19 --- a/sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild
20 +++ b/sci-biology/KaKs_Calculator/KaKs_Calculator-1.2.ebuild
21 @@ -1,13 +1,14 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 +EAPI=6
28
29 inherit eutils toolchain-funcs
30
31 DESCRIPTION="Calculate nonsynonymous (Ka) and synonymous (Ks) substitution rates"
32 HOMEPAGE="https://code.google.com/p/kaks-calculator"
33 -SRC_URI="https://kaks-calculator.googlecode.com/files/KaKs_Calculator"${PV}".tar.gz
34 +SRC_URI="
35 + https://kaks-calculator.googlecode.com/files/KaKs_Calculator"${PV}".tar.gz
36 https://kaks-calculator.googlecode.com/files/parseFastaIntoAXT.pl"
37
38 LICENSE="GPL-3"
39 @@ -23,7 +24,8 @@ RDEPEND="
40 S="${WORKDIR}"/KaKs_Calculator"${PV}"
41
42 src_prepare(){
43 - sed -e "s/^CC = g++/CC="$(tc-getCXX)"/; s/^CFLAGS/#CFLAGS/" -i src/makefile
44 + sed -e "s/^CC = g++/CC="$(tc-getCXX)"/; s/^CFLAGS/#CFLAGS/" -i src/makefile || die
45 + default
46 }
47
48 src_compile(){
49
50 diff --git a/sci-biology/KaKs_Calculator/metadata.xml b/sci-biology/KaKs_Calculator/metadata.xml
51 index 1699e58b2..f68a1b6fa 100644
52 --- a/sci-biology/KaKs_Calculator/metadata.xml
53 +++ b/sci-biology/KaKs_Calculator/metadata.xml
54 @@ -5,7 +5,7 @@
55 <email>mmokrejs@×××××××××××××××.cz</email>
56 <name>Martin Mokrejs</name>
57 </maintainer>
58 -<maintainer type="project">
59 + <maintainer type="project">
60 <email>sci-biology@g.o</email>
61 <name>Gentoo Biology Project</name>
62 </maintainer>