diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 15:53:44 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 15:53:44 +0000 |
commit | 8baa896c381d39b3170102af106fdaa0004ccf77 (patch) | |
tree | 0c544afcfe3d7d68ea3b530b50bd1aa8f4defc3d /dev-vcs | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-8baa896c381d39b3170102af106fdaa0004ccf77.tar.gz gentoo-2-8baa896c381d39b3170102af106fdaa0004ccf77.tar.bz2 gentoo-2-8baa896c381d39b3170102af106fdaa0004ccf77.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hgsvn/hgsvn-0.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/hgsvn/hgsvn-0.1.8.ebuild b/dev-vcs/hgsvn/hgsvn-0.1.8.ebuild index 2a0cef0253fa..682feb5f1c30 100644 --- a/dev-vcs/hgsvn/hgsvn-0.1.8.ebuild +++ b/dev-vcs/hgsvn/hgsvn-0.1.8.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-vcs/hgsvn/hgsvn-0.1.8.ebuild,v 1.1 2010/06/29 23:11:12 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.8.ebuild,v 1.2 2010/12/26 15:53:44 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -12,7 +12,7 @@ inherit distutils DESCRIPTION="A set of scripts to work locally on Subversion checkouts using Mercurial" HOMEPAGE="http://pypi.python.org/pypi/hgsvn" -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-3" SLOT="0" |