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/beanstalkc: beanstalkc-0.2.0.ebuild
Date: Sat, 30 Oct 2010 19:24:46
Message-Id: 20101030192441.6125120051@flycatcher.gentoo.org
1 arfrever 10/10/30 19:24:41
2
3 Modified: beanstalkc-0.2.0.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.5 dev-python/beanstalkc/beanstalkc-0.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild?r1=1.4&r2=1.5
15
16 Index: beanstalkc-0.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- beanstalkc-0.2.0.ebuild 21 May 2010 18:57:28 -0000 1.4
23 +++ beanstalkc-0.2.0.ebuild 30 Oct 2010 19:24:41 -0000 1.5
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/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.4 2010/05/21 18:57:28 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.5 2010/10/30 19:24:41 arfrever Exp $
29
30 EAPI="2"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -9,7 +9,7 @@
33
34 DESCRIPTION="A simple beanstalkd client library"
35 HOMEPAGE="http://github.com/earl/beanstalkc http://pypi.python.org/pypi/beanstalkc"
36 -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
37 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
38
39 LICENSE="Apache-2.0"
40 SLOT="0"