Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/tm-align/
Date: Sun, 14 Oct 2018 19:41:09
Message-Id: 1539545983.c57483ec6b4288705e780c7e023ccb9d23e73e6c.asturm@gentoo
1 commit: c57483ec6b4288705e780c7e023ccb9d23e73e6c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 19:39:43 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 19:39:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57483ec
7
8 sci-chemistry/tm-align: EAPI-6 bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sci-chemistry/tm-align/tm-align-20150914.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-chemistry/tm-align/tm-align-20150914.ebuild b/sci-chemistry/tm-align/tm-align-20150914.ebuild
17 index 6732f611eaa..f84b13e9e8f 100644
18 --- a/sci-chemistry/tm-align/tm-align-20150914.ebuild
19 +++ b/sci-chemistry/tm-align/tm-align-20150914.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 inherit cmake-utils flag-o-matic fortran-2
29
30 @@ -12,14 +12,14 @@ SRC_URI="http://zhanglab.ccmb.med.umich.edu/TM-align/TMtools${PV}.tar.gz"
31 LICENSE="tm-align"
32 SLOT="0"
33 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
34 -IUSE="static custom-cflags"
35 +IUSE="custom-cflags static"
36
37 S="${WORKDIR}"
38
39 src_prepare() {
40 + cp "${FILESDIR}"/CMakeLists.txt . || die
41 cmake-utils_src_prepare
42
43 - cp "${FILESDIR}"/CMakeLists.txt . || die
44 use static && append-fflags -static && append-ldflags -static
45 # recommended by upstream
46 use custom-cflags || replace-flags -O* -O3 && append-fflags -ffast-math