Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/doxygen: doxygen-1.5.5.ebuild doxygen-1.5.4.ebuild doxygen-1.5.7.1.ebuild ChangeLog doxygen-1.4.7.ebuild doxygen-1.5.6.ebuild
Date: Sat, 02 Jan 2010 22:22:16
Message-Id: E1NRCMM-0000eg-FU@stork.gentoo.org
1 yngwin 10/01/02 22:22:10
2
3 Modified: doxygen-1.5.5.ebuild doxygen-1.5.4.ebuild
4 doxygen-1.5.7.1.ebuild ChangeLog
5 doxygen-1.4.7.ebuild doxygen-1.5.6.ebuild
6 Log:
7 Drop qt3 support
8 (Portage version: 2.2_rc61/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 app-doc/doxygen/doxygen-1.5.5.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.5.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.5.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.5.ebuild?r1=1.8&r2=1.9
16
17 Index: doxygen-1.5.5.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.5.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- doxygen-1.5.5.ebuild 26 Dec 2009 17:24:39 -0000 1.8
24 +++ doxygen-1.5.5.ebuild 2 Jan 2010 22:22:09 -0000 1.9
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.5.ebuild,v 1.8 2009/12/26 17:24:39 pva Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.5.ebuild,v 1.9 2010/01/02 22:22:09 yngwin Exp $
31
32 EAPI=1
33
34 -inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime
35 +inherit eutils flag-o-matic toolchain-funcs fdo-mime
36
37 DESCRIPTION="documentation system for C++, C, Java, Objective-C, Python, IDL, and other languages"
38 HOMEPAGE="http://www.doxygen.org/"
39 @@ -13,10 +13,9 @@
40 LICENSE="GPL-2"
41 SLOT="0"
42 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
43 -IUSE="debug doc nodot qt3 latex elibc_FreeBSD"
44 +IUSE="debug doc nodot latex elibc_FreeBSD"
45
46 -RDEPEND="qt3? ( x11-libs/qt:3 )
47 - latex? ( app-text/texlive-core
48 +RDEPEND="latex? ( app-text/texlive-core
49 dev-texlive/texlive-latexrecommended
50 dev-texlive/texlive-genericrecommended
51 dev-texlive/texlive-fontsrecommended )
52 @@ -83,17 +82,7 @@
53 my_conf="--prefix ${D}usr"
54 fi
55
56 - if use qt3; then
57 - einfo "using QTDIR: '$QTDIR'."
58 - export LIBRARY_PATH="${QTDIR}/$(get_libdir):${LIBRARY_PATH}"
59 - export LD_LIBRARY_PATH="${QTDIR}/$(get_libdir):${LD_LIBRARY_PATH}"
60 - einfo "using QT LIBRARY_PATH: '$LIBRARY_PATH'."
61 - einfo "using QT LD_LIBRARY_PATH: '$LD_LIBRARY_PATH'."
62 - ./configure ${my_conf} $(use_with qt3 doxywizard) \
63 - || die 'configure with qt3 failed'
64 - else
65 - ./configure ${my_conf} || die 'configure failed'
66 - fi
67 + ./configure ${my_conf} || die 'configure failed'
68
69 # and compile
70 emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINK="$(tc-getCXX)" \
71 @@ -131,12 +120,6 @@
72 make DESTDIR="${D}" MAN1DIR=share/man/man1 \
73 install || die '"make install" failed.'
74
75 - if use qt3; then
76 - doicon "${FILESDIR}/doxywizard.png"
77 - make_desktop_entry doxywizard "DoxyWizard ${PV}" \
78 - "doxywizard.png" "Application;Development"
79 - fi
80 -
81 dodoc INSTALL LANGUAGE.HOWTO README
82
83 # pdf and html manuals
84 @@ -153,7 +136,7 @@
85 fdo-mime_desktop_database_update
86
87 elog
88 - elog "The USE flags qt3, doc, and latex will enable doxywizard, or"
89 + elog "The USE flags doc, and latex will enable "
90 elog "the html and pdf documentation, respectively. For examples"
91 elog "and other goodies, see the source tarball. For some example"
92 elog "output, run doxygen on the doxygen source using the Doxyfile"
93
94
95
96 1.20 app-doc/doxygen/doxygen-1.5.4.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild?rev=1.20&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild?rev=1.20&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild?r1=1.19&r2=1.20
101
102 Index: doxygen-1.5.4.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild,v
105 retrieving revision 1.19
106 retrieving revision 1.20
107 diff -u -r1.19 -r1.20
108 --- doxygen-1.5.4.ebuild 26 Dec 2009 17:24:39 -0000 1.19
109 +++ doxygen-1.5.4.ebuild 2 Jan 2010 22:22:09 -0000 1.20
110 @@ -1,10 +1,10 @@
111 -# Copyright 1999-2009 Gentoo Foundation
112 +# Copyright 1999-2010 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild,v 1.19 2009/12/26 17:24:39 pva Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild,v 1.20 2010/01/02 22:22:09 yngwin Exp $
116
117 EAPI=1
118
119 -inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime
120 +inherit eutils flag-o-matic toolchain-funcs fdo-mime
121
122 DESCRIPTION="documentation system for C++, C, Java, Objective-C, Python, IDL, and other languages"
123 HOMEPAGE="http://www.doxygen.org/"
124 @@ -13,10 +13,9 @@
125 LICENSE="GPL-2"
126 SLOT="0"
127 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
128 -IUSE="debug doc nodot qt3 latex elibc_FreeBSD"
129 +IUSE="debug doc nodot latex elibc_FreeBSD"
130
131 -RDEPEND="qt3? ( x11-libs/qt:3 )
132 - latex? ( app-text/texlive-core
133 +RDEPEND="latex? ( app-text/texlive-core
134 dev-texlive/texlive-latexrecommended
135 dev-texlive/texlive-genericrecommended
136 dev-texlive/texlive-fontsrecommended
137 @@ -83,17 +82,7 @@
138 local my_conf="--prefix ${D}usr"
139 fi
140
141 - if use qt3; then
142 - einfo "using QTDIR: '$QTDIR'."
143 - export LD_LIBRARY_PATH=${QTDIR}/$(get_libdir):${LD_LIBRARY_PATH}
144 - export LIBRARY_PATH=${QTDIR}/$(get_libdir):${LIBRARY_PATH}
145 - einfo "using QT LIBRARY_PATH: '$LIBRARY_PATH'."
146 - einfo "using QT LD_LIBRARY_PATH: '$LD_LIBRARY_PATH'."
147 - ./configure ${my_conf} $(use_with qt3 doxywizard) \
148 - || die 'configure with qt3 failed'
149 - else
150 - ./configure ${my_conf} || die 'configure failed'
151 - fi
152 + ./configure ${my_conf} || die 'configure failed'
153
154 # and compile
155 emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINK="$(tc-getCXX)" \
156 @@ -131,12 +120,6 @@
157 make DESTDIR="${D}" MAN1DIR=share/man/man1 \
158 install || die '"make install" failed.'
159
160 - if use qt3; then
161 - doicon "${FILESDIR}/doxywizard.png"
162 - make_desktop_entry doxywizard "DoxyWizard ${PV}" \
163 - "doxywizard.png" "Application;Development"
164 - fi
165 -
166 dodoc INSTALL LANGUAGE.HOWTO README
167
168 # pdf and html manuals
169 @@ -153,7 +136,7 @@
170 fdo-mime_desktop_database_update
171
172 elog
173 - elog "The USE flags qt3, doc, and latex will enable doxywizard, or"
174 + elog "The USE flags doc, and latex will enable "
175 elog "the html and pdf documentation, respectively. For examples"
176 elog "and other goodies, see the source tarball. For some example"
177 elog "output, run doxygen on the doxygen source using the Doxyfile"
178
179
180
181 1.6 app-doc/doxygen/doxygen-1.5.7.1.ebuild
182
183 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.7.1.ebuild?rev=1.6&view=markup
184 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.7.1.ebuild?rev=1.6&content-type=text/plain
185 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.7.1.ebuild?r1=1.5&r2=1.6
186
187 Index: doxygen-1.5.7.1.ebuild
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.7.1.ebuild,v
190 retrieving revision 1.5
191 retrieving revision 1.6
192 diff -u -r1.5 -r1.6
193 --- doxygen-1.5.7.1.ebuild 26 Dec 2009 17:24:39 -0000 1.5
194 +++ doxygen-1.5.7.1.ebuild 2 Jan 2010 22:22:09 -0000 1.6
195 @@ -1,10 +1,10 @@
196 -# Copyright 1999-2009 Gentoo Foundation
197 +# Copyright 1999-2010 Gentoo Foundation
198 # Distributed under the terms of the GNU General Public License v2
199 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.7.1.ebuild,v 1.5 2009/12/26 17:24:39 pva Exp $
200 +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.7.1.ebuild,v 1.6 2010/01/02 22:22:09 yngwin Exp $
201
202 EAPI=1
203
204 -inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime
205 +inherit eutils flag-o-matic toolchain-funcs fdo-mime
206
207 DESCRIPTION="documentation system for C++, C, Java, Objective-C, Python, IDL, and other languages"
208 HOMEPAGE="http://www.doxygen.org/"
209 @@ -13,10 +13,9 @@
210 LICENSE="GPL-2"
211 SLOT="0"
212 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
213 -IUSE="debug doc nodot qt3 latex elibc_FreeBSD"
214 +IUSE="debug doc nodot latex elibc_FreeBSD"
215
216 -RDEPEND="qt3? ( x11-libs/qt:3 )
217 - latex? ( app-text/texlive-core
218 +RDEPEND="latex? ( app-text/texlive-core
219 dev-texlive/texlive-genericrecommended
220 dev-texlive/texlive-fontsrecommended
221 dev-texlive/texlive-latexrecommended
222 @@ -90,17 +89,7 @@
223 my_conf="--prefix /usr"
224 fi
225
226 - if use qt3; then
227 - einfo "using QTDIR: '$QTDIR'."
228 - export LIBRARY_PATH="${QTDIR}/$(get_libdir):${LIBRARY_PATH}"
229 - export LD_LIBRARY_PATH="${QTDIR}/$(get_libdir):${LD_LIBRARY_PATH}"
230 - einfo "using QT LIBRARY_PATH: '$LIBRARY_PATH'."
231 - einfo "using QT LD_LIBRARY_PATH: '$LD_LIBRARY_PATH'."
232 - ./configure ${my_conf} $(use_with qt3 doxywizard) \
233 - || die 'configure with qt3 failed'
234 - else
235 - ./configure ${my_conf} || die 'configure failed'
236 - fi
237 + ./configure ${my_conf} || die 'configure failed'
238
239 # and compile
240 emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINK="$(tc-getCXX)" \
241 @@ -138,12 +127,6 @@
242 make DESTDIR="${D}" MAN1DIR=share/man/man1 \
243 install || die '"make install" failed.'
244
245 - if use qt3; then
246 - doicon "${FILESDIR}/doxywizard.png"
247 - make_desktop_entry doxywizard "DoxyWizard ${PV}" \
248 - "doxywizard.png" "Application;Development"
249 - fi
250 -
251 dodoc INSTALL LANGUAGE.HOWTO README
252
253 # pdf and html manuals
254 @@ -160,7 +143,7 @@
255 fdo-mime_desktop_database_update
256
257 elog
258 - elog "The USE flags qt3, doc, and latex will enable doxywizard, or"
259 + elog "The USE flags doc, and latex will enable"
260 elog "the html and pdf documentation, respectively. For examples"
261 elog "and other goodies, see the source tarball. For some example"
262 elog "output, run doxygen on the doxygen source using the Doxyfile"
263
264
265
266 1.172 app-doc/doxygen/ChangeLog
267
268 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/ChangeLog?rev=1.172&view=markup
269 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/ChangeLog?rev=1.172&content-type=text/plain
270 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/ChangeLog?r1=1.171&r2=1.172
271
272 Index: ChangeLog
273 ===================================================================
274 RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v
275 retrieving revision 1.171
276 retrieving revision 1.172
277 diff -u -r1.171 -r1.172
278 --- ChangeLog 26 Dec 2009 17:24:39 -0000 1.171
279 +++ ChangeLog 2 Jan 2010 22:22:09 -0000 1.172
280 @@ -1,6 +1,11 @@
281 # ChangeLog for app-doc/doxygen
282 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
283 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.171 2009/12/26 17:24:39 pva Exp $
284 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
285 +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.172 2010/01/02 22:22:09 yngwin Exp $
286 +
287 + 02 Jan 2010; Ben de Groot <yngwin@g.o> doxygen-1.4.7.ebuild,
288 + doxygen-1.5.4.ebuild, doxygen-1.5.5.ebuild, doxygen-1.5.6.ebuild,
289 + doxygen-1.5.7.1.ebuild:
290 + Drop qt3 support
291
292 26 Dec 2009; Peter Volkov <pva@g.o> doxygen-1.4.7.ebuild,
293 doxygen-1.5.4.ebuild, doxygen-1.5.5.ebuild, doxygen-1.5.6.ebuild,
294
295
296
297 1.29 app-doc/doxygen/doxygen-1.4.7.ebuild
298
299 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild?rev=1.29&view=markup
300 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild?rev=1.29&content-type=text/plain
301 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild?r1=1.28&r2=1.29
302
303 Index: doxygen-1.4.7.ebuild
304 ===================================================================
305 RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild,v
306 retrieving revision 1.28
307 retrieving revision 1.29
308 diff -u -r1.28 -r1.29
309 --- doxygen-1.4.7.ebuild 26 Dec 2009 17:24:39 -0000 1.28
310 +++ doxygen-1.4.7.ebuild 2 Jan 2010 22:22:09 -0000 1.29
311 @@ -1,10 +1,10 @@
312 -# Copyright 1999-2009 Gentoo Foundation
313 +# Copyright 1999-2010 Gentoo Foundation
314 # Distributed under the terms of the GNU General Public License v2
315 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild,v 1.28 2009/12/26 17:24:39 pva Exp $
316 +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild,v 1.29 2010/01/02 22:22:09 yngwin Exp $
317
318 EAPI=1
319
320 -inherit eutils flag-o-matic toolchain-funcs qt3
321 +inherit eutils flag-o-matic toolchain-funcs
322
323 DESCRIPTION="documentation system for C++, C, Java, Objective-C, Python, IDL, and other languages"
324 HOMEPAGE="http://www.doxygen.org/"
325 @@ -14,10 +14,9 @@
326 LICENSE="GPL-2"
327 SLOT="0"
328 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
329 -IUSE="doc qt3 latex unicode"
330 +IUSE="doc latex unicode"
331
332 RDEPEND=">=media-gfx/graphviz-2.6
333 - qt3? ( x11-libs/qt:3 )
334 latex? ( app-text/texlive-core
335 dev-texlive/texlive-latexrecommended
336 dev-texlive/texlive-genericrecommended
337 @@ -63,16 +62,7 @@
338 export ECFLAGS="${CFLAGS}" ECXXFLAGS="${CXXFLAGS}" ELDFLAGS="${LDFLAGS}"
339 # set ./configure options (prefix, Qt based wizard, docdir)
340 local my_conf="--prefix ${D}usr"
341 - if use qt3; then
342 - einfo "using QTDIR: '$QTDIR'."
343 - export LD_LIBRARY_PATH=${QTDIR}/$(get_libdir):${LD_LIBRARY_PATH}
344 - export LIBRARY_PATH=${QTDIR}/$(get_libdir):${LIBRARY_PATH}
345 - einfo "using QT LIBRARY_PATH: '$LIBRARY_PATH'."
346 - einfo "using QT LD_LIBRARY_PATH: '$LD_LIBRARY_PATH'."
347 - ./configure ${my_conf} $(use_with qt3 doxywizard) || die 'configure failed'
348 - else
349 - ./configure ${my_conf} || die 'configure failed'
350 - fi
351 + ./configure ${my_conf} || die 'configure failed'
352
353 # and compile
354 emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINK="$(tc-getCXX)" \
355 @@ -118,7 +108,7 @@
356
357 pkg_postinst() {
358 elog
359 - elog "The USE flags qt3, doc, and tetex will enable doxywizard, or"
360 + elog "The USE flags doc, and tetex will enable "
361 elog "the html and pdf documentation, respectively. For examples"
362 elog "and other goodies, see the source tarball. For some example"
363 elog "output, run doxygen on the doxygen source using the Doxyfile"
364
365
366
367 1.5 app-doc/doxygen/doxygen-1.5.6.ebuild
368
369 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.6.ebuild?rev=1.5&view=markup
370 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.6.ebuild?rev=1.5&content-type=text/plain
371 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doxygen/doxygen-1.5.6.ebuild?r1=1.4&r2=1.5
372
373 Index: doxygen-1.5.6.ebuild
374 ===================================================================
375 RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.6.ebuild,v
376 retrieving revision 1.4
377 retrieving revision 1.5
378 diff -u -r1.4 -r1.5
379 --- doxygen-1.5.6.ebuild 26 Dec 2009 17:24:39 -0000 1.4
380 +++ doxygen-1.5.6.ebuild 2 Jan 2010 22:22:09 -0000 1.5
381 @@ -1,10 +1,10 @@
382 -# Copyright 1999-2009 Gentoo Foundation
383 +# Copyright 1999-2010 Gentoo Foundation
384 # Distributed under the terms of the GNU General Public License v2
385 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.6.ebuild,v 1.4 2009/12/26 17:24:39 pva Exp $
386 +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.6.ebuild,v 1.5 2010/01/02 22:22:09 yngwin Exp $
387
388 EAPI=1
389
390 -inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime
391 +inherit eutils flag-o-matic toolchain-funcs fdo-mime
392
393 DESCRIPTION="documentation system for C++, C, Java, Objective-C, Python, IDL, and other languages"
394 HOMEPAGE="http://www.doxygen.org/"
395 @@ -13,10 +13,9 @@
396 LICENSE="GPL-2"
397 SLOT="0"
398 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
399 -IUSE="debug doc nodot qt3 latex elibc_FreeBSD"
400 +IUSE="debug doc nodot latex elibc_FreeBSD"
401
402 -RDEPEND="qt3? ( x11-libs/qt:3 )
403 - latex? ( app-text/texlive-core
404 +RDEPEND="latex? ( app-text/texlive-core
405 dev-texlive/texlive-latexrecommended
406 dev-texlive/texlive-genericrecommended
407 dev-texlive/texlive-fontsrecommended )
408 @@ -83,17 +82,7 @@
409 my_conf="--prefix ${D}usr"
410 fi
411
412 - if use qt3; then
413 - einfo "using QTDIR: '$QTDIR'."
414 - export LIBRARY_PATH="${QTDIR}/$(get_libdir):${LIBRARY_PATH}"
415 - export LD_LIBRARY_PATH="${QTDIR}/$(get_libdir):${LD_LIBRARY_PATH}"
416 - einfo "using QT LIBRARY_PATH: '$LIBRARY_PATH'."
417 - einfo "using QT LD_LIBRARY_PATH: '$LD_LIBRARY_PATH'."
418 - ./configure ${my_conf} $(use_with qt3 doxywizard) \
419 - || die 'configure with qt3 failed'
420 - else
421 - ./configure ${my_conf} || die 'configure failed'
422 - fi
423 + ./configure ${my_conf} || die 'configure failed'
424
425 # and compile
426 emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINK="$(tc-getCXX)" \
427 @@ -131,12 +120,6 @@
428 make DESTDIR="${D}" MAN1DIR=share/man/man1 \
429 install || die '"make install" failed.'
430
431 - if use qt3; then
432 - doicon "${FILESDIR}/doxywizard.png"
433 - make_desktop_entry doxywizard "DoxyWizard ${PV}" \
434 - "doxywizard.png" "Application;Development"
435 - fi
436 -
437 dodoc INSTALL LANGUAGE.HOWTO README
438
439 # pdf and html manuals
440 @@ -153,7 +136,7 @@
441 fdo-mime_desktop_database_update
442
443 elog
444 - elog "The USE flags qt3, doc, and latex will enable doxywizard, or"
445 + elog "The USE flags doc, and latex will enable "
446 elog "the html and pdf documentation, respectively. For examples"
447 elog "and other goodies, see the source tarball. For some example"
448 elog "output, run doxygen on the doxygen source using the Doxyfile"