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-gtk: bzr-gtk-0.98.0.ebuild ChangeLog
Date: Tue, 27 Jul 2010 21:03:17
Message-Id: 20100727210313.F1B152CE14@corvid.gentoo.org
1 fauli 10/07/27 21:03:13
2
3 Modified: bzr-gtk-0.98.0.ebuild ChangeLog
4 Log:
5 fix bug 329463 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.3 dev-vcs/bzr-gtk/bzr-gtk-0.98.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-gtk/bzr-gtk-0.98.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-gtk/bzr-gtk-0.98.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-gtk/bzr-gtk-0.98.0.ebuild?r1=1.2&r2=1.3
14
15 Index: bzr-gtk-0.98.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/bzr-gtk-0.98.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- bzr-gtk-0.98.0.ebuild 10 Jul 2010 19:09:16 -0000 1.2
22 +++ bzr-gtk-0.98.0.ebuild 27 Jul 2010 21:03:13 -0000 1.3
23 @@ -1,9 +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-gtk/bzr-gtk-0.98.0.ebuild,v 1.2 2010/07/10 19:09:16 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/bzr-gtk-0.98.0.ebuild,v 1.3 2010/07/27 21:03:13 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.3 dev-vcs/bzr-gtk/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog?r1=1.2&r2=1.3
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- ChangeLog 10 Jul 2010 19:09:16 -0000 1.2
52 +++ ChangeLog 27 Jul 2010 21:03:13 -0000 1.3
53 @@ -1,6 +1,11 @@
54 # ChangeLog for dev-vcs/bzr-gtk
55 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v 1.2 2010/07/10 19:09:16 arfrever Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v 1.3 2010/07/27 21:03:13 fauli Exp $
58 +
59 + 27 Jul 2010; Christian Faulhammer <fauli@g.o>
60 + bzr-gtk-0.98.0.ebuild:
61 + fix bug 329463 by restricting Python ABIs to 2.*, Bazaar itself has no
62 + Python 3 support
63
64 10 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
65 bzr-gtk-0.98.0.ebuild: