Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: python-docs-3.1.5.ebuild python-docs-2.7.3.ebuild python-docs-3.2.3.ebuild python-docs-2.6.8.ebuild ChangeLog
Date: Sat, 29 Sep 2012 18:13:21
Message-Id: 20120929181310.BCD7F21600@flycatcher.gentoo.org
1 floppym 12/09/29 18:13:10
2
3 Modified: ChangeLog
4 Added: python-docs-3.1.5.ebuild python-docs-2.7.3.ebuild
5 python-docs-3.2.3.ebuild python-docs-2.6.8.ebuild
6 Log:
7 Version bumps. Thanks to Arfrever.
8
9 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.165 dev-python/python-docs/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.165&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.165&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?r1=1.164&r2=1.165
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
21 retrieving revision 1.164
22 retrieving revision 1.165
23 diff -u -r1.164 -r1.165
24 --- ChangeLog 9 May 2012 00:07:42 -0000 1.164
25 +++ ChangeLog 29 Sep 2012 18:13:10 -0000 1.165
26 @@ -1,6 +1,16 @@
27 # ChangeLog for dev-python/python-docs
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.164 2012/05/09 00:07:42 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.165 2012/09/29 18:13:10 floppym Exp $
31 +
32 +*python-docs-3.1.5 (29 Sep 2012)
33 +*python-docs-3.2.3 (29 Sep 2012)
34 +*python-docs-2.7.3 (29 Sep 2012)
35 +*python-docs-2.6.8 (29 Sep 2012)
36 +
37 + 29 Sep 2012; Mike Gilbert <floppym@g.o> +python-docs-2.6.8.ebuild,
38 + +python-docs-2.7.3.ebuild, +python-docs-3.1.5.ebuild,
39 + +python-docs-3.2.3.ebuild:
40 + Version bumps. Thanks to Arfrever.
41
42 09 May 2012; Alexis Ballier <aballier@g.o> python-docs-2.7.2.ebuild,
43 python-docs-3.2.2.ebuild:
44
45
46
47 1.1 dev-python/python-docs/python-docs-3.1.5.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.1.5.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.1.5.ebuild?rev=1.1&content-type=text/plain
51
52 Index: python-docs-3.1.5.ebuild
53 ===================================================================
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.1.5.ebuild,v 1.1 2012/09/29 18:13:10 floppym Exp $
57
58 EAPI="3"
59
60 DESCRIPTION="HTML documentation for Python"
61 HOMEPAGE="http://www.python.org/doc/"
62 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
63
64 LICENSE="PSF-2"
65 SLOT="3.1"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
67 IUSE=""
68
69 DEPEND=""
70 RDEPEND=""
71
72 S="${WORKDIR}/python-${PV}-docs-html"
73
74 src_install() {
75 docinto html
76 cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html"
77
78 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
79 doenvd "60python-docs-${SLOT}"
80 }
81
82 pkg_postrm() {
83 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
84 rm -f "${EROOT}etc/env.d/65python-docs"
85 fi
86 }
87
88
89
90 1.1 dev-python/python-docs/python-docs-2.7.3.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.3.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.3.ebuild?rev=1.1&content-type=text/plain
94
95 Index: python-docs-2.7.3.ebuild
96 ===================================================================
97 # Copyright 1999-2012 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.7.3.ebuild,v 1.1 2012/09/29 18:13:10 floppym Exp $
100
101 EAPI="3"
102
103 DESCRIPTION="HTML documentation for Python"
104 HOMEPAGE="http://www.python.org/doc/"
105 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
106
107 LICENSE="PSF-2"
108 SLOT="2.7"
109 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
110 IUSE=""
111
112 DEPEND=""
113 RDEPEND=""
114
115 S="${WORKDIR}/python-${PV}-docs-html"
116
117 src_install() {
118 docinto html
119 cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html"
120
121 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
122 doenvd "60python-docs-${SLOT}"
123 }
124
125 pkg_postrm() {
126 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
127 rm -f "${EROOT}etc/env.d/65python-docs"
128 fi
129 }
130
131
132
133 1.1 dev-python/python-docs/python-docs-3.2.3.ebuild
134
135 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.2.3.ebuild?rev=1.1&view=markup
136 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.2.3.ebuild?rev=1.1&content-type=text/plain
137
138 Index: python-docs-3.2.3.ebuild
139 ===================================================================
140 # Copyright 1999-2012 Gentoo Foundation
141 # Distributed under the terms of the GNU General Public License v2
142 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.2.3.ebuild,v 1.1 2012/09/29 18:13:10 floppym Exp $
143
144 EAPI="3"
145
146 DESCRIPTION="HTML documentation for Python"
147 HOMEPAGE="http://www.python.org/doc/"
148 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
149
150 LICENSE="PSF-2"
151 SLOT="3.2"
152 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
153 IUSE=""
154
155 DEPEND=""
156 RDEPEND=""
157
158 S="${WORKDIR}/python-${PV}-docs-html"
159
160 src_install() {
161 docinto html
162 cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html"
163
164 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
165 doenvd "60python-docs-${SLOT}"
166 }
167
168 pkg_postrm() {
169 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
170 rm -f "${EROOT}etc/env.d/65python-docs"
171 fi
172 }
173
174
175
176 1.1 dev-python/python-docs/python-docs-2.6.8.ebuild
177
178 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.6.8.ebuild?rev=1.1&view=markup
179 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.6.8.ebuild?rev=1.1&content-type=text/plain
180
181 Index: python-docs-2.6.8.ebuild
182 ===================================================================
183 # Copyright 1999-2012 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.6.8.ebuild,v 1.1 2012/09/29 18:13:10 floppym Exp $
186
187 EAPI="3"
188
189 DESCRIPTION="HTML documentation for Python"
190 HOMEPAGE="http://www.python.org/doc/"
191 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
192
193 LICENSE="PSF-2"
194 SLOT="2.6"
195 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
196 IUSE=""
197
198 DEPEND=""
199 RDEPEND=""
200
201 S="${WORKDIR}/python-${PV}-docs-html"
202
203 src_install() {
204 docinto html
205 cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html"
206
207 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
208 doenvd "60python-docs-${SLOT}"
209 }
210
211 pkg_postrm() {
212 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
213 rm -f "${EROOT}etc/env.d/65python-docs"
214 fi
215 }