Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/
Date: Wed, 13 Jan 2021 21:07:02
Message-Id: 1610571750.0e52f965c2be19ae962f7c7e3f979d3eb0447472.andrewammerlaan@gentoo
1 commit: 0e52f965c2be19ae962f7c7e3f979d3eb0447472
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Jan 13 21:02:30 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Jan 13 21:02:30 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0e52f965
7
8 sci-libs/nibabel: use https for homepage
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 sci-libs/nibabel/nibabel-2.5.1.ebuild | 4 ++--
14 sci-libs/nibabel/nibabel-3.0.2.ebuild | 4 ++--
15 sci-libs/nibabel/nibabel-3.2.1.ebuild | 2 +-
16 sci-libs/nibabel/nibabel-9999.ebuild | 2 +-
17 4 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/sci-libs/nibabel/nibabel-2.5.1.ebuild b/sci-libs/nibabel/nibabel-2.5.1.ebuild
20 index a336af17b..ebec34f95 100644
21 --- a/sci-libs/nibabel/nibabel-2.5.1.ebuild
22 +++ b/sci-libs/nibabel/nibabel-2.5.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} )
30 inherit distutils-r1
31
32 DESCRIPTION="Access a cacophony of neuro-imaging file formats"
33 -HOMEPAGE="http://nipy.org/nibabel/"
34 +HOMEPAGE="https://nipy.org/nibabel/"
35 SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="MIT"
38
39 diff --git a/sci-libs/nibabel/nibabel-3.0.2.ebuild b/sci-libs/nibabel/nibabel-3.0.2.ebuild
40 index a336af17b..ebec34f95 100644
41 --- a/sci-libs/nibabel/nibabel-3.0.2.ebuild
42 +++ b/sci-libs/nibabel/nibabel-3.0.2.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2020 Gentoo Authors
45 +# Copyright 1999-2021 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} )
50 inherit distutils-r1
51
52 DESCRIPTION="Access a cacophony of neuro-imaging file formats"
53 -HOMEPAGE="http://nipy.org/nibabel/"
54 +HOMEPAGE="https://nipy.org/nibabel/"
55 SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
56
57 LICENSE="MIT"
58
59 diff --git a/sci-libs/nibabel/nibabel-3.2.1.ebuild b/sci-libs/nibabel/nibabel-3.2.1.ebuild
60 index 03a5f5b48..d469867f9 100644
61 --- a/sci-libs/nibabel/nibabel-3.2.1.ebuild
62 +++ b/sci-libs/nibabel/nibabel-3.2.1.ebuild
63 @@ -9,7 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
64 inherit distutils-r1
65
66 DESCRIPTION="Access a cacophony of neuro-imaging file formats"
67 -HOMEPAGE="http://nipy.org/nibabel/"
68 +HOMEPAGE="https://nipy.org/nibabel/"
69 SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
70
71 LICENSE="MIT"
72
73 diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild
74 index 611202ad7..283ad8804 100644
75 --- a/sci-libs/nibabel/nibabel-9999.ebuild
76 +++ b/sci-libs/nibabel/nibabel-9999.ebuild
77 @@ -9,7 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
78 inherit distutils-r1 git-r3
79
80 DESCRIPTION="Access a cacophony of neuro-imaging file formats"
81 -HOMEPAGE="http://nipy.org/nibabel/"
82 +HOMEPAGE="https://nipy.org/nibabel/"
83 SRC_URI=""
84 EGIT_REPO_URI="https://github.com/nipy/nibabel.git"