diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 14:56:17 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 14:56:17 +0000 |
commit | 8821311320e670a32ba75a100c3471b13d88089f (patch) | |
tree | 2fb5d08ae308dc8ff42c66cd0375073261597b18 /dev-python/imdbpy | |
parent | QA: revbump confix that was obviously meant to be patched but was missing an ... (diff) | |
download | historical-8821311320e670a32ba75a100c3471b13d88089f.tar.gz historical-8821311320e670a32ba75a100c3471b13d88089f.tar.bz2 historical-8821311320e670a32ba75a100c3471b13d88089f.zip |
Use PyPI mirrors.
Package-Manager: portage-2.2.0_alpha10_p8/cvs/Linux x86_64
Diffstat (limited to 'dev-python/imdbpy')
-rw-r--r-- | dev-python/imdbpy/imdbpy-4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/imdbpy/imdbpy-4.6.ebuild b/dev-python/imdbpy/imdbpy-4.6.ebuild index 271ca0309fae..ece1612c88ec 100644 --- a/dev-python/imdbpy/imdbpy-4.6.ebuild +++ b/dev-python/imdbpy/imdbpy-4.6.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/imdbpy/imdbpy-4.6.ebuild,v 1.3 2010/08/01 11:21:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/imdbpy/imdbpy-4.6.ebuild,v 1.4 2010/12/26 14:47:39 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Python package to access the IMDb movie database" HOMEPAGE="http://imdbpy.sourceforge.net/ http://pypi.python.org/pypi/IMDbPY" -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="GPL-2" SLOT="0" |