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 21:02:58
Message-Id: 20111222210248.1F5C12004B@flycatcher.gentoo.org
1 floppym 11/12/22 21:02:48
2
3 Modified: subvertpy-0.8.9.ebuild ChangeLog
4 Log:
5 Drop IUSE=test; distutils takes care of that.
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild?r1=1.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- subvertpy-0.8.9.ebuild 22 Dec 2011 07:41:13 -0000 1.3
23 +++ subvertpy-0.8.9.ebuild 22 Dec 2011 21:02:48 -0000 1.4
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.3 2011/12/22 07:41:13 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild,v 1.4 2011/12/22 21:02:48 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="test"
37 +IUSE=""
38
39 RDEPEND=">=dev-vcs/subversion-1.4"
40 DEPEND="${RDEPEND}
41
42
43
44 1.37 dev-python/subvertpy/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.37&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.37&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?r1=1.36&r2=1.37
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v
53 retrieving revision 1.36
54 retrieving revision 1.37
55 diff -u -r1.36 -r1.37
56 --- ChangeLog 22 Dec 2011 07:41:13 -0000 1.36
57 +++ ChangeLog 22 Dec 2011 21:02:48 -0000 1.37
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.36 2011/12/22 07:41:13 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.37 2011/12/22 21:02:48 floppym Exp $
63 +
64 + 22 Dec 2011; Mike Gilbert <floppym@g.o> subvertpy-0.8.9.ebuild:
65 + Drop IUSE=test; distutils takes care of that.
66
67 22 Dec 2011; Mike Gilbert <floppym@g.o> subvertpy-0.8.9.ebuild:
68 Set IUSE=test