Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog distutils-r1.eclass python-any-r1.eclass python-r1.eclass python-single-r1.eclass python-utils-r1.eclass
Date: Sat, 04 Jul 2015 15:26:21
Message-Id: 20150704152617.4713974B@oystercatcher.gentoo.org
1 floppym 15/07/04 15:26:17
2
3 Modified: ChangeLog distutils-r1.eclass python-any-r1.eclass
4 python-r1.eclass python-single-r1.eclass
5 python-utils-r1.eclass
6 Log:
7 Replace links to python-r1 dev guide with links to the wiki.
8
9 Revision Changes Path
10 1.1699 eclass/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1699&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1699&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1698&r2=1.1699
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
19 retrieving revision 1.1698
20 retrieving revision 1.1699
21 diff -u -r1.1698 -r1.1699
22 --- ChangeLog 4 Jul 2015 15:22:41 -0000 1.1698
23 +++ ChangeLog 4 Jul 2015 15:26:17 -0000 1.1699
24 @@ -1,6 +1,11 @@
25 # ChangeLog for eclass directory
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1698 2015/07/04 15:22:41 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1699 2015/07/04 15:26:17 floppym Exp $
29 +
30 + 04 Jul 2015; Mike Gilbert <floppym@g.o> distutils-r1.eclass,
31 + python-any-r1.eclass, python-r1.eclass, python-single-r1.eclass,
32 + python-utils-r1.eclass:
33 + Replace links to python-r1 dev guide with links to the wiki.
34
35 04 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> python-r1.eclass:
36 Update URI.
37
38
39
40 1.114 eclass/distutils-r1.eclass
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils-r1.eclass?rev=1.114&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils-r1.eclass?rev=1.114&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/distutils-r1.eclass?r1=1.113&r2=1.114
45
46 Index: distutils-r1.eclass
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v
49 retrieving revision 1.113
50 retrieving revision 1.114
51 diff -u -r1.113 -r1.114
52 --- distutils-r1.eclass 20 Feb 2015 17:57:22 -0000 1.113
53 +++ distutils-r1.eclass 4 Jul 2015 15:26:17 -0000 1.114
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.113 2015/02/20 17:57:22 mgorny Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.114 2015/07/04 15:26:17 floppym Exp $
59
60 # @ECLASS: distutils-r1
61 # @MAINTAINER:
62 @@ -40,8 +40,8 @@
63 # as well. Thus, all the variables defined and documented there are
64 # relevant to the packages using distutils-r1.
65 #
66 -# For more information, please see the python-r1 Developer's Guide:
67 -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml
68 +# For more information, please see the wiki:
69 +# https://wiki.gentoo.org/wiki/Project:Python/distutils-r1
70
71 case "${EAPI:-0}" in
72 0|1|2|3)
73
74
75
76 1.19 eclass/python-any-r1.eclass
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-any-r1.eclass?rev=1.19&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-any-r1.eclass?rev=1.19&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-any-r1.eclass?r1=1.18&r2=1.19
81
82 Index: python-any-r1.eclass
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v
85 retrieving revision 1.18
86 retrieving revision 1.19
87 diff -u -r1.18 -r1.19
88 --- python-any-r1.eclass 9 Nov 2014 22:27:58 -0000 1.18
89 +++ python-any-r1.eclass 4 Jul 2015 15:26:17 -0000 1.19
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2014 Gentoo Foundation
92 +# Copyright 1999-2015 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v 1.18 2014/11/09 22:27:58 mgorny Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v 1.19 2015/07/04 15:26:17 floppym Exp $
96
97 # @ECLASS: python-any-r1
98 # @MAINTAINER:
99 @@ -33,8 +33,8 @@
100 # packages using python-any-r1, and there is no need ever to inherit
101 # both.
102 #
103 -# For more information, please see the python-r1 Developer's Guide:
104 -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml
105 +# For more information, please see the wiki:
106 +# https://wiki.gentoo.org/wiki/Project:Python/python-any-r1
107
108 case "${EAPI:-0}" in
109 0|1|2|3|4|5)
110
111
112
113 1.92 eclass/python-r1.eclass
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.92&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.92&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?r1=1.91&r2=1.92
118
119 Index: python-r1.eclass
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v
122 retrieving revision 1.91
123 retrieving revision 1.92
124 diff -u -r1.91 -r1.92
125 --- python-r1.eclass 4 Jul 2015 15:22:41 -0000 1.91
126 +++ python-r1.eclass 4 Jul 2015 15:26:17 -0000 1.92
127 @@ -1,6 +1,6 @@
128 # Copyright 1999-2015 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.91 2015/07/04 15:22:41 mrueg Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.92 2015/07/04 15:26:17 floppym Exp $
132
133 # @ECLASS: python-r1
134 # @MAINTAINER:
135 @@ -26,7 +26,7 @@
136 # in the packages using python-r1, and there is no need ever to inherit
137 # both.
138 #
139 -# For more information, please see the python-r1 wiki article:
140 +# For more information, please see the wiki:
141 # https://wiki.gentoo.org/wiki/Project:Python/python-r1
142
143 case "${EAPI:-0}" in
144
145
146
147 1.39 eclass/python-single-r1.eclass
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-single-r1.eclass?rev=1.39&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-single-r1.eclass?rev=1.39&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-single-r1.eclass?r1=1.38&r2=1.39
152
153 Index: python-single-r1.eclass
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v
156 retrieving revision 1.38
157 retrieving revision 1.39
158 diff -u -r1.38 -r1.39
159 --- python-single-r1.eclass 22 Mar 2015 13:41:16 -0000 1.38
160 +++ python-single-r1.eclass 4 Jul 2015 15:26:17 -0000 1.39
161 @@ -1,6 +1,6 @@
162 # Copyright 1999-2015 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.38 2015/03/22 13:41:16 mgorny Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.39 2015/07/04 15:26:17 floppym Exp $
166
167 # @ECLASS: python-single-r1
168 # @MAINTAINER:
169 @@ -28,8 +28,8 @@
170 # in the packages using python-single-r1, and there is no need ever
171 # to inherit both.
172 #
173 -# For more information, please see the python-r1 Developer's Guide:
174 -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml
175 +# For more information, please see the wiki:
176 +# https://wiki.gentoo.org/wiki/Project:Python/python-single-r1
177
178 case "${EAPI:-0}" in
179 0|1|2|3)
180
181
182
183 1.83 eclass/python-utils-r1.eclass
184
185 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.83&view=markup
186 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.83&content-type=text/plain
187 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.82&r2=1.83
188
189 Index: python-utils-r1.eclass
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v
192 retrieving revision 1.82
193 retrieving revision 1.83
194 diff -u -r1.82 -r1.83
195 --- python-utils-r1.eclass 21 Mar 2015 14:55:33 -0000 1.82
196 +++ python-utils-r1.eclass 4 Jul 2015 15:26:17 -0000 1.83
197 @@ -1,6 +1,6 @@
198 # Copyright 1999-2015 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.82 2015/03/21 14:55:33 mgorny Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.83 2015/07/04 15:26:17 floppym Exp $
202
203 # @ECLASS: python-utils-r1
204 # @MAINTAINER:
205 @@ -16,8 +16,8 @@
206 # This eclass does not set any metadata variables nor export any phase
207 # functions. It can be inherited safely.
208 #
209 -# For more information, please see the python-r1 Developer's Guide:
210 -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml
211 +# For more information, please see the wiki:
212 +# https://wiki.gentoo.org/wiki/Project:Python/python-utils-r1
213
214 case "${EAPI:-0}" in
215 0|1|2|3|4|5)