Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/git-python: git-python-0.1.6.ebuild ChangeLog
Date: Mon, 22 Jun 2009 18:27:05
Message-Id: E1MIoEQ-0005Sb-JP@stork.gentoo.org
1 gentoofan23 09/06/22 18:27:02
2
3 Modified: git-python-0.1.6.ebuild ChangeLog
4 Log:
5 Tweak python dependency.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-python/git-python/git-python-0.1.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/git-python-0.1.6.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/git-python-0.1.6.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/git-python-0.1.6.ebuild?r1=1.2&r2=1.3
14
15 Index: git-python-0.1.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.6.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- git-python-0.1.6.ebuild 22 Jun 2009 01:05:00 -0000 1.2
22 +++ git-python-0.1.6.ebuild 22 Jun 2009 18:27:02 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.6.ebuild,v 1.2 2009/06/22 01:05:00 gentoofan23 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.6.ebuild,v 1.3 2009/06/22 18:27:02 gentoofan23 Exp $
28
29 inherit distutils
30
31 @@ -14,6 +14,7 @@
32 KEYWORDS="~x86 ~amd64"
33 IUSE=""
34
35 -RDEPEND="dev-util/git"
36 +RDEPEND="virtual/python
37 + dev-util/git"
38
39 S=${WORKDIR}/GitPython-${PV}
40
41
42
43 1.3 dev-python/git-python/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/ChangeLog?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/ChangeLog?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/git-python/ChangeLog?r1=1.2&r2=1.3
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- ChangeLog 22 Jun 2009 01:05:00 -0000 1.2
56 +++ ChangeLog 22 Jun 2009 18:27:02 -0000 1.3
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-python/git-python
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.2 2009/06/22 01:05:00 gentoofan23 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/ChangeLog,v 1.3 2009/06/22 18:27:02 gentoofan23 Exp $
62 +
63 + 22 Jun 2009; Thomas Anderson <gentoofan23@g.o>
64 + git-python-0.1.6.ebuild:
65 + Tweak python dependency.
66
67 22 Jun 2009; Thomas Anderson <gentoofan23@g.o>
68 git-python-0.1.6.ebuild: