Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/winpdb: ChangeLog winpdb-1.4.6.ebuild
Date: Sun, 04 Jul 2010 01:34:40
Message-Id: 20100704013429.23B042CE15@corvid.gentoo.org
1 arfrever 10/07/04 01:34:28
2
3 Modified: ChangeLog
4 Added: winpdb-1.4.6.ebuild
5 Log:
6 Version bump. Set SUPPORT_PYTHON_ABIS.
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 dev-python/winpdb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/winpdb/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/winpdb/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/winpdb/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/winpdb/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 29 Apr 2009 18:33:37 -0000 1.16
23 +++ ChangeLog 4 Jul 2010 01:34:28 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/winpdb
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/winpdb/ChangeLog,v 1.16 2009/04/29 18:33:37 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/winpdb/ChangeLog,v 1.17 2010/07/04 01:34:28 arfrever Exp $
30 +
31 +*winpdb-1.4.6 (04 Jul 2010)
32 +
33 + 04 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + +winpdb-1.4.6.ebuild:
35 + Version bump. Set SUPPORT_PYTHON_ABIS.
36
37 29 Apr 2009; Markus Meier <maekke@g.o> winpdb-1.4.4.ebuild:
38 amd64 stable, bug #236176
39
40
41
42 1.1 dev-python/winpdb/winpdb-1.4.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/winpdb/winpdb-1.4.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/winpdb/winpdb-1.4.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: winpdb-1.4.6.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/winpdb/winpdb-1.4.6.ebuild,v 1.1 2010/07/04 01:34:28 arfrever Exp $
52
53 EAPI="3"
54 PYTHON_DEPEND="2"
55 SUPPORT_PYTHON_ABIS="1"
56 # winpdb has (at least partial) support for Python 3, but wxpython does not yet support Python 3.
57 RESTRICT_PYTHON_ABIS="3.* *-jython"
58
59 inherit distutils
60
61 DESCRIPTION="Graphical Python debugger"
62 HOMEPAGE="http://winpdb.org/ http://code.google.com/p/winpdb/ http://pypi.python.org/pypi/winpdb"
63 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~ia64 ~x86"
68 IUSE=""
69
70 DEPEND=">=dev-python/pycrypto-2.0.1
71 dev-python/wxpython:2.8"
72 RDEPEND="${DEPEND}"
73
74 PYTHON_MODNAME="rpdb2.py winpdb.py"