Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_image/
Date: Wed, 27 Feb 2019 04:25:52
Message-Id: 1551241280.4cb7316442c13a2212a07bedcef29e05676884b9.bman@gentoo
1 commit: 4cb7316442c13a2212a07bedcef29e05676884b9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 23 16:50:57 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb73164
7
8 sci-libs/scikits_image: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 sci-libs/scikits_image/scikits_image-0.13.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/scikits_image/scikits_image-0.13.0.ebuild b/sci-libs/scikits_image/scikits_image-0.13.0.ebuild
17 index fb9abe7e7c7..1863336706d 100644
18 --- a/sci-libs/scikits_image/scikits_image-0.13.0.ebuild
19 +++ b/sci-libs/scikits_image/scikits_image-0.13.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ MYPN="${PN/scikits_/scikit-}"
27 MYP="${MYPN}-${PV}"
28
29 DESCRIPTION="Image processing routines for SciPy"
30 -HOMEPAGE="http://scikit-image.org/"
31 +HOMEPAGE="https://scikit-image.org/"
32 SRC_URI="mirror://pypi/${PN:0:1}/${MYPN}/${MYP}.tar.gz"
33
34 LICENSE="BSD"