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 D597D1382C5 for ; Tue, 13 Mar 2018 19:52:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42A37E0894; Tue, 13 Mar 2018 19:52:45 +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 2070DE0894 for ; Tue, 13 Mar 2018 19:52:45 +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 57854335C76 for ; Tue, 13 Mar 2018 19:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA4A225B for ; Tue, 13 Mar 2018 19:52:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1520970737.ec750dd63dddb0f9eabe85afeff7c615001507a8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/basemap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/basemap/basemap-1.0.7-r1.ebuild dev-python/basemap/basemap-1.0.7-r2.ebuild X-VCS-Directories: dev-python/basemap/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec750dd63dddb0f9eabe85afeff7c615001507a8 X-VCS-Branch: master Date: Tue, 13 Mar 2018 19:52:41 +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: 03981b6e-afda-4cb6-9574-ea6d71c2e4a9 X-Archives-Hash: e85f6df47a29646a9cf833ff24e9d60a commit: ec750dd63dddb0f9eabe85afeff7c615001507a8 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Mar 13 19:20:03 2018 +0000 Commit: Michał Górny gentoo 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"