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/flup: ChangeLog flup-1.0.2.ebuild
Date: Tue, 08 Sep 2009 20:18:52
Message-Id: E1Ml79O-0005p7-C7@stork.gentoo.org
1 arfrever 09/09/08 20:18:50
2
3 Modified: ChangeLog flup-1.0.2.ebuild
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14218-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 dev-python/flup/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/flup/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 7 Sep 2009 19:35:59 -0000 1.7
22 +++ ChangeLog 8 Sep 2009 20:18:50 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/flup
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/ChangeLog,v 1.7 2009/09/07 19:35:59 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/ChangeLog,v 1.8 2009/09/08 20:18:50 arfrever Exp $
28 +
29 + 08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
30 + flup-1.0.2.ebuild:
31 + Set SUPPORT_PYTHON_ABIS.
32
33 *flup-1.0.2 (07 Sep 2009)
34
35
36
37
38 1.2 dev-python/flup/flup-1.0.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild?r1=1.1&r2=1.2
43
44 Index: flup-1.0.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- flup-1.0.2.ebuild 7 Sep 2009 19:35:59 -0000 1.1
51 +++ flup-1.0.2.ebuild 8 Sep 2009 20:18:50 -0000 1.2
52 @@ -1,8 +1,9 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild,v 1.1 2009/09/07 19:35:59 patrick Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild,v 1.2 2009/09/08 20:18:50 arfrever Exp $
57
58 -NEED_PYTHON=2.4
59 +EAPI="2"
60 +SUPPORT_PYTHON_ABIS="1"
61
62 inherit distutils
63
64 @@ -17,3 +18,4 @@
65
66 DEPEND="dev-python/setuptools"
67 RDEPEND=""
68 +RESTRICT_PYTHON_ABIS="3.*"