diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-15 18:18:13 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-15 18:18:13 +0000 |
commit | 308163e651a05fff918f81b3e76d2e8fde9fb37b (patch) | |
tree | 1acbcedfa0da9d33c79f328362ecb7dec8938f59 /dev-python/ipy | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-308163e651a05fff918f81b3e76d2e8fde9fb37b.tar.gz gentoo-2-308163e651a05fff918f81b3e76d2e8fde9fb37b.tar.bz2 gentoo-2-308163e651a05fff918f81b3e76d2e8fde9fb37b.zip |
Update HOMEPAGE.
(Portage version: 2.2.0_alpha15_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ipy')
-rw-r--r-- | dev-python/ipy/ipy-0.72.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipy/ipy-0.72.ebuild b/dev-python/ipy/ipy-0.72.ebuild index ded4c2e4e7b5..efe9b8eb052c 100644 --- a/dev-python/ipy/ipy-0.72.ebuild +++ b/dev-python/ipy/ipy-0.72.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.72.ebuild,v 1.3 2011/01/15 15:34:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.72.ebuild,v 1.4 2011/01/15 18:18:13 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ MY_PN="IPy" MY_P="${MY_PN}-${PV}" DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks" -HOMEPAGE="http://software.inl.fr/trac/trac.cgi/wiki/IPy http://pypi.python.org/pypi/IPy" +HOMEPAGE="https://github.com/haypo/python-ipy/wiki http://pypi.python.org/pypi/IPy" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" |