diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-01-08 19:29:23 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-01-08 19:29:23 +0000 |
commit | e83d240ee6fb258e7a7ff31c139e99430f75e91d (patch) | |
tree | b40cc20807af297d3600217d3a737190c98183df /sci-libs/scikits/scikits-0.1.ebuild | |
parent | Initial import to the main tree (diff) | |
download | gentoo-2-e83d240ee6fb258e7a7ff31c139e99430f75e91d.tar.gz gentoo-2-e83d240ee6fb258e7a7ff31c139e99430f75e91d.tar.bz2 gentoo-2-e83d240ee6fb258e7a7ff31c139e99430f75e91d.zip |
space and mirror fix
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/scikits/scikits-0.1.ebuild')
-rw-r--r-- | sci-libs/scikits/scikits-0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-libs/scikits/scikits-0.1.ebuild b/sci-libs/scikits/scikits-0.1.ebuild index 059c2c8244f5..bb682ea50cfe 100644 --- a/sci-libs/scikits/scikits-0.1.ebuild +++ b/sci-libs/scikits/scikits-0.1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits/scikits-0.1.ebuild,v 1.1 2011/01/08 19:26:17 bicatali Exp $ - +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits/scikits-0.1.ebuild,v 1.2 2011/01/08 19:29:23 bicatali Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -9,7 +8,7 @@ inherit python DESCRIPTION="Common files for python scikits" HOMEPAGE="http://projects.scipy.org/scipy/scikits" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}.example/${PN}.example-${PV}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}.example/${PN}.example-${PV}.tar.gz" LICENSE="BSD" SLOT="0" |