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/git-python: git-python-0.1.7.ebuild
Date: Sat, 30 Oct 2010 19:52:23
Message-Id: 20101030195214.BD75620051@flycatcher.gentoo.org
1 arfrever 10/10/30 19:52:14
2
3 Modified: git-python-0.1.7.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.3 dev-python/git-python/git-python-0.1.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild?r1=1.2&r2=1.3
15
16 Index: git-python-0.1.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- git-python-0.1.7.ebuild 15 Jul 2010 17:16:50 -0000 1.2
23 +++ git-python-0.1.7.ebuild 30 Oct 2010 19:52:14 -0000 1.3
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/git-python/git-python-0.1.7.ebuild,v 1.2 2010/07/15 17:16:50 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild,v 1.3 2010/10/30 19:52:14 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -13,7 +13,7 @@
33
34 DESCRIPTION="GitPython is a python library used to interact with Git repositories."
35 HOMEPAGE="http://gitorious.org/git-python http://pypi.python.org/pypi/GitPython"
36 -SRC_URI="http://pypi.python.org/packages/source/${MY_PN: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="BSD"
40 SLOT="0"