Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/netcdf4-python/
Date: Tue, 01 Sep 2015 19:20:21
Message-Id: 1441135117.7c62e5c429ab4dafb7d9ad158ea87e1f55423ffe.klausman@gentoo
1 commit: 7c62e5c429ab4dafb7d9ad158ea87e1f55423ffe
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:18:37 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:18:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c62e5c4
7
8 dev-python/netcdf4-python: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/netcdf4-python/netcdf4-python-1.0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/netcdf4-python/netcdf4-python-1.0.4.ebuild b/dev-python/netcdf4-python/netcdf4-python-1.0.4.ebuild
16 index 5d4bca9..902d936 100644
17 --- a/dev-python/netcdf4-python/netcdf4-python-1.0.4.ebuild
18 +++ b/dev-python/netcdf4-python/netcdf4-python-1.0.4.ebuild
19 @@ -12,7 +12,7 @@ MY_PN="netCDF4"
20 MY_P="${MY_PN}-${PV}"
21
22 DESCRIPTION="Python/numpy interface to netCDF"
23 -HOMEPAGE="https://code.google.com/p/netcdf4-python"
24 +HOMEPAGE="https://github.com/Unidata/netcdf4-python"
25 SRC_URI="https://netcdf4-python.googlecode.com/files/${MY_P}.tar.gz"
26
27 SLOT="0"