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