commit: ec750dd63dddb0f9eabe85afeff7c615001507a8 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Mar 13 19:20:03 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 13 19:52:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec750dd6
dev-python/basemap: use HTTPS dev-python/basemap/basemap-1.0.7-r1.ebuild | 4 ++-- dev-python/basemap/basemap-1.0.7-r2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/basemap/basemap-1.0.7-r1.ebuild b/dev-python/basemap/basemap-1.0.7-r1.ebuild index 4c9f746eb7c..76c9e0b13be 100644 --- a/dev-python/basemap/basemap-1.0.7-r1.ebuild +++ b/dev-python/basemap/basemap-1.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 flag-o-matic DESCRIPTION="matplotlib toolkit to plot map projections" -HOMEPAGE="http://matplotlib.org/basemap/ https://pypi.python.org/pypi/basemap" +HOMEPAGE="https://matplotlib.org/basemap/ https://pypi.python.org/pypi/basemap" SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz" IUSE="examples test" diff --git a/dev-python/basemap/basemap-1.0.7-r2.ebuild b/dev-python/basemap/basemap-1.0.7-r2.ebuild index 3b90867698e..141f8ca4c39 100644 --- a/dev-python/basemap/basemap-1.0.7-r2.ebuild +++ b/dev-python/basemap/basemap-1.0.7-r2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 flag-o-matic DESCRIPTION="matplotlib toolkit to plot map projections" -HOMEPAGE="http://matplotlib.org/basemap/ https://pypi.python.org/pypi/basemap" +HOMEPAGE="https://matplotlib.org/basemap/ https://pypi.python.org/pypi/basemap" SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz" IUSE="examples test"
