Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ants/
Date: Fri, 25 Sep 2020 19:43:24
Message-Id: 1601062995.1c74c639159b5edef966c34b62218c2d373aa7f1.chymera@gentoo
1 commit: 1c74c639159b5edef966c34b62218c2d373aa7f1
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Fri Sep 25 19:43:15 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 25 19:43:15 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1c74c639
7
8 sci-biology/ants: cmake eclass migration
9
10 Package-Manager: Portage-3.0.7, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/ants/ants-2.3.1_p20191013.ebuild | 4 ++--
14 sci-biology/ants/ants-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-biology/ants/ants-2.3.1_p20191013.ebuild b/sci-biology/ants/ants-2.3.1_p20191013.ebuild
18 index ac8a76daf..b47fa0cb2 100644
19 --- a/sci-biology/ants/ants-2.3.1_p20191013.ebuild
20 +++ b/sci-biology/ants/ants-2.3.1_p20191013.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 CMAKE_MAKEFILE_GENERATOR="emake"
29
30 -inherit cmake-utils git-r3 multilib
31 +inherit cmake git-r3 multilib
32
33 DESCRIPTION="Advanced Normalitazion Tools for neuroimaging"
34 HOMEPAGE="http://stnava.github.io/ANTs/"
35
36 diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild
37 index b759acb50..19d0a36db 100644
38 --- a/sci-biology/ants/ants-9999.ebuild
39 +++ b/sci-biology/ants/ants-9999.ebuild
40 @@ -1,11 +1,11 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 +# Copyright 1999-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46
47 CMAKE_MAKEFILE_GENERATOR="emake"
48
49 -inherit cmake-utils git-r3 multilib
50 +inherit cmake git-r3 multilib
51
52 DESCRIPTION="Advanced Normalitazion Tools for neuroimaging"
53 HOMEPAGE="http://stnava.github.io/ANTs/"