Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:jlec/scilab commit in: sci-biology/ants/
Date: Sat, 27 Jan 2018 11:41:59
Message-Id: 1516483516.e97bf0f185bc0db92f3b8c513a1c0f5700398be7.jlec@gentoo
1 commit: e97bf0f185bc0db92f3b8c513a1c0f5700398be7
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sat Jan 20 21:25:16 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 20 21:25:16 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e97bf0f1
7
8 sci-biology/ants: switch git:// to https://
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-biology/ants/ants-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild
16 index 836b7012f..3f5ce2ddb 100644
17 --- a/sci-biology/ants/ants-9999.ebuild
18 +++ b/sci-biology/ants/ants-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -8,7 +8,7 @@ inherit cmake-utils git-r3 multilib
26 DESCRIPTION="Advanced Normalitazion Tools for neuroimaging"
27 HOMEPAGE="http://stnava.github.io/ANTs/"
28 SRC_URI=""
29 -EGIT_REPO_URI="git://github.com/stnava/ANTs.git"
30 +EGIT_REPO_URI="https://github.com/stnava/ANTs.git"
31
32 SLOT="0"
33 LICENSE="BSD"