diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 19:02:59 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 19:02:59 +0000 |
commit | cfdac68c1cc8fd96d31fd33e9de66d078b9decb0 (patch) | |
tree | a981a195f3db068d21e02975457f7f53c8cdc06d /net-zope/zope-hookable | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-cfdac68c1cc8fd96d31fd33e9de66d078b9decb0.tar.gz gentoo-2-cfdac68c1cc8fd96d31fd33e9de66d078b9decb0.tar.bz2 gentoo-2-cfdac68c1cc8fd96d31fd33e9de66d078b9decb0.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-hookable')
-rw-r--r-- | net-zope/zope-hookable/zope-hookable-3.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/zope-hookable/zope-hookable-3.4.1.ebuild b/net-zope/zope-hookable/zope-hookable-3.4.1.ebuild index c1dea8b2df95..ce989db892bd 100644 --- a/net-zope/zope-hookable/zope-hookable-3.4.1.ebuild +++ b/net-zope/zope-hookable/zope-hookable-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-hookable/zope-hookable-3.4.1.ebuild,v 1.4 2010/02/14 19:16:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-hookable/zope-hookable-3.4.1.ebuild,v 1.5 2010/10/30 19:02:59 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -12,7 +12,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Zope hookable" HOMEPAGE="http://pypi.python.org/pypi/zope.hookable" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="ZPL" SLOT="0" |