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 5B8331382C5 for ; Sat, 20 Jan 2018 21:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15A2CE088B; Sat, 20 Jan 2018 21:26:20 +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 E98EDE0894 for ; Sat, 20 Jan 2018 21:26:19 +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 C1A32335C31 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 C68B31C9 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: <1516483548.11b16c46c986cb848e4cbbe836498d19998c84b0.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nitime/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nitime/nitime-9999.ebuild X-VCS-Directories: sci-biology/nitime/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 11b16c46c986cb848e4cbbe836498d19998c84b0 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: 10c76b0f-23a6-4ed6-a5cf-29efa959e69c X-Archives-Hash: 5759b929af336d6d51e7504d5d55b908 commit: 11b16c46c986cb848e4cbbe836498d19998c84b0 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Jan 20 21:25:48 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Jan 20 21:25:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=11b16c46 sci-biology/nitime: switch git:// to https:// Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-biology/nitime/nitime-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild index bbe76fd48..539bc1ee5 100644 --- a/sci-biology/nitime/nitime-9999.ebuild +++ b/sci-biology/nitime/nitime-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=6 @@ -10,7 +10,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Time-series analysis of neuroscience data" HOMEPAGE="http://nipy.org/nitime/index.html" SRC_URI="" -EGIT_REPO_URI="git://github.com/nipy/nitime" +EGIT_REPO_URI="https://github.com/nipy/nitime" LICENSE="BSD" SLOT="0"