diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 20:44:31 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 20:44:31 +0000 |
commit | d0c03306afd4cc11b6a6b6c1b6312a09a40cb0c1 (patch) | |
tree | 3a7454887d231b5108ae442b65a6fb24125ef615 /dev-python/hachoir-regex/hachoir-regex-1.0.5.ebuild | |
parent | Cleanup old versions; add a new revision hiding symbols. Add to pam herd as w... (diff) | |
download | historical-d0c03306afd4cc11b6a6b6c1b6312a09a40cb0c1.tar.gz historical-d0c03306afd4cc11b6a6b6c1b6312a09a40cb0c1.tar.bz2 historical-d0c03306afd4cc11b6a6b6c1b6312a09a40cb0c1.zip |
Use PyPI mirrors.
Package-Manager: portage-2.2.0_alpha2_p2/cvs/Linux x86_64
Diffstat (limited to 'dev-python/hachoir-regex/hachoir-regex-1.0.5.ebuild')
-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" |