Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cffi: cffi-0.8.2.ebuild cffi-0.8.1.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:41:13
Message-Id: 20140331204109.C57922005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:41:09
2
3 Modified: cffi-0.8.2.ebuild cffi-0.8.1.ebuild ChangeLog
4 Log:
5 Add support for the new PyPy slotting.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 dev-python/cffi/cffi-0.8.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild?r1=1.1&r2=1.2
15
16 Index: cffi-0.8.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cffi-0.8.2.ebuild 30 Mar 2014 20:59:27 -0000 1.1
23 +++ cffi-0.8.2.ebuild 31 Mar 2014 20:41:09 -0000 1.2
24 @@ -1,9 +1,9 @@
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/cffi/cffi-0.8.2.ebuild,v 1.1 2014/03/30 20:59:27 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.2 2014/03/31 20:41:09 mgorny Exp $
29
30 EAPI="5"
31 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
32 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
33
34 inherit distutils-r1
35
36
37
38
39 1.9 dev-python/cffi/cffi-0.8.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?r1=1.8&r2=1.9
44
45 Index: cffi-0.8.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- cffi-0.8.1.ebuild 22 Mar 2014 23:04:44 -0000 1.8
52 +++ cffi-0.8.1.ebuild 31 Mar 2014 20:41:09 -0000 1.9
53 @@ -1,9 +1,9 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.8 2014/03/22 23:04:44 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.9 2014/03/31 20:41:09 mgorny Exp $
58
59 EAPI="5"
60 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
61 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
62
63 inherit distutils-r1
64
65
66
67
68 1.29 dev-python/cffi/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.29&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.29&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?r1=1.28&r2=1.29
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
77 retrieving revision 1.28
78 retrieving revision 1.29
79 diff -u -r1.28 -r1.29
80 --- ChangeLog 30 Mar 2014 20:59:27 -0000 1.28
81 +++ ChangeLog 31 Mar 2014 20:41:09 -0000 1.29
82 @@ -1,6 +1,10 @@
83 # ChangeLog for dev-python/cffi
84 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.28 2014/03/30 20:59:27 djc Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.29 2014/03/31 20:41:09 mgorny Exp $
87 +
88 + 31 Mar 2014; Michał Górny <mgorny@g.o> cffi-0.8.1.ebuild,
89 + cffi-0.8.2.ebuild:
90 + Add support for the new PyPy slotting.
91
92 *cffi-0.8.2 (30 Mar 2014)