diff options
author | 2010-10-30 20:44:31 +0000 | |
---|---|---|
committer | 2010-10-30 20:44:31 +0000 | |
commit | d0c03306afd4cc11b6a6b6c1b6312a09a40cb0c1 (patch) | |
tree | 3a7454887d231b5108ae442b65a6fb24125ef615 /dev-python | |
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')
-rw-r--r-- | dev-python/formencode/formencode-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/hachoir-core/hachoir-core-1.3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/hachoir-regex/hachoir-regex-1.0.5.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/formencode/formencode-1.2.2.ebuild b/dev-python/formencode/formencode-1.2.2.ebuild index 2df2dbe23043..eb5b409b7dba 100644 --- a/dev-python/formencode/formencode-1.2.2.ebuild +++ b/dev-python/formencode/formencode-1.2.2.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/formencode/formencode-1.2.2.ebuild,v 1.6 2010/02/28 22:24:11 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.2.ebuild,v 1.7 2010/10/30 20:44:31 arfrever Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="HTML form validation, generation and conversion package." HOMEPAGE="http://formencode.org/ http://pypi.python.org/pypi/FormEncode" -SRC_URI="http://cheeseshop.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="PSF-2.4" SLOT="0" 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" 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" |