Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/darcs: darcs-1.0.8-r2.ebuild ChangeLog darcs-1.0.7.ebuild darcs-1.0.5.ebuild darcs-1.0.9.ebuild darcs-1.0.6.ebuild
Date: Sun, 30 Dec 2007 16:30:59
Message-Id: E1J913o-0004VL-R6@stork.gentoo.org
1 kolmodin 07/12/30 16:30:48
2
3 Modified: darcs-1.0.8-r2.ebuild ChangeLog darcs-1.0.7.ebuild
4 darcs-1.0.5.ebuild darcs-1.0.9.ebuild
5 darcs-1.0.6.ebuild
6 Log:
7 Add test of USE flags of latex2html to older dev-util/darcs ebuilds. Fixes #195801.
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.4 dev-util/darcs/darcs-1.0.8-r2.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild?r1=1.3&r2=1.4
16
17 Index: darcs-1.0.8-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- darcs-1.0.8-r2.ebuild 21 Dec 2007 00:29:10 -0000 1.3
24 +++ darcs-1.0.8-r2.ebuild 30 Dec 2007 16:30:48 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild,v 1.3 2007/12/21 00:29:10 dcoutts Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.8-r2.ebuild,v 1.4 2007/12/30 16:30:48 kolmodin Exp $
30
31 inherit base autotools eutils
32
33 @@ -29,6 +29,15 @@
34
35 S=${WORKDIR}/${MY_P}
36
37 +pkg_setup() {
38 + if use doc && ! built_with_use -o dev-tex/latex2html png gif; then
39 + eerror "Building darcs with USE=\"doc\" requires that"
40 + eerror "dev-tex/latex2html is built with at least one of"
41 + eerror "USE=\"png\" and USE=\"gif\"."
42 + die "USE=doc requires dev-tex/latex2html with USE=\"png\" or USE=\"gif\""
43 + fi
44 +}
45 +
46 src_unpack() {
47 base_src_unpack
48
49
50
51
52 1.82 dev-util/darcs/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/ChangeLog?rev=1.82&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/ChangeLog?rev=1.82&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/ChangeLog?r1=1.81&r2=1.82
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v
61 retrieving revision 1.81
62 retrieving revision 1.82
63 diff -u -r1.81 -r1.82
64 --- ChangeLog 21 Dec 2007 00:29:10 -0000 1.81
65 +++ ChangeLog 30 Dec 2007 16:30:48 -0000 1.82
66 @@ -1,6 +1,13 @@
67 # ChangeLog for dev-util/darcs
68 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v 1.81 2007/12/21 00:29:10 dcoutts Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v 1.82 2007/12/30 16:30:48 kolmodin Exp $
71 +
72 + 30 Dec 2007; Lennart Kolmodin <kolmodin@g.o> darcs-1.0.5.ebuild,
73 + darcs-1.0.6.ebuild, darcs-1.0.7.ebuild, darcs-1.0.8-r2.ebuild,
74 + darcs-1.0.9.ebuild:
75 + Add test that dev-tex/latex2html was built with USE=png or USE=gif for all
76 + affected darcs versions as the docs documentation will fail otherwise.
77 + This fixes bug #195801.
78
79 21 Dec 2007; Duncan Coutts <dcoutts@g.o> darcs-1.1.0_pre1.ebuild:
80 Add missing deps on parsec and regex-compat. Fixes bug #202887.
81
82
83
84 1.8 dev-util/darcs/darcs-1.0.7.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild?rev=1.8&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild?rev=1.8&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild?r1=1.7&r2=1.8
89
90 Index: darcs-1.0.7.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild,v
93 retrieving revision 1.7
94 retrieving revision 1.8
95 diff -u -r1.7 -r1.8
96 --- darcs-1.0.7.ebuild 21 Dec 2007 00:29:10 -0000 1.7
97 +++ darcs-1.0.7.ebuild 30 Dec 2007 16:30:48 -0000 1.8
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2007 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild,v 1.7 2007/12/21 00:29:10 dcoutts Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild,v 1.8 2007/12/30 16:30:48 kolmodin Exp $
103
104 inherit base autotools eutils
105
106 @@ -29,6 +29,15 @@
107
108 S=${WORKDIR}/${MY_P}
109
110 +pkg_setup() {
111 + if use doc && ! built_with_use -o dev-tex/latex2html png gif; then
112 + eerror "Building darcs with USE=\"doc\" requires that"
113 + eerror "dev-tex/latex2html is built with at least one of"
114 + eerror "USE=\"png\" and USE=\"gif\"."
115 + die "USE=doc requires dev-tex/latex2html with USE=\"png\" or USE=\"gif\""
116 + fi
117 +}
118 +
119 src_unpack() {
120 base_src_unpack
121
122
123
124
125 1.11 dev-util/darcs/darcs-1.0.5.ebuild
126
127 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild?rev=1.11&view=markup
128 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild?rev=1.11&content-type=text/plain
129 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild?r1=1.10&r2=1.11
130
131 Index: darcs-1.0.5.ebuild
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild,v
134 retrieving revision 1.10
135 retrieving revision 1.11
136 diff -u -r1.10 -r1.11
137 --- darcs-1.0.5.ebuild 21 Dec 2007 00:29:10 -0000 1.10
138 +++ darcs-1.0.5.ebuild 30 Dec 2007 16:30:48 -0000 1.11
139 @@ -1,8 +1,8 @@
140 # Copyright 1999-2007 Gentoo Foundation
141 # Distributed under the terms of the GNU General Public License v2
142 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild,v 1.10 2007/12/21 00:29:10 dcoutts Exp $
143 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.5.ebuild,v 1.11 2007/12/30 16:30:48 kolmodin Exp $
144
145 -inherit base fixheadtails
146 +inherit base fixheadtails eutils
147
148 DESCRIPTION="David's Advanced Revision Control System is yet another replacement for CVS"
149 HOMEPAGE="http://abridgegame.org/darcs"
150 @@ -31,6 +31,15 @@
151
152 S=${WORKDIR}/${MY_P}
153
154 +pkg_setup() {
155 + if use doc && ! built_with_use -o dev-tex/latex2html png gif; then
156 + eerror "Building darcs with USE=\"doc\" requires that"
157 + eerror "dev-tex/latex2html is built with at least one of"
158 + eerror "USE=\"png\" and USE=\"gif\"."
159 + die "USE=doc requires dev-tex/latex2html with USE=\"png\" or USE=\"gif\""
160 + fi
161 +}
162 +
163 src_unpack() {
164 base_src_unpack
165 ht_fix_all
166
167
168
169 1.10 dev-util/darcs/darcs-1.0.9.ebuild
170
171 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild?rev=1.10&view=markup
172 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild?rev=1.10&content-type=text/plain
173 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild?r1=1.9&r2=1.10
174
175 Index: darcs-1.0.9.ebuild
176 ===================================================================
177 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild,v
178 retrieving revision 1.9
179 retrieving revision 1.10
180 diff -u -r1.9 -r1.10
181 --- darcs-1.0.9.ebuild 20 Dec 2007 13:48:35 -0000 1.9
182 +++ darcs-1.0.9.ebuild 30 Dec 2007 16:30:48 -0000 1.10
183 @@ -1,6 +1,6 @@
184 # Copyright 1999-2007 Gentoo Foundation
185 # Distributed under the terms of the GNU General Public License v2
186 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild,v 1.9 2007/12/20 13:48:35 dcoutts Exp $
187 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild,v 1.10 2007/12/30 16:30:48 kolmodin Exp $
188
189 inherit base autotools eutils
190
191 @@ -31,6 +31,15 @@
192
193 S=${WORKDIR}/${MY_P}
194
195 +pkg_setup() {
196 + if use doc && ! built_with_use -o dev-tex/latex2html png gif; then
197 + eerror "Building darcs with USE=\"doc\" requires that"
198 + eerror "dev-tex/latex2html is built with at least one of"
199 + eerror "USE=\"png\" and USE=\"gif\"."
200 + die "USE=doc requires dev-tex/latex2html with USE=\"png\" or USE=\"gif\""
201 + fi
202 +}
203 +
204 src_unpack() {
205 base_src_unpack
206
207
208
209
210 1.10 dev-util/darcs/darcs-1.0.6.ebuild
211
212 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild?rev=1.10&view=markup
213 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild?rev=1.10&content-type=text/plain
214 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild?r1=1.9&r2=1.10
215
216 Index: darcs-1.0.6.ebuild
217 ===================================================================
218 RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild,v
219 retrieving revision 1.9
220 retrieving revision 1.10
221 diff -u -r1.9 -r1.10
222 --- darcs-1.0.6.ebuild 21 Dec 2007 00:29:10 -0000 1.9
223 +++ darcs-1.0.6.ebuild 30 Dec 2007 16:30:48 -0000 1.10
224 @@ -1,8 +1,8 @@
225 # Copyright 1999-2007 Gentoo Foundation
226 # Distributed under the terms of the GNU General Public License v2
227 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild,v 1.9 2007/12/21 00:29:10 dcoutts Exp $
228 +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.6.ebuild,v 1.10 2007/12/30 16:30:48 kolmodin Exp $
229
230 -inherit base
231 +inherit base eutils
232
233 DESCRIPTION="David's Advanced Revision Control System is yet another replacement for CVS"
234 HOMEPAGE="http://abridgegame.org/darcs"
235 @@ -31,6 +31,15 @@
236
237 S=${WORKDIR}/${MY_P}
238
239 +pkg_setup() {
240 + if use doc && ! built_with_use -o dev-tex/latex2html png gif; then
241 + eerror "Building darcs with USE=\"doc\" requires that"
242 + eerror "dev-tex/latex2html is built with at least one of"
243 + eerror "USE=\"png\" and USE=\"gif\"."
244 + die "USE=doc requires dev-tex/latex2html with USE=\"png\" or USE=\"gif\""
245 + fi
246 +}
247 +
248 src_unpack() {
249 base_src_unpack
250
251
252
253
254 --
255 gentoo-commits@g.o mailing list