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/ctypesgen: ChangeLog ctypesgen-0_p72.ebuild
Date: Wed, 28 Apr 2010 14:05:45
Message-Id: 20100428140542.E5F782C064@corvid.gentoo.org
1 arfrever 10/04/28 14:05:42
2
3 Modified: ChangeLog ctypesgen-0_p72.ebuild
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.19 dev-python/ctypesgen/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ctypesgen/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ctypesgen/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ctypesgen/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 3 Jul 2009 13:41:08 -0000 1.18
22 +++ ChangeLog 28 Apr 2010 14:05:42 -0000 1.19
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/ctypesgen
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.18 2009/07/03 13:41:08 ranger Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.19 2010/04/28 14:05:42 arfrever Exp $
29 +
30 + 28 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
31 + ctypesgen-0_p72.ebuild:
32 + Set SUPPORT_PYTHON_ABIS.
33
34 03 Jul 2009; Brent Baude <ranger@g.o> ctypesgen-0_p72.ebuild:
35 Marking ctypesgen-0_p72 ppc for bug 273304
36
37
38
39 1.17 dev-python/ctypesgen/ctypesgen-0_p72.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild?rev=1.17&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild?rev=1.17&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild?r1=1.16&r2=1.17
44
45 Index: ctypesgen-0_p72.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v
48 retrieving revision 1.16
49 retrieving revision 1.17
50 diff -u -r1.16 -r1.17
51 --- ctypesgen-0_p72.ebuild 3 Jul 2009 13:41:08 -0000 1.16
52 +++ ctypesgen-0_p72.ebuild 28 Apr 2010 14:05:42 -0000 1.17
53 @@ -1,6 +1,10 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.16 2009/07/03 13:41:08 ranger Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.17 2010/04/28 14:05:42 arfrever Exp $
59 +
60 +EAPI="3"
61 +PYTHON_DEPEND="2:2.5"
62 +SUPPORT_PYTHON_ABIS="1"
63
64 inherit distutils
65
66 @@ -14,4 +18,8 @@
67 IUSE=""
68
69 DEPEND=""
70 -RDEPEND=">=dev-lang/python-2.5"
71 +RDEPEND=""
72 +# 2.4 restricted due to usage of ctypes module.
73 +RESTRICT_PYTHON_ABIS="2.4 3.*"
74 +
75 +PYTHON_MODNAME="ctypesgencore"