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