diff options
author | 2010-10-30 20:41:16 +0000 | |
---|---|---|
committer | 2010-10-30 20:41:16 +0000 | |
commit | ba6b0566f9a67fe3aad184f058d7cc318a758494 (patch) | |
tree | 5f113796e0bb8ae27125497352b8965935ea8838 /dev-python/hachoir-regex | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-ba6b0566f9a67fe3aad184f058d7cc318a758494.tar.gz gentoo-2-ba6b0566f9a67fe3aad184f058d7cc318a758494.tar.bz2 gentoo-2-ba6b0566f9a67fe3aad184f058d7cc318a758494.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/hachoir-regex')
-rw-r--r-- | dev-python/hachoir-regex/hachoir-regex-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hachoir-regex/hachoir-regex-1.0.5.ebuild b/dev-python/hachoir-regex/hachoir-regex-1.0.5.ebuild index 52b77cfc4376..e776d39d5d18 100644 --- a/dev-python/hachoir-regex/hachoir-regex-1.0.5.ebuild +++ b/dev-python/hachoir-regex/hachoir-regex-1.0.5.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/dev-python/hachoir-regex/hachoir-regex-1.0.5.ebuild,v 1.1 2010/03/26 20:03:01 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-regex/hachoir-regex-1.0.5.ebuild,v 1.2 2010/10/30 20:41:16 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -10,7 +10,7 @@ inherit distutils DESCRIPTION="Manipulation of regular expressions (regex)" HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-regex http://pypi.python.org/pypi/hachoir-regex" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |