From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C09741382C5 for ; Sat, 27 Jan 2018 11:41:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97E72E0921; Sat, 27 Jan 2018 11:41:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77020E0921 for ; Sat, 27 Jan 2018 11:41:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE1E3335C31 for ; Sat, 27 Jan 2018 11:41:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDC181D6 for ; Sat, 27 Jan 2018 11:41:53 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1516483516.e97bf0f185bc0db92f3b8c513a1c0f5700398be7.jlec@gentoo> Subject: [gentoo-commits] proj/sci:jlec/scilab commit in: sci-biology/ants/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ants/ants-9999.ebuild X-VCS-Directories: sci-biology/ants/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e97bf0f185bc0db92f3b8c513a1c0f5700398be7 X-VCS-Branch: jlec/scilab Date: Sat, 27 Jan 2018 11:41:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 11296a2b-b5da-4d2a-bfbe-485e44246ce1 X-Archives-Hash: 85b2e78553f1cb9a0fbf679dfa67e2df commit: e97bf0f185bc0db92f3b8c513a1c0f5700398be7 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Jan 20 21:25:16 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 20 21:25:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e97bf0f1 sci-biology/ants: switch git:// to https:// Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-biology/ants/ants-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild index 836b7012f..3f5ce2ddb 100644 --- a/sci-biology/ants/ants-9999.ebuild +++ b/sci-biology/ants/ants-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit cmake-utils git-r3 multilib DESCRIPTION="Advanced Normalitazion Tools for neuroimaging" HOMEPAGE="http://stnava.github.io/ANTs/" SRC_URI="" -EGIT_REPO_URI="git://github.com/stnava/ANTs.git" +EGIT_REPO_URI="https://github.com/stnava/ANTs.git" SLOT="0" LICENSE="BSD"