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/hgtools: hgtools-2.0.2-r1.ebuild hgtools-4.0.ebuild hgtools-2.0.2.ebuild hgtools-3.0.2.ebuild ChangeLog
Date: Mon, 31 Mar 2014 21:08:35
Message-Id: 20140331210832.36A772005C@flycatcher.gentoo.org
1 mgorny 14/03/31 21:08:32
2
3 Modified: hgtools-2.0.2-r1.ebuild hgtools-4.0.ebuild
4 hgtools-2.0.2.ebuild hgtools-3.0.2.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/hgtools/hgtools-2.0.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-2.0.2-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-2.0.2-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-2.0.2-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: hgtools-2.0.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-2.0.2-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- hgtools-2.0.2-r1.ebuild 5 Sep 2013 18:46:43 -0000 1.2
24 +++ hgtools-2.0.2-r1.ebuild 31 Mar 2014 21:08:31 -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/hgtools/hgtools-2.0.2-r1.ebuild,v 1.2 2013/09/05 18:46:43 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-2.0.2-r1.ebuild,v 1.3 2014/03/31 21:08:31 mgorny Exp $
31
32 EAPI=5
33 # python3.2+: bug #450666 (doctest failure)
34 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
35 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
36
37 inherit distutils-r1 eutils
38
39
40
41
42 1.2 dev-python/hgtools/hgtools-4.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-4.0.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-4.0.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-4.0.ebuild?r1=1.1&r2=1.2
47
48 Index: hgtools-4.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-4.0.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- hgtools-4.0.ebuild 7 Oct 2013 07:22:29 -0000 1.1
55 +++ hgtools-4.0.ebuild 31 Mar 2014 21:08:31 -0000 1.2
56 @@ -1,9 +1,9 @@
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/hgtools/hgtools-4.0.ebuild,v 1.1 2013/10/07 07:22:29 prometheanfire Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-4.0.ebuild,v 1.2 2014/03/31 21:08:31 mgorny Exp $
62
63 EAPI=5
64 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
65 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
66
67 inherit distutils-r1 eutils
68
69
70
71
72 1.7 dev-python/hgtools/hgtools-2.0.2.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild?rev=1.7&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild?rev=1.7&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild?r1=1.6&r2=1.7
77
78 Index: hgtools-2.0.2.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild,v
81 retrieving revision 1.6
82 retrieving revision 1.7
83 diff -u -r1.6 -r1.7
84 --- hgtools-2.0.2.ebuild 5 Sep 2013 18:46:43 -0000 1.6
85 +++ hgtools-2.0.2.ebuild 31 Mar 2014 21:08:32 -0000 1.7
86 @@ -1,10 +1,10 @@
87 -# Copyright 1999-2013 Gentoo Foundation
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/hgtools/hgtools-2.0.2.ebuild,v 1.6 2013/09/05 18:46:43 mgorny Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-2.0.2.ebuild,v 1.7 2014/03/31 21:08:32 mgorny Exp $
92
93 EAPI=5
94 # python3.2+: bug #450666 (doctest failure)
95 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
96 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
97
98 inherit distutils-r1
99
100
101
102
103 1.3 dev-python/hgtools/hgtools-3.0.2.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-3.0.2.ebuild?rev=1.3&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-3.0.2.ebuild?rev=1.3&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-3.0.2.ebuild?r1=1.2&r2=1.3
108
109 Index: hgtools-3.0.2.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-3.0.2.ebuild,v
112 retrieving revision 1.2
113 retrieving revision 1.3
114 diff -u -r1.2 -r1.3
115 --- hgtools-3.0.2.ebuild 5 Sep 2013 18:46:43 -0000 1.2
116 +++ hgtools-3.0.2.ebuild 31 Mar 2014 21:08:32 -0000 1.3
117 @@ -1,9 +1,9 @@
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/hgtools/hgtools-3.0.2.ebuild,v 1.2 2013/09/05 18:46:43 mgorny Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-3.0.2.ebuild,v 1.3 2014/03/31 21:08:32 mgorny Exp $
123
124 EAPI=5
125 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
126 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
127
128 inherit distutils-r1 eutils
129
130
131
132
133 1.10 dev-python/hgtools/ChangeLog
134
135 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/ChangeLog?rev=1.10&view=markup
136 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/ChangeLog?rev=1.10&content-type=text/plain
137 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/ChangeLog?r1=1.9&r2=1.10
138
139 Index: ChangeLog
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v
142 retrieving revision 1.9
143 retrieving revision 1.10
144 diff -u -r1.9 -r1.10
145 --- ChangeLog 7 Oct 2013 07:22:29 -0000 1.9
146 +++ ChangeLog 31 Mar 2014 21:08:32 -0000 1.10
147 @@ -1,6 +1,10 @@
148 # ChangeLog for dev-python/hgtools
149 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
150 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v 1.9 2013/10/07 07:22:29 prometheanfire Exp $
151 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
152 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v 1.10 2014/03/31 21:08:32 mgorny Exp $
153 +
154 + 31 Mar 2014; Michał Górny <mgorny@g.o> hgtools-2.0.2-r1.ebuild,
155 + hgtools-2.0.2.ebuild, hgtools-3.0.2.ebuild, hgtools-4.0.ebuild:
156 + Add support for the new PyPy slotting.
157
158 *hgtools-4.0 (07 Oct 2013)