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:41:23
Message-Id: 20111222074113.EB8432004B@flycatcher.gentoo.org
1 floppym 11/12/22 07:41:13
2
3 Modified: subvertpy-0.8.9.ebuild ChangeLog
4 Log:
5 Set IUSE=test
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild?r1=1.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- subvertpy-0.8.9.ebuild 22 Dec 2011 07:39:43 -0000 1.2
23 +++ subvertpy-0.8.9.ebuild 22 Dec 2011 07:41:13 -0000 1.3
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.2 2011/12/22 07:39:43 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild,v 1.3 2011/12/22 07:41:13 floppym Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -17,7 +17,7 @@
33 LICENSE="|| ( LGPL-2.1 LGPL-3 )"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 +IUSE="test"
38
39 RDEPEND=">=dev-vcs/subversion-1.4"
40 DEPEND="${RDEPEND}
41
42
43
44 1.36 dev-python/subvertpy/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.36&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.36&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?r1=1.35&r2=1.36
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v
53 retrieving revision 1.35
54 retrieving revision 1.36
55 diff -u -r1.35 -r1.36
56 --- ChangeLog 22 Dec 2011 07:39:43 -0000 1.35
57 +++ ChangeLog 22 Dec 2011 07:41:13 -0000 1.36
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/subvertpy
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.35 2011/12/22 07:39:43 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.36 2011/12/22 07:41:13 floppym Exp $
63 +
64 + 22 Dec 2011; Mike Gilbert <floppym@g.o> subvertpy-0.8.9.ebuild:
65 + Set IUSE=test
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