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/http-parser: http-parser-0.8.3.ebuild http-parser-0.8.1-r1.ebuild http-parser-0.7.12.ebuild ChangeLog
Date: Mon, 31 Mar 2014 21:13:16
Message-Id: 20140331211313.3335D2005C@flycatcher.gentoo.org
1 mgorny 14/03/31 21:13:13
2
3 Modified: http-parser-0.8.3.ebuild
4 http-parser-0.8.1-r1.ebuild
5 http-parser-0.7.12.ebuild ChangeLog
6 Log:
7 Add support for the new PyPy slotting.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.4 dev-python/http-parser/http-parser-0.8.3.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild?r1=1.3&r2=1.4
17
18 Index: http-parser-0.8.3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- http-parser-0.8.3.ebuild 7 Dec 2013 10:31:41 -0000 1.3
25 +++ http-parser-0.8.3.ebuild 31 Mar 2014 21:13:13 -0000 1.4
26 @@ -1,10 +1,10 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.3 2013/12/07 10:31:41 hattya Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.3.ebuild,v 1.4 2014/03/31 21:13:13 mgorny Exp $
32
33 EAPI=5
34
35 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
36 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
37
38 inherit distutils-r1 flag-o-matic
39
40
41
42
43 1.7 dev-python/http-parser/http-parser-0.8.1-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild?r1=1.6&r2=1.7
48
49 Index: http-parser-0.8.1-r1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- http-parser-0.8.1-r1.ebuild 5 Sep 2013 18:46:23 -0000 1.6
56 +++ http-parser-0.8.1-r1.ebuild 31 Mar 2014 21:13:13 -0000 1.7
57 @@ -1,10 +1,10 @@
58 -# Copyright 1999-2013 Gentoo Foundation
59 +# Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild,v 1.6 2013/09/05 18:46:23 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild,v 1.7 2014/03/31 21:13:13 mgorny Exp $
63
64 EAPI=5
65
66 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 )
67 +PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 )
68
69 inherit distutils-r1 flag-o-matic
70
71
72
73
74 1.6 dev-python/http-parser/http-parser-0.7.12.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild?rev=1.6&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild?rev=1.6&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild?r1=1.5&r2=1.6
79
80 Index: http-parser-0.7.12.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v
83 retrieving revision 1.5
84 retrieving revision 1.6
85 diff -u -r1.5 -r1.6
86 --- http-parser-0.7.12.ebuild 5 Sep 2013 18:46:23 -0000 1.5
87 +++ http-parser-0.7.12.ebuild 31 Mar 2014 21:13:13 -0000 1.6
88 @@ -1,10 +1,10 @@
89 -# Copyright 1999-2013 Gentoo Foundation
90 +# Copyright 1999-2014 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v 1.5 2013/09/05 18:46:23 mgorny Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.12.ebuild,v 1.6 2014/03/31 21:13:13 mgorny Exp $
94
95 EAPI=5
96
97 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 )
98 +PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 )
99
100 inherit distutils-r1 flag-o-matic
101
102
103
104
105 1.20 dev-python/http-parser/ChangeLog
106
107 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/ChangeLog?rev=1.20&view=markup
108 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/ChangeLog?rev=1.20&content-type=text/plain
109 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/http-parser/ChangeLog?r1=1.19&r2=1.20
110
111 Index: ChangeLog
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v
114 retrieving revision 1.19
115 retrieving revision 1.20
116 diff -u -r1.19 -r1.20
117 --- ChangeLog 7 Dec 2013 10:31:41 -0000 1.19
118 +++ ChangeLog 31 Mar 2014 21:13:13 -0000 1.20
119 @@ -1,6 +1,10 @@
120 # ChangeLog for dev-python/http-parser
121 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
122 -# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.19 2013/12/07 10:31:41 hattya Exp $
123 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
124 +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.20 2014/03/31 21:13:13 mgorny Exp $
125 +
126 + 31 Mar 2014; Michał Górny <mgorny@g.o> http-parser-0.7.12.ebuild,
127 + http-parser-0.8.1-r1.ebuild, http-parser-0.8.3.ebuild:
128 + Add support for the new PyPy slotting.
129
130 07 Dec 2013; Akinori Hattori <hattya@g.o> http-parser-0.8.3.ebuild:
131 keyword ~ia64 wrt bug #463344