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/icalendar: icalendar-3.4.ebuild icalendar-3.5.ebuild icalendar-3.6.1.ebuild icalendar-3.3.ebuild ChangeLog
Date: Mon, 31 Mar 2014 21:14:18
Message-Id: 20140331211415.81A6D2005C@flycatcher.gentoo.org
1 mgorny 14/03/31 21:14:15
2
3 Modified: icalendar-3.4.ebuild icalendar-3.5.ebuild
4 icalendar-3.6.1.ebuild icalendar-3.3.ebuild
5 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.5 dev-python/icalendar/icalendar-3.4.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?r1=1.4&r2=1.5
17
18 Index: icalendar-3.4.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- icalendar-3.4.ebuild 5 Sep 2013 18:46:16 -0000 1.4
25 +++ icalendar-3.4.ebuild 31 Mar 2014 21:14:15 -0000 1.5
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/icalendar/icalendar-3.4.ebuild,v 1.4 2013/09/05 18:46:16 mgorny Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild,v 1.5 2014/03/31 21:14:15 mgorny Exp $
32
33 EAPI="5"
34
35 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
36 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
37
38 inherit distutils-r1
39
40
41
42
43 1.5 dev-python/icalendar/icalendar-3.5.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.5.ebuild?rev=1.5&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.5.ebuild?rev=1.5&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.5.ebuild?r1=1.4&r2=1.5
48
49 Index: icalendar-3.5.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.5.ebuild,v
52 retrieving revision 1.4
53 retrieving revision 1.5
54 diff -u -r1.4 -r1.5
55 --- icalendar-3.5.ebuild 2 Mar 2014 09:40:35 -0000 1.4
56 +++ icalendar-3.5.ebuild 31 Mar 2014 21:14:15 -0000 1.5
57 @@ -1,10 +1,10 @@
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/icalendar/icalendar-3.5.ebuild,v 1.4 2014/03/02 09:40:35 pacho Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.5.ebuild,v 1.5 2014/03/31 21:14:15 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.2 dev-python/icalendar/icalendar-3.6.1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.6.1.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.6.1.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.6.1.ebuild?r1=1.1&r2=1.2
78
79 Index: icalendar-3.6.1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.6.1.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- icalendar-3.6.1.ebuild 28 Jan 2014 08:16:13 -0000 1.1
86 +++ icalendar-3.6.1.ebuild 31 Mar 2014 21:14:15 -0000 1.2
87 @@ -1,10 +1,10 @@
88 # Copyright 1999-2014 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.6.1.ebuild,v 1.1 2014/01/28 08:16:13 idella4 Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.6.1.ebuild,v 1.2 2014/03/31 21:14:15 mgorny Exp $
92
93 EAPI="5"
94
95 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
96 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
97
98 inherit distutils-r1
99
100
101
102
103 1.4 dev-python/icalendar/icalendar-3.3.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.3.ebuild?rev=1.4&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.3.ebuild?rev=1.4&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.3.ebuild?r1=1.3&r2=1.4
108
109 Index: icalendar-3.3.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.3.ebuild,v
112 retrieving revision 1.3
113 retrieving revision 1.4
114 diff -u -r1.3 -r1.4
115 --- icalendar-3.3.ebuild 5 Sep 2013 18:46:16 -0000 1.3
116 +++ icalendar-3.3.ebuild 31 Mar 2014 21:14:15 -0000 1.4
117 @@ -1,10 +1,10 @@
118 -# Copyright 1999-2013 Gentoo Foundation
119 +# Copyright 1999-2014 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 -# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.3.ebuild,v 1.3 2013/09/05 18:46:16 mgorny Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.3.ebuild,v 1.4 2014/03/31 21:14:15 mgorny Exp $
123
124 EAPI="5"
125
126 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
127 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
128
129 inherit distutils-r1
130
131
132
133
134 1.34 dev-python/icalendar/ChangeLog
135
136 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.34&view=markup
137 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.34&content-type=text/plain
138 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?r1=1.33&r2=1.34
139
140 Index: ChangeLog
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v
143 retrieving revision 1.33
144 retrieving revision 1.34
145 diff -u -r1.33 -r1.34
146 --- ChangeLog 2 Mar 2014 09:40:35 -0000 1.33
147 +++ ChangeLog 31 Mar 2014 21:14:15 -0000 1.34
148 @@ -1,6 +1,10 @@
149 # ChangeLog for dev-python/icalendar
150 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
151 -# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.33 2014/03/02 09:40:35 pacho Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.34 2014/03/31 21:14:15 mgorny Exp $
153 +
154 + 31 Mar 2014; Michał Górny <mgorny@g.o> icalendar-3.3.ebuild,
155 + icalendar-3.4.ebuild, icalendar-3.5.ebuild, icalendar-3.6.1.ebuild:
156 + Add support for the new PyPy slotting.
157
158 02 Mar 2014; Pacho Ramos <pacho@g.o> icalendar-3.5.ebuild:
159 amd64 stable, bug #450172