Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-ldap: python-ldap-2.4.15.ebuild ChangeLog
Date: Thu, 26 Jun 2014 15:18:51
Message-Id: 20140626151819.2361F2004E@flycatcher.gentoo.org
1 idella4 14/06/26 15:18:19
2
3 Modified: python-ldap-2.4.15.ebuild ChangeLog
4 Log:
5 add pypy support
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/python-ldap/python-ldap-2.4.15.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?r1=1.1&r2=1.2
15
16 Index: python-ldap-2.4.15.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-ldap-2.4.15.ebuild 14 May 2014 08:31:55 -0000 1.1
23 +++ python-ldap-2.4.15.ebuild 26 Jun 2014 15:18:18 -0000 1.2
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v 1.1 2014/05/14 08:31:55 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v 1.2 2014/06/26 15:18:18 idella4 Exp $
29
30 EAPI=5
31
32 -# pypy: bug #458558 (wrong linker options due to not respecting CC)
33 -PYTHON_COMPAT=( python2_7 )
34 +# setup.py is written only for py2, which suits pypy
35 +PYTHON_COMPAT=( python2_7 pypy )
36
37 inherit distutils-r1 multilib
38
39
40
41
42 1.134 dev-python/python-ldap/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?rev=1.134&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?rev=1.134&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?r1=1.133&r2=1.134
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v
51 retrieving revision 1.133
52 retrieving revision 1.134
53 diff -u -r1.133 -r1.134
54 --- ChangeLog 14 Jun 2014 10:38:54 -0000 1.133
55 +++ ChangeLog 26 Jun 2014 15:18:18 -0000 1.134
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-python/python-ldap
58 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.133 2014/06/14 10:38:54 phajdan.jr Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.134 2014/06/26 15:18:18 idella4 Exp $
61 +
62 + 26 Jun 2014; Ian Delaney <idella4@g.o> python-ldap-2.4.15.ebuild:
63 + add pypy support
64
65 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@g.o>
66 python-ldap-2.4.10-r1.ebuild: