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 65104139085 for ; Sat, 21 Jan 2017 16:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C22DE14217; Sat, 21 Jan 2017 16:14:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A269A14217 for ; Sat, 21 Jan 2017 16:14:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFC50341690 for ; Sat, 21 Jan 2017 16:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B440A2B84 for ; Sat, 21 Jan 2017 16:14:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1485015120.6db8b38bcd8a53838a7a8b078a33dfd2cee0b65e.asturm@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 X-VCS-Directories: dev-python/basemap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6db8b38bcd8a53838a7a8b078a33dfd2cee0b65e X-VCS-Branch: master Date: Sat, 21 Jan 2017 16:14:49 +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: c0a6b4f6-32b7-4dff-9a82-6cb1806bb595 X-Archives-Hash: b7c323b9a3be97b0342f68281b4e51d5 commit: 6db8b38bcd8a53838a7a8b078a33dfd2cee0b65e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 21 13:26:10 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 21 16:12:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db8b38b dev-python/basemap: Update Homepage Sourceforge link does not work anymore. Package-Manager: portage-2.3.0 dev-python/basemap/basemap-1.0.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/basemap/basemap-1.0.7-r1.ebuild b/dev-python/basemap/basemap-1.0.7-r1.ebuild index 1ce0f53..56d164f 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-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 flag-o-matic DESCRIPTION="matplotlib toolkit to plot map projections" -HOMEPAGE="http://matplotlib.sourceforge.net/basemap/doc/html/ https://pypi.python.org/pypi/basemap" +HOMEPAGE="http://matplotlib.org/basemap/ https://pypi.python.org/pypi/basemap" SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz" IUSE="examples test"