Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/subvertpy: subvertpy-0.8.9.ebuild ChangeLog
Date: Thu, 22 Dec 2011 07:39:53
Message-Id: 20111222073944.073F72004B@flycatcher.gentoo.org
1 floppym 11/12/22 07:39:44
2
3 Modified: subvertpy-0.8.9.ebuild ChangeLog
4 Log:
5 Test suite needs dev-python/unittest2 for <=python-2.6
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/subvertpy/subvertpy-0.8.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild?r1=1.1&r2=1.2
15
16 Index: subvertpy-0.8.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- subvertpy-0.8.9.ebuild 21 Dec 2011 22:08:52 -0000 1.1
23 +++ subvertpy-0.8.9.ebuild 22 Dec 2011 07:39:43 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild,v 1.1 2011/12/21 22:08:52 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild,v 1.2 2011/12/22 07:39:43 floppym Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -19,8 +19,9 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 -DEPEND=">=dev-vcs/subversion-1.4"
37 -RDEPEND="${DEPEND}"
38 +RDEPEND=">=dev-vcs/subversion-1.4"
39 +DEPEND="${RDEPEND}
40 + test? ( || ( dev-lang/python:2.7 dev-python/unittest2 ) )"
41
42 PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
43
44
45
46
47 1.35 dev-python/subvertpy/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.35&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.35&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?r1=1.34&r2=1.35
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v
56 retrieving revision 1.34
57 retrieving revision 1.35
58 diff -u -r1.34 -r1.35
59 --- ChangeLog 21 Dec 2011 22:08:52 -0000 1.34
60 +++ ChangeLog 22 Dec 2011 07:39:43 -0000 1.35
61 @@ -1,6 +1,9 @@
62 # ChangeLog for dev-python/subvertpy
63 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.34 2011/12/21 22:08:52 floppym Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.35 2011/12/22 07:39:43 floppym Exp $
66 +
67 + 22 Dec 2011; Mike Gilbert <floppym@g.o> subvertpy-0.8.9.ebuild:
68 + Test suite needs dev-python/unittest2 for <=python-2.6
69
70 *subvertpy-0.8.9 (21 Dec 2011)