diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 14:34:21 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 14:34:21 +0000 |
commit | 73ff624b6234e57e8af4ce6a0baf23047868e3ed (patch) | |
tree | a0bf105fc28fa953ed3c3ef1f06f8293a03349c6 /app-misc/hachoir-urwid | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-73ff624b6234e57e8af4ce6a0baf23047868e3ed.tar.gz gentoo-2-73ff624b6234e57e8af4ce6a0baf23047868e3ed.tar.bz2 gentoo-2-73ff624b6234e57e8af4ce6a0baf23047868e3ed.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/hachoir-urwid')
-rw-r--r-- | app-misc/hachoir-urwid/hachoir-urwid-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/hachoir-urwid/hachoir-urwid-1.1.ebuild b/app-misc/hachoir-urwid/hachoir-urwid-1.1.ebuild index 3156552efde6..4506e1fa898e 100644 --- a/app-misc/hachoir-urwid/hachoir-urwid-1.1.ebuild +++ b/app-misc/hachoir-urwid/hachoir-urwid-1.1.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/app-misc/hachoir-urwid/hachoir-urwid-1.1.ebuild,v 1.1 2010/03/26 21:17:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-urwid/hachoir-urwid-1.1.ebuild,v 1.2 2010/12/26 14:34:21 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -11,7 +11,7 @@ inherit distutils DESCRIPTION="Binary file explorer using Hachoir and urwid libraries" HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-urwid http://pypi.python.org/pypi/hachoir-urwid" -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" |