diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 20:40:48 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 20:40:48 +0000 |
commit | d9af37309ba29543b41ba292bb1144cda86bb5b6 (patch) | |
tree | 099c2560fe7e32df9c0fe53cc1d045720478633c /dev-python/hachoir-core/hachoir-core-1.3.3.ebuild | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-d9af37309ba29543b41ba292bb1144cda86bb5b6.tar.gz gentoo-2-d9af37309ba29543b41ba292bb1144cda86bb5b6.tar.bz2 gentoo-2-d9af37309ba29543b41ba292bb1144cda86bb5b6.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/hachoir-core/hachoir-core-1.3.3.ebuild')
-rw-r--r-- | dev-python/hachoir-core/hachoir-core-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild b/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild index a2b47b1e8c54..a01a80b8ef0a 100644 --- a/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild +++ b/dev-python/hachoir-core/hachoir-core-1.3.3.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-core/hachoir-core-1.3.3.ebuild,v 1.2 2010/03/26 19:46:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild,v 1.3 2010/10/30 20:40:48 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -10,7 +10,7 @@ inherit distutils DESCRIPTION="Core of Hachoir framework: parse and edit binary files" HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-core http://pypi.python.org/pypi/hachoir-core" -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" |