diff options
author | 2010-12-26 15:43:23 +0000 | |
---|---|---|
committer | 2010-12-26 15:43:23 +0000 | |
commit | 390acf11456c5021517f72258c0196d44c3609e3 (patch) | |
tree | 90fff2cd93be44214c03a4264c72bc21f6db3442 /dev-python/routes | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-390acf11456c5021517f72258c0196d44c3609e3.tar.gz gentoo-2-390acf11456c5021517f72258c0196d44c3609e3.tar.bz2 gentoo-2-390acf11456c5021517f72258c0196d44c3609e3.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/routes')
-rw-r--r-- | dev-python/routes/routes-1.12.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/routes/routes-1.12.3.ebuild b/dev-python/routes/routes-1.12.3.ebuild index 45b22c86af73..70b621ea9f84 100644 --- a/dev-python/routes/routes-1.12.3.ebuild +++ b/dev-python/routes/routes-1.12.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-python/routes/routes-1.12.3.ebuild,v 1.2 2010/06/05 20:10:47 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-1.12.3.ebuild,v 1.3 2010/12/26 15:43:23 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="A Python re-implementation of the Rails routes system for mapping URL's to Controllers/Actions." HOMEPAGE="http://routes.groovie.org http://pypi.python.org/pypi/Routes" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" |