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 540B21382C5 for ; Wed, 13 Jan 2021 21:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E8FEE09A5; Wed, 13 Jan 2021 21:07:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 24DC5E09A4 for ; Wed, 13 Jan 2021 21:07:00 +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 248BD340EF9 for ; Wed, 13 Jan 2021 21:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8325E4AD for ; Wed, 13 Jan 2021 21:06:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610571750.0e52f965c2be19ae962f7c7e3f979d3eb0447472.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/nibabel-2.5.1.ebuild sci-libs/nibabel/nibabel-3.0.2.ebuild sci-libs/nibabel/nibabel-3.2.1.ebuild sci-libs/nibabel/nibabel-9999.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0e52f965c2be19ae962f7c7e3f979d3eb0447472 X-VCS-Branch: master Date: Wed, 13 Jan 2021 21:06:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad60f718-5a9d-4e63-8cf6-bbde9228ed2c X-Archives-Hash: 1b92e3c3d5c2b41590d12851c993c662 commit: 0e52f965c2be19ae962f7c7e3f979d3eb0447472 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Jan 13 21:02:30 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 13 21:02:30 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0e52f965 sci-libs/nibabel: use https for homepage Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/nibabel/nibabel-2.5.1.ebuild | 4 ++-- sci-libs/nibabel/nibabel-3.0.2.ebuild | 4 ++-- sci-libs/nibabel/nibabel-3.2.1.ebuild | 2 +- sci-libs/nibabel/nibabel-9999.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-libs/nibabel/nibabel-2.5.1.ebuild b/sci-libs/nibabel/nibabel-2.5.1.ebuild index a336af17b..ebec34f95 100644 --- a/sci-libs/nibabel/nibabel-2.5.1.ebuild +++ b/sci-libs/nibabel/nibabel-2.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="Access a cacophony of neuro-imaging file formats" -HOMEPAGE="http://nipy.org/nibabel/" +HOMEPAGE="https://nipy.org/nibabel/" SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/sci-libs/nibabel/nibabel-3.0.2.ebuild b/sci-libs/nibabel/nibabel-3.0.2.ebuild index a336af17b..ebec34f95 100644 --- a/sci-libs/nibabel/nibabel-3.0.2.ebuild +++ b/sci-libs/nibabel/nibabel-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="Access a cacophony of neuro-imaging file formats" -HOMEPAGE="http://nipy.org/nibabel/" +HOMEPAGE="https://nipy.org/nibabel/" SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/sci-libs/nibabel/nibabel-3.2.1.ebuild b/sci-libs/nibabel/nibabel-3.2.1.ebuild index 03a5f5b48..d469867f9 100644 --- a/sci-libs/nibabel/nibabel-3.2.1.ebuild +++ b/sci-libs/nibabel/nibabel-3.2.1.ebuild @@ -9,7 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Access a cacophony of neuro-imaging file formats" -HOMEPAGE="http://nipy.org/nibabel/" +HOMEPAGE="https://nipy.org/nibabel/" SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild index 611202ad7..283ad8804 100644 --- a/sci-libs/nibabel/nibabel-9999.ebuild +++ b/sci-libs/nibabel/nibabel-9999.ebuild @@ -9,7 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 git-r3 DESCRIPTION="Access a cacophony of neuro-imaging file formats" -HOMEPAGE="http://nipy.org/nibabel/" +HOMEPAGE="https://nipy.org/nibabel/" SRC_URI="" EGIT_REPO_URI="https://github.com/nipy/nibabel.git"