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 D61A01382C5 for ; Sat, 20 Jan 2018 21:26:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0709BE0891; Sat, 20 Jan 2018 21:26:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DB397E088B for ; Sat, 20 Jan 2018 21:26:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8336B335C42 for ; Sat, 20 Jan 2018 21:26:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B1961C5 for ; Sat, 20 Jan 2018 21:26:15 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1516483516.e97bf0f185bc0db92f3b8c513a1c0f5700398be7.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master 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: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: e97bf0f185bc0db92f3b8c513a1c0f5700398be7 X-VCS-Branch: master Date: Sat, 20 Jan 2018 21:26:15 +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: c684442e-939a-405b-a8f7-f0fccac4214f X-Archives-Hash: f5221c8d7422a78ee8a635bdb7433f00 commit: e97bf0f185bc0db92f3b8c513a1c0f5700398be7 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Jan 20 21:25:16 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> 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"