diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 19:45:18 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 19:45:18 +0000 |
commit | daf977e4fa6948c4da98d4dffbe20b58cc5e1637 (patch) | |
tree | 7a908dbec696db61dc00354e0e952cae2b40ced7 /dev-python/fusil | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-daf977e4fa6948c4da98d4dffbe20b58cc5e1637.tar.gz gentoo-2-daf977e4fa6948c4da98d4dffbe20b58cc5e1637.tar.bz2 gentoo-2-daf977e4fa6948c4da98d4dffbe20b58cc5e1637.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/fusil')
-rw-r--r-- | dev-python/fusil/fusil-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fusil/fusil-1.3.2.ebuild b/dev-python/fusil/fusil-1.3.2.ebuild index 3933d0f4b10e..e6afc32f803c 100644 --- a/dev-python/fusil/fusil-1.3.2.ebuild +++ b/dev-python/fusil/fusil-1.3.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/fusil/fusil-1.3.2.ebuild,v 1.4 2010/06/30 00:03:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.5 2010/10/30 19:45:18 arfrever Exp $ EAPI="3" PYTHON_DEPEND="*:2.5" @@ -11,7 +11,7 @@ inherit distutils eutils DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs." HOMEPAGE="http://bitbucket.org/haypo/fusil/wiki/Home http://pypi.python.org/pypi/fusil" -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" |