Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: python-docs-2.5.4-r1.ebuild python-docs-2.6.6.ebuild python-docs-3.2.ebuild python-docs-2.4.4-r1.ebuild ChangeLog
Date: Mon, 28 Nov 2011 19:52:21
Message-Id: 20111128195206.8A4D62004B@flycatcher.gentoo.org
1 hwoarang 11/11/28 19:52:06
2
3 Modified: python-docs-2.5.4-r1.ebuild
4 python-docs-2.6.6.ebuild python-docs-3.2.ebuild
5 python-docs-2.4.4-r1.ebuild ChangeLog
6 Log:
7 Delete old code. Update LICENSE. Patch by Arfrever.
8
9 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.8 dev-python/python-docs/python-docs-2.5.4-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild?rev=1.8&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild?rev=1.8&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild?r1=1.7&r2=1.8
17
18 Index: python-docs-2.5.4-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild,v
21 retrieving revision 1.7
22 retrieving revision 1.8
23 diff -u -r1.7 -r1.8
24 --- python-docs-2.5.4-r1.ebuild 4 Jul 2010 20:08:46 -0000 1.7
25 +++ python-docs-2.5.4-r1.ebuild 28 Nov 2011 19:52:06 -0000 1.8
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2010 Gentoo Foundation
28 +# Copyright 1999-2011 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild,v 1.7 2010/07/04 20:08:46 arfrever Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild,v 1.8 2011/11/28 19:52:06 hwoarang Exp $
32
33 EAPI="3"
34
35 @@ -8,13 +8,13 @@
36 HOMEPAGE="http://www.python.org/doc/"
37 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2"
38
39 -LICENSE="PSF-2.2"
40 +LICENSE="PSF-2"
41 SLOT="2.5"
42 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
43 IUSE=""
44
45 -DEPEND=">=app-admin/eselect-python-20091230"
46 -RDEPEND="${DEPEND}"
47 +DEPEND=""
48 +RDEPEND=""
49
50 S="${WORKDIR}"
51
52 @@ -30,26 +30,8 @@
53 doenvd "60python-docs-${SLOT}"
54 }
55
56 -eselect_python_update() {
57 - local eselect_python_options
58 - [[ "$(eselect python show)" == "python2."* ]] && eselect_python_options="--python2"
59 -
60 - # Create python2 symlink.
61 - eselect python update --python2 > /dev/null
62 -
63 - eselect python update ${eselect_python_options}
64 -}
65 -
66 -pkg_postinst() {
67 - eselect_python_update
68 -}
69 -
70 pkg_postrm() {
71 - eselect_python_update
72 -
73 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
74 rm -f "${EROOT}etc/env.d/65python-docs"
75 fi
76 -
77 - rm -f "${EROOT}etc/env.d/50python-docs"
78 }
79
80
81
82 1.3 dev-python/python-docs/python-docs-2.6.6.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.6.6.ebuild?rev=1.3&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.6.6.ebuild?rev=1.3&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.6.6.ebuild?r1=1.2&r2=1.3
87
88 Index: python-docs-2.6.6.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.6.6.ebuild,v
91 retrieving revision 1.2
92 retrieving revision 1.3
93 diff -u -r1.2 -r1.3
94 --- python-docs-2.6.6.ebuild 20 Feb 2011 16:36:46 -0000 1.2
95 +++ python-docs-2.6.6.ebuild 28 Nov 2011 19:52:06 -0000 1.3
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2011 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.6.6.ebuild,v 1.2 2011/02/20 16:36:46 arfrever Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.6.6.ebuild,v 1.3 2011/11/28 19:52:06 hwoarang Exp $
101
102 EAPI="3"
103
104 @@ -8,7 +8,7 @@
105 HOMEPAGE="http://www.python.org/doc/"
106 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
107
108 -LICENSE="PSF-2.2"
109 +LICENSE="PSF-2"
110 SLOT="2.6"
111 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
112 IUSE=""
113
114
115
116 1.3 dev-python/python-docs/python-docs-3.2.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.2.ebuild?rev=1.3&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.2.ebuild?rev=1.3&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.2.ebuild?r1=1.2&r2=1.3
121
122 Index: python-docs-3.2.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.2.ebuild,v
125 retrieving revision 1.2
126 retrieving revision 1.3
127 diff -u -r1.2 -r1.3
128 --- python-docs-3.2.ebuild 27 Aug 2011 21:22:56 -0000 1.2
129 +++ python-docs-3.2.ebuild 28 Nov 2011 19:52:06 -0000 1.3
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2011 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.2.ebuild,v 1.2 2011/08/27 21:22:56 neurogeek Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.2.ebuild,v 1.3 2011/11/28 19:52:06 hwoarang Exp $
135
136 EAPI="3"
137
138 @@ -18,12 +18,6 @@
139
140 S="${WORKDIR}/python-${PV}-docs-html"
141
142 -pkg_setup() {
143 - if has_version "=dev-lang/python-3.2_pre*[doc]"; then
144 - rm -f "${EROOT}etc/env.d/60python-docs-3.2"
145 - fi
146 -}
147 -
148 src_install() {
149 docinto html
150 cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html"
151
152
153
154 1.8 dev-python/python-docs/python-docs-2.4.4-r1.ebuild
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild?rev=1.8&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild?rev=1.8&content-type=text/plain
158 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild?r1=1.7&r2=1.8
159
160 Index: python-docs-2.4.4-r1.ebuild
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild,v
163 retrieving revision 1.7
164 retrieving revision 1.8
165 diff -u -r1.7 -r1.8
166 --- python-docs-2.4.4-r1.ebuild 4 Jul 2010 20:08:46 -0000 1.7
167 +++ python-docs-2.4.4-r1.ebuild 28 Nov 2011 19:52:06 -0000 1.8
168 @@ -1,6 +1,6 @@
169 -# Copyright 1999-2010 Gentoo Foundation
170 +# Copyright 1999-2011 Gentoo Foundation
171 # Distributed under the terms of the GNU General Public License v2
172 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild,v 1.7 2010/07/04 20:08:46 arfrever Exp $
173 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild,v 1.8 2011/11/28 19:52:06 hwoarang Exp $
174
175 EAPI="3"
176
177 @@ -9,13 +9,13 @@
178 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2
179 http://www.python.org/ftp/python/doc/${PV}/info-${PV}.tar.bz2"
180
181 -LICENSE="PSF-2.2"
182 +LICENSE="PSF-2"
183 SLOT="2.4"
184 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
185 IUSE=""
186
187 -DEPEND=">=app-admin/eselect-python-20091230"
188 -RDEPEND="${DEPEND}"
189 +DEPEND=""
190 +RDEPEND=""
191
192 S="${WORKDIR}"
193
194 @@ -41,26 +41,8 @@
195 doenvd "60python-docs-${SLOT}"
196 }
197
198 -eselect_python_update() {
199 - local eselect_python_options
200 - [[ "$(eselect python show)" == "python2."* ]] && eselect_python_options="--python2"
201 -
202 - # Create python2 symlink.
203 - eselect python update --python2 > /dev/null
204 -
205 - eselect python update ${eselect_python_options}
206 -}
207 -
208 -pkg_postinst() {
209 - eselect_python_update
210 -}
211 -
212 pkg_postrm() {
213 - eselect_python_update
214 -
215 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
216 rm -f "${EROOT}etc/env.d/65python-docs"
217 fi
218 -
219 - rm -f "${EROOT}etc/env.d/50python-docs"
220 }
221
222
223
224 1.159 dev-python/python-docs/ChangeLog
225
226 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.159&view=markup
227 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.159&content-type=text/plain
228 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?r1=1.158&r2=1.159
229
230 Index: ChangeLog
231 ===================================================================
232 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
233 retrieving revision 1.158
234 retrieving revision 1.159
235 diff -u -r1.158 -r1.159
236 --- ChangeLog 27 Aug 2011 21:22:56 -0000 1.158
237 +++ ChangeLog 28 Nov 2011 19:52:06 -0000 1.159
238 @@ -1,6 +1,11 @@
239 # ChangeLog for dev-python/python-docs
240 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
241 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.158 2011/08/27 21:22:56 neurogeek Exp $
242 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.159 2011/11/28 19:52:06 hwoarang Exp $
243 +
244 + 28 Nov 2011; Markos Chandras <hwoarang@g.o>
245 + python-docs-2.4.4-r1.ebuild, python-docs-2.5.4-r1.ebuild,
246 + python-docs-2.6.6.ebuild, python-docs-3.2.ebuild:
247 + Delete old code. Update LICENSE. Patch by Arfrever.
248
249 27 Aug 2011; Jesus Rivero <neurogeek@g.o> python-docs-2.7.1.ebuild,
250 python-docs-3.1.3.ebuild, python-docs-3.2.ebuild: