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/formencode: formencode-1.2.2.ebuild
Date: Sat, 30 Oct 2010 20:44:36
Message-Id: 20101030204431.24F3520051@flycatcher.gentoo.org
1 arfrever 10/10/30 20:44:31
2
3 Modified: formencode-1.2.2.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.7 dev-python/formencode/formencode-1.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/formencode-1.2.2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/formencode-1.2.2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/formencode-1.2.2.ebuild?r1=1.6&r2=1.7
15
16 Index: formencode-1.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- formencode-1.2.2.ebuild 28 Feb 2010 22:24:11 -0000 1.6
23 +++ formencode-1.2.2.ebuild 30 Oct 2010 20:44:31 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.2.ebuild,v 1.6 2010/02/28 22:24:11 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.2.ebuild,v 1.7 2010/10/30 20:44:31 arfrever Exp $
29
30 EAPI="2"
31 PYTHON_DEPEND="2"
32 @@ -14,7 +14,7 @@
33
34 DESCRIPTION="HTML form validation, generation and conversion package."
35 HOMEPAGE="http://formencode.org/ http://pypi.python.org/pypi/FormEncode"
36 -SRC_URI="http://cheeseshop.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
37 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
38
39 LICENSE="PSF-2.4"
40 SLOT="0"