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