Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/docutils: docutils-0.3.7.ebuild docutils-0.4-r3.ebuild ChangeLog docutils-0.4-r2.ebuild docutils-0.4-r1.ebuild docutils-0.3.5.ebuild docutils-0.4.ebuild docutils-0.3.9.ebuild
Date: Mon, 04 Feb 2008 15:28:07
Message-Id: E1JM3Ep-00021E-W4@stork.gentoo.org
1 hawking 08/02/04 15:28:03
2
3 Modified: docutils-0.3.7.ebuild docutils-0.4-r3.ebuild
4 ChangeLog docutils-0.4-r2.ebuild
5 Removed: docutils-0.4-r1.ebuild docutils-0.3.5.ebuild
6 docutils-0.4.ebuild docutils-0.3.9.ebuild
7 Log:
8 Drop old. Quoting.
9 (Portage version: 2.1.4.1)
10
11 Revision Changes Path
12 1.19 dev-python/docutils/docutils-0.3.7.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/docutils-0.3.7.ebuild?rev=1.19&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/docutils-0.3.7.ebuild?rev=1.19&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/docutils-0.3.7.ebuild?r1=1.18&r2=1.19
17
18 Index: docutils-0.3.7.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3.7.ebuild,v
21 retrieving revision 1.18
22 retrieving revision 1.19
23 diff -u -r1.18 -r1.19
24 --- docutils-0.3.7.ebuild 4 Jul 2007 19:38:17 -0000 1.18
25 +++ docutils-0.3.7.ebuild 4 Feb 2008 15:28:03 -0000 1.19
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2007 Gentoo Foundation
28 +# Copyright 1999-2008 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3.7.ebuild,v 1.18 2007/07/04 19:38:17 hawking Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3.7.ebuild,v 1.19 2008/02/04 15:28:03 hawking Exp $
32
33 inherit distutils eutils elisp-common multilib
34
35 @@ -23,7 +23,7 @@
36 src_unpack() {
37 unpack ${A}
38 # simplified algorithm to select installing optparse and textwrap
39 - epatch ${FILESDIR}/${P}-extramodules.patch
40 + epatch "${FILESDIR}"/${P}-extramodules.patch
41 }
42
43 src_compile() {
44 @@ -45,22 +45,21 @@
45 }
46
47 src_test() {
48 - cd ${S}/test
49 + cd "${S}"/test
50 PYTHONPATH="${S}" ./alltests.py || die "alltests.py failed"
51 }
52
53 src_install() {
54 - cd ${S}
55 DOCS="*.txt"
56 distutils_src_install
57 # Tools
58 - cd ${S}/tools
59 + cd "${S}"/tools
60 for tool in *.py
61 do
62 newbin ${tool} docutils-${tool}
63 done
64 # Docs
65 - cd ${S}
66 + cd "${S}"
67 dohtml -r docs spec tools
68 for doc in $(find docs spec tools -name '*.txt')
69 do
70 @@ -82,7 +81,7 @@
71
72 if use emacs; then
73 elisp-install ${PN} tools/editors/emacs/*.{elc,el}
74 - elisp-site-file-install ${FILESDIR}/${SITEFILE}
75 + elisp-site-file-install "${FILESDIR}"/${SITEFILE}
76 fi
77 }
78
79
80
81
82 1.10 dev-python/docutils/docutils-0.4-r3.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/docutils-0.4-r3.ebuild?rev=1.10&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/docutils-0.4-r3.ebuild?rev=1.10&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/docutils-0.4-r3.ebuild?r1=1.9&r2=1.10
87
88 Index: docutils-0.4-r3.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.4-r3.ebuild,v
91 retrieving revision 1.9
92 retrieving revision 1.10
93 diff -u -r1.9 -r1.10
94 --- docutils-0.4-r3.ebuild 10 Jan 2008 09:35:55 -0000 1.9
95 +++ docutils-0.4-r3.ebuild 4 Feb 2008 15:28:03 -0000 1.10
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2008 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.4-r3.ebuild,v 1.9 2008/01/10 09:35:55 vapier Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.4-r3.ebuild,v 1.10 2008/02/04 15:28:03 hawking Exp $
101
102 NEED_PYTHON=2.4
103
104 @@ -73,7 +73,6 @@
105 }
106
107 src_install() {
108 - cd "${S}"
109 DOCS="*.txt"
110 distutils_src_install
111 # Tools
112
113
114
115 1.79 dev-python/docutils/ChangeLog
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/ChangeLog?rev=1.79&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/ChangeLog?rev=1.79&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/ChangeLog?r1=1.78&r2=1.79
120
121 Index: ChangeLog
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v
124 retrieving revision 1.78
125 retrieving revision 1.79
126 diff -u -r1.78 -r1.79
127 --- ChangeLog 2 Jan 2008 06:17:19 -0000 1.78
128 +++ ChangeLog 4 Feb 2008 15:28:03 -0000 1.79
129 @@ -1,6 +1,12 @@
130 # ChangeLog for dev-python/docutils
131 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.78 2008/01/02 06:17:19 jer Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.79 2008/02/04 15:28:03 hawking Exp $
134 +
135 + 04 Feb 2008; Ali Polatel <hawking@g.o>
136 + -files/docutils-0.3.5-extramodules.patch, -docutils-0.3.5.ebuild,
137 + docutils-0.3.7.ebuild, -docutils-0.3.9.ebuild, -docutils-0.4.ebuild,
138 + -docutils-0.4-r1.ebuild, docutils-0.4-r2.ebuild, docutils-0.4-r3.ebuild:
139 + Drop old. Quoting.
140
141 02 Jan 2008; Jeroen Roovers <jer@g.o> docutils-0.4-r3.ebuild:
142 Stable for HPPA (bug #203582).
143
144
145
146 1.12 dev-python/docutils/docutils-0.4-r2.ebuild
147
148 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/docutils-0.4-r2.ebuild?rev=1.12&view=markup
149 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/docutils-0.4-r2.ebuild?rev=1.12&content-type=text/plain
150 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/docutils/docutils-0.4-r2.ebuild?r1=1.11&r2=1.12
151
152 Index: docutils-0.4-r2.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.4-r2.ebuild,v
155 retrieving revision 1.11
156 retrieving revision 1.12
157 diff -u -r1.11 -r1.12
158 --- docutils-0.4-r2.ebuild 25 Aug 2007 22:28:08 -0000 1.11
159 +++ docutils-0.4-r2.ebuild 4 Feb 2008 15:28:03 -0000 1.12
160 @@ -1,6 +1,6 @@
161 -# Copyright 1999-2007 Gentoo Foundation
162 +# Copyright 1999-2008 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.4-r2.ebuild,v 1.11 2007/08/25 22:28:08 vapier Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.4-r2.ebuild,v 1.12 2008/02/04 15:28:03 hawking Exp $
166
167 inherit distutils eutils multilib
168
169 @@ -25,10 +25,10 @@
170 src_unpack() {
171 unpack ${A}
172 # simplified algorithm to select installing optparse and textwrap
173 - cd ${S}
174 - epatch ${FILESDIR}/${EMP}-extramodules.patch
175 + cd "${S}"
176 + epatch "${FILESDIR}"/${EMP}-extramodules.patch
177 # Fix for Python 2.5 test (bug# 172557)
178 - epatch ${FILESDIR}/${P}-python-2.5-fix.patch
179 + epatch "${FILESDIR}"/${P}-python-2.5-fix.patch
180 }
181
182 src_compile() {
183 @@ -62,22 +62,21 @@
184 }
185
186 src_test() {
187 - cd ${S}/test
188 + cd "${S}"/test
189 PYTHONPATH="${S}" ./alltests.py || die "alltests.py failed"
190 }
191
192 src_install() {
193 - cd ${S}
194 DOCS="*.txt"
195 distutils_src_install
196 # Tools
197 - cd ${S}/tools
198 + cd "${S}"/tools
199 for tool in *.py
200 do
201 dobin ${tool}
202 done
203 # Docs
204 - cd ${S}
205 + cd "${S}"
206 dohtml -r docs tools
207 # manually install the stylesheet file
208 insinto /usr/share/doc/${PF}/html
209
210
211
212 --
213 gentoo-commits@l.g.o mailing list