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/sexy-python: ChangeLog sexy-python-0.1.9-r1.ebuild
Date: Fri, 28 Jan 2011 17:12:52
Message-Id: 20110128171242.6FBE820054@flycatcher.gentoo.org
1 arfrever 11/01/28 17:12:42
2
3 Modified: ChangeLog sexy-python-0.1.9-r1.ebuild
4 Log:
5 Restrict 2.4 and 2.5 Python ABIs (bug #353030).
6
7 (Portage version: 2.2.0_alpha19_p6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 dev-python/sexy-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexy-python/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexy-python/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexy-python/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 5 Dec 2010 18:26:27 -0000 1.25
23 +++ ChangeLog 28 Jan 2011 17:12:42 -0000 1.26
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/sexy-python
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.25 2010/12/05 18:26:27 arfrever Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/ChangeLog,v 1.26 2011/01/28 17:12:42 arfrever Exp $
30 +
31 + 28 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
32 + sexy-python-0.1.9-r1.ebuild:
33 + Restrict 2.4 and 2.5 Python ABIs (bug #353030).
34
35 05 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
36 sexy-python-0.1.9-r1.ebuild:
37
38
39
40 1.12 dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild?rev=1.12&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild?rev=1.12&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild?r1=1.11&r2=1.12
45
46 Index: sexy-python-0.1.9-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild,v
49 retrieving revision 1.11
50 retrieving revision 1.12
51 diff -u -r1.11 -r1.12
52 --- sexy-python-0.1.9-r1.ebuild 5 Dec 2010 18:26:27 -0000 1.11
53 +++ sexy-python-0.1.9-r1.ebuild 28 Jan 2011 17:12:42 -0000 1.12
54 @@ -1,11 +1,11 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild,v 1.11 2010/12/05 18:26:27 arfrever Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sexy-python/sexy-python-0.1.9-r1.ebuild,v 1.12 2011/01/28 17:12:42 arfrever Exp $
60
61 EAPI="3"
62 PYTHON_DEPEND="2"
63 SUPPORT_PYTHON_ABIS="1"
64 -RESTRICT_PYTHON_ABIS="3.* *-jython"
65 +RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
66 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
67
68 inherit python