Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/setuptools: setuptools-0.6_rc9-r1.ebuild
Date: Sat, 30 Oct 2010 22:21:15
Message-Id: 20101030222105.A159A20051@flycatcher.gentoo.org
1 arfrever 10/10/30 22:21:05
2
3 Modified: setuptools-0.6_rc9-r1.ebuild
4 Log:
5 Use PyPI mirrors.
6
7 (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: setuptools-0.6_rc9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- setuptools-0.6_rc9-r1.ebuild 21 Nov 2009 03:13:00 -0000 1.3
23 +++ setuptools-0.6_rc9-r1.ebuild 30 Oct 2010 22:21:05 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild,v 1.3 2009/11/21 03:13:00 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild,v 1.4 2010/10/30 22:21:05 arfrever Exp $
30
31 EAPI="2"
32 SUPPORT_PYTHON_ABIS="1"
33 @@ -11,7 +11,7 @@
34
35 DESCRIPTION="A collection of enhancements to the Python distutils including easy install"
36 HOMEPAGE="http://peak.telecommunity.com/DevCenter/setuptools"
37 -SRC_URI="http://cheeseshop.python.org/packages/source/s/setuptools/${MY_P}.tar.gz"
38 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
39
40 LICENSE="PSF-2.2"
41 SLOT="0"