Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: ChangeLog python-docs-2.6.6.ebuild python-docs-2.7.1.ebuild python-docs-3.1.3.ebuild
Date: Sun, 28 Nov 2010 19:17:40
Message-Id: 20101128191709.B1C9820051@flycatcher.gentoo.org
1 arfrever 10/11/28 19:17:09
2
3 Modified: ChangeLog
4 Added: python-docs-2.6.6.ebuild python-docs-2.7.1.ebuild
5 python-docs-3.1.3.ebuild
6 Log:
7 Version bumps.
8
9 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.154 dev-python/python-docs/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.154&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.154&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?r1=1.153&r2=1.154
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
21 retrieving revision 1.153
22 retrieving revision 1.154
23 diff -u -r1.153 -r1.154
24 --- ChangeLog 7 Oct 2010 12:18:36 -0000 1.153
25 +++ ChangeLog 28 Nov 2010 19:17:09 -0000 1.154
26 @@ -1,6 +1,15 @@
27 # ChangeLog for dev-python/python-docs
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.153 2010/10/07 12:18:36 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.154 2010/11/28 19:17:09 arfrever Exp $
31 +
32 +*python-docs-3.1.3 (28 Nov 2010)
33 +*python-docs-2.7.1 (28 Nov 2010)
34 +*python-docs-2.6.6 (28 Nov 2010)
35 +
36 + 28 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
37 + +python-docs-2.6.6.ebuild, -python-docs-2.7.ebuild,
38 + +python-docs-2.7.1.ebuild, +python-docs-3.1.3.ebuild:
39 + Version bumps.
40
41 07 Oct 2010; Samuli Suominen <ssuominen@g.o>
42 python-docs-2.6.5.ebuild:
43
44
45
46 1.1 dev-python/python-docs/python-docs-2.6.6.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.6.6.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.6.6.ebuild?rev=1.1&content-type=text/plain
50
51 Index: python-docs-2.6.6.ebuild
52 ===================================================================
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.6.6.ebuild,v 1.1 2010/11/28 19:17:09 arfrever Exp $
56
57 EAPI="3"
58
59 DESCRIPTION="HTML documentation for Python"
60 HOMEPAGE="http://www.python.org/doc/"
61 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
62
63 LICENSE="PSF-2.2"
64 SLOT="2.6"
65 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"
66 IUSE=""
67
68 DEPEND=""
69 RDEPEND=""
70
71 S="${WORKDIR}/python-${PV}-docs-html"
72
73 src_install() {
74 docinto html
75 cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html"
76
77 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
78 doenvd "60python-docs-${SLOT}"
79 }
80
81 pkg_postrm() {
82 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
83 rm -f "${EROOT}etc/env.d/65python-docs"
84 fi
85 }
86
87
88
89 1.1 dev-python/python-docs/python-docs-2.7.1.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.1.ebuild?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.1.ebuild?rev=1.1&content-type=text/plain
93
94 Index: python-docs-2.7.1.ebuild
95 ===================================================================
96 # Copyright 1999-2010 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.7.1.ebuild,v 1.1 2010/11/28 19:17:09 arfrever Exp $
99
100 EAPI="3"
101
102 DESCRIPTION="HTML documentation for Python"
103 HOMEPAGE="http://www.python.org/doc/"
104 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
105
106 LICENSE="PSF-2.2"
107 SLOT="2.7"
108 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"
109 IUSE=""
110
111 DEPEND=""
112 RDEPEND=""
113
114 S="${WORKDIR}/python-${PV}-docs-html"
115
116 src_install() {
117 docinto html
118 cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html"
119
120 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
121 doenvd "60python-docs-${SLOT}"
122 }
123
124 pkg_postrm() {
125 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
126 rm -f "${EROOT}etc/env.d/65python-docs"
127 fi
128 }
129
130
131
132 1.1 dev-python/python-docs/python-docs-3.1.3.ebuild
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.1.3.ebuild?rev=1.1&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.1.3.ebuild?rev=1.1&content-type=text/plain
136
137 Index: python-docs-3.1.3.ebuild
138 ===================================================================
139 # Copyright 1999-2010 Gentoo Foundation
140 # Distributed under the terms of the GNU General Public License v2
141 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.1.3.ebuild,v 1.1 2010/11/28 19:17:09 arfrever Exp $
142
143 EAPI="3"
144
145 DESCRIPTION="HTML documentation for Python"
146 HOMEPAGE="http://www.python.org/doc/"
147 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
148
149 LICENSE="PSF-2.2"
150 SLOT="3.1"
151 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"
152 IUSE=""
153
154 DEPEND=""
155 RDEPEND=""
156
157 S="${WORKDIR}/python-${PV}-docs-html"
158
159 src_install() {
160 docinto html
161 cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html"
162
163 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
164 doenvd "60python-docs-${SLOT}"
165 }
166
167 pkg_postrm() {
168 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
169 rm -f "${EROOT}etc/env.d/65python-docs"
170 fi
171 }