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/webob: webob-1.3.1.ebuild webob-1.2.3-r1.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:43:32
Message-Id: 20140331204329.585D82005E@flycatcher.gentoo.org
1 mgorny 14/03/31 20:43:29
2
3 Modified: webob-1.3.1.ebuild webob-1.2.3-r1.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/webob/webob-1.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: webob-1.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- webob-1.3.1.ebuild 17 Dec 2013 06:24:32 -0000 1.1
23 +++ webob-1.3.1.ebuild 31 Mar 2014 20:43:29 -0000 1.2
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v 1.1 2013/12/17 06:24:32 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v 1.2 2014/03/31 20:43:29 mgorny Exp $
30
31 EAPI=5
32
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
35
36 inherit distutils-r1
37
38
39
40
41 1.13 dev-python/webob/webob-1.2.3-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild?rev=1.13&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild?rev=1.13&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild?r1=1.12&r2=1.13
46
47 Index: webob-1.2.3-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v
50 retrieving revision 1.12
51 retrieving revision 1.13
52 diff -u -r1.12 -r1.13
53 --- webob-1.2.3-r1.ebuild 18 Jan 2014 15:59:04 -0000 1.12
54 +++ webob-1.2.3-r1.ebuild 31 Mar 2014 20:43:29 -0000 1.13
55 @@ -1,10 +1,10 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v 1.12 2014/01/18 15:59:04 maekke Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v 1.13 2014/03/31 20:43:29 mgorny Exp $
60
61 EAPI=5
62
63 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
64 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
65
66 inherit distutils-r1
67
68
69
70
71 1.86 dev-python/webob/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.86&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.86&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?r1=1.85&r2=1.86
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
80 retrieving revision 1.85
81 retrieving revision 1.86
82 diff -u -r1.85 -r1.86
83 --- ChangeLog 18 Jan 2014 15:59:04 -0000 1.85
84 +++ ChangeLog 31 Mar 2014 20:43:29 -0000 1.86
85 @@ -1,6 +1,10 @@
86 # ChangeLog for dev-python/webob
87 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.85 2014/01/18 15:59:04 maekke Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.86 2014/03/31 20:43:29 mgorny Exp $
90 +
91 + 31 Mar 2014; Michał Górny <mgorny@g.o> webob-1.2.3-r1.ebuild,
92 + webob-1.3.1.ebuild:
93 + Add support for the new PyPy slotting.
94
95 18 Jan 2014; Markus Meier <maekke@g.o> webob-1.2.3-r1.ebuild:
96 arm stable, bug #450174