diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-23 20:41:43 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-23 20:41:43 +0000 |
commit | 7013a3b623a39e26a5899fe12adddc600d0a4d23 (patch) | |
tree | b93c836416b51eea15503d4ee76e3bed7cc9b292 /dev-vcs | |
parent | Version bump. (diff) | |
download | gentoo-2-7013a3b623a39e26a5899fe12adddc600d0a4d23.tar.gz gentoo-2-7013a3b623a39e26a5899fe12adddc600d0a4d23.tar.bz2 gentoo-2-7013a3b623a39e26a5899fe12adddc600d0a4d23.zip |
Use PyPI mirrors.
(Portage version: 2.2_rc86_p3/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.2.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/hg-git/hg-git-0.2.2.ebuild b/dev-vcs/hg-git/hg-git-0.2.2.ebuild index b3eda55972a9..ee8996bc51c8 100644 --- a/dev-vcs/hg-git/hg-git-0.2.2.ebuild +++ b/dev-vcs/hg-git/hg-git-0.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-vcs/hg-git/hg-git-0.2.2.ebuild,v 1.4 2010/07/10 15:27:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.2.2.ebuild,v 1.5 2010/09/23 20:41:43 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -11,7 +11,7 @@ inherit distutils DESCRIPTION="push and pull from a Git server using Mercurial" HOMEPAGE="http://hg-git.github.com/ http://pypi.python.org/pypi/hg-git" -SRC_URI="http://pypi.python.org/packages/source/h/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-vcs/hg-git/hg-git-0.2.3.ebuild b/dev-vcs/hg-git/hg-git-0.2.3.ebuild index 6bfebb74faec..853e62888613 100644 --- a/dev-vcs/hg-git/hg-git-0.2.3.ebuild +++ b/dev-vcs/hg-git/hg-git-0.2.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-vcs/hg-git/hg-git-0.2.3.ebuild,v 1.4 2010/08/20 13:47:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.2.3.ebuild,v 1.5 2010/09/23 20:41:43 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -11,7 +11,7 @@ inherit distutils DESCRIPTION="push and pull from a Git server using Mercurial" HOMEPAGE="http://hg-git.github.com/ http://pypi.python.org/pypi/hg-git" -SRC_URI="http://pypi.python.org/packages/source/h/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |