diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 19:24:41 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 19:24:41 +0000 |
commit | 8c09acc4e75a61362e17cb40067148d1330ff5ea (patch) | |
tree | 92e47f72da32e46595053fd9e9685d3f10820901 /dev-python/beanstalkc | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-8c09acc4e75a61362e17cb40067148d1330ff5ea.tar.gz gentoo-2-8c09acc4e75a61362e17cb40067148d1330ff5ea.tar.bz2 gentoo-2-8c09acc4e75a61362e17cb40067148d1330ff5ea.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/beanstalkc')
-rw-r--r-- | dev-python/beanstalkc/beanstalkc-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild b/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild index abb7c82c07e3..a2d15933d47c 100644 --- a/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild +++ b/dev-python/beanstalkc/beanstalkc-0.2.0.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/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.4 2010/05/21 18:57:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.5 2010/10/30 19:24:41 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -9,7 +9,7 @@ inherit distutils DESCRIPTION="A simple beanstalkd client library" HOMEPAGE="http://github.com/earl/beanstalkc http://pypi.python.org/pypi/beanstalkc" -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="Apache-2.0" SLOT="0" |