Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rope: rope-0.9.2.ebuild ChangeLog rope-0.8.4.ebuild
Date: Fri, 04 Sep 2009 12:31:43
Message-Id: E1Mjclf-0007Ya-WB@stork.gentoo.org
1 patrick 09/09/04 17:40:11
2
3 Modified: ChangeLog
4 Added: rope-0.9.2.ebuild
5 Removed: rope-0.8.4.ebuild
6 Log:
7 Bump to 0.9.2, remove 0.8.4
8 (Portage version: 2.2_rc40/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-python/rope/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 15 Feb 2009 15:03:34 -0000 1.3
24 +++ ChangeLog 4 Sep 2009 17:40:11 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/rope
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.3 2009/02/15 15:03:34 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.4 2009/09/04 17:40:11 patrick Exp $
30 +
31 +*rope-0.9.2 (04 Sep 2009)
32 +
33 + 04 Sep 2009; Patrick Lauer <patrick@g.o> -rope-0.8.4.ebuild,
34 + +rope-0.9.2.ebuild:
35 + Bump to 0.9.2, remove 0.8.4
36
37 *rope-0.9.1 (15 Feb 2009)
38
39
40
41
42 1.1 dev-python/rope/rope-0.9.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/rope-0.9.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/rope-0.9.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: rope-0.9.2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.2.ebuild,v 1.1 2009/09/04 17:40:11 patrick Exp $
52
53 NEED_PYTHON=2.5
54
55 inherit distutils
56
57 DESCRIPTION="Python refactoring library"
58 HOMEPAGE="http://rope.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~x86 ~amd64"
63 IUSE=""
64
65 src_install() {
66 distutils_src_install
67 docinto docs
68 dodoc docs/*.txt
69 }
70
71 src_test() {
72 PYTHONPATH="." ${python} ropetest/__init__.py
73 }