Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/subvertpy: subvertpy-0.7.2.ebuild ChangeLog subvertpy-0.7.0.ebuild
Date: Mon, 04 Jan 2010 08:12:44
Message-Id: E1NRi3N-0005mf-6E@stork.gentoo.org
1 djc 10/01/04 08:12:41
2
3 Modified: ChangeLog
4 Added: subvertpy-0.7.2.ebuild
5 Removed: subvertpy-0.7.0.ebuild
6 Log:
7 Bump dev-python/subvertpy to 0.7.2.
8 (Portage version: 2.1.6.13/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 dev-python/subvertpy/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/subvertpy/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 4 Jan 2010 08:06:51 -0000 1.6
24 +++ ChangeLog 4 Jan 2010 08:12:40 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/subvertpy
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.6 2010/01/04 08:06:51 djc Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.7 2010/01/04 08:12:40 djc Exp $
31 +
32 +*subvertpy-0.7.2 (04 Jan 2010)
33 +
34 + 04 Jan 2010; Dirkjan Ochtman <djc@g.o> -subvertpy-0.7.0.ebuild,
35 + +subvertpy-0.7.2.ebuild:
36 + Version bump. Thanks jbergstroem for mentioning it.
37
38 09 Nov 2009; Christian Faulhammer <fauli@g.o>
39 -subvertpy-0.6.9.ebuild:
40
41
42
43 1.1 dev-python/subvertpy/subvertpy-0.7.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/subvertpy/subvertpy-0.7.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/subvertpy/subvertpy-0.7.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: subvertpy-0.7.2.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.7.2.ebuild,v 1.1 2010/01/04 08:12:40 djc Exp $
53
54 NEED_PYTHON=2.4
55
56 inherit distutils
57
58 DESCRIPTION="Alternative Python bindings for Subversion."
59 HOMEPAGE="http://samba.org/~jelmer/subvertpy/"
60 SRC_URI="http://samba.org/~jelmer/${PN}/${P}.tar.gz"
61
62 LICENSE="|| ( LGPL-2.1 LGPL-3 )"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="test"
66
67 RDEPEND=">=dev-util/subversion-1.4
68 !<dev-util/bzr-svn-0.5.0_rc2"
69 DEPEND="${RDEPEND}
70 test? ( dev-python/nose )"
71
72 DOCS="NEWS AUTHORS"