Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/bzr-xmloutput: bzr-xmloutput-0.8.6.ebuild ChangeLog
Date: Tue, 27 Jul 2010 21:08:23
Message-Id: 20100727210820.6B4BC2CE14@corvid.gentoo.org
1 fauli 10/07/27 21:08:19
2
3 Modified: bzr-xmloutput-0.8.6.ebuild ChangeLog
4 Log:
5 fix bug 329471 by restricting Python ABIs to 2.*, Bazaar itself has no Python 3 support
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild?r1=1.1&r2=1.2
14
15 Index: bzr-xmloutput-0.8.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- bzr-xmloutput-0.8.6.ebuild 30 Mar 2010 23:03:22 -0000 1.1
22 +++ bzr-xmloutput-0.8.6.ebuild 27 Jul 2010 21:08:19 -0000 1.2
23 @@ -1,6 +1,11 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild,v 1.1 2010/03/30 23:03:22 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.6.ebuild,v 1.2 2010/07/27 21:08:19 fauli Exp $
28 +
29 +EAPI="3"
30 +PYTHON_DEPEND="2"
31 +SUPPORT_PYTHON_ABIS="1"
32 +RESTRICT_PYTHON_ABIS="3.*"
33
34 inherit distutils
35
36
37
38
39 1.2 dev-vcs/bzr-xmloutput/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog?r1=1.1&r2=1.2
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- ChangeLog 30 Mar 2010 23:03:22 -0000 1.1
52 +++ ChangeLog 27 Jul 2010 21:08:19 -0000 1.2
53 @@ -1,6 +1,11 @@
54 # ChangeLog for dev-vcs/bzr-xmloutput
55 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog,v 1.1 2010/03/30 23:03:22 fauli Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog,v 1.2 2010/07/27 21:08:19 fauli Exp $
58 +
59 + 27 Jul 2010; Christian Faulhammer <fauli@g.o>
60 + bzr-xmloutput-0.8.6.ebuild:
61 + fix bug 329471 by restricting Python ABIs to 2.*, Bazaar itself has no
62 + Python 3 support
63
64 *bzr-xmloutput-0.8.6 (30 Mar 2010)