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