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 dev-qt/qthelp: qthelp-4.8.4.ebuild ChangeLog metadata.xml
Date: Sat, 02 Mar 2013 15:30:25
Message-Id: 20130302153020.A74B62171E@flycatcher.gentoo.org
1 yngwin 13/03/02 15:30:20
2
3 Added: qthelp-4.8.4.ebuild ChangeLog metadata.xml
4 Log:
5 Move to new dev-qt category
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x2B2474AD43CE296E!)
8
9 Revision Changes Path
10 1.1 dev-qt/qthelp/qthelp-4.8.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/qthelp-4.8.4.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/qthelp-4.8.4.ebuild?rev=1.1&content-type=text/plain
14
15 Index: qthelp-4.8.4.ebuild
16 ===================================================================
17 # Copyright 1999-2012 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/qthelp-4.8.4.ebuild,v 1.1 2013/03/02 15:30:20 yngwin Exp $
20
21 EAPI=4
22
23 inherit eutils qt4-build
24
25 DESCRIPTION="The Help module and Assistant application for the Qt toolkit"
26 SRC_URI+="
27 compat? (
28 ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz
29 http://dev.gentoo.org/~pesa/distfiles/qt-assistant-compat-headers-4.7.tar.gz
30 )"
31
32 SLOT="4"
33 if [[ ${QT4_BUILD_TYPE} == live ]]; then
34 KEYWORDS=""
35 else
36 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~ppc-macos ~x64-macos"
37 fi
38 IUSE="compat doc +glib qt3support trace webkit"
39
40 DEPEND="
41 ~dev-qt/qtgui-${PV}[aqua=,debug=,glib=,qt3support=,trace?]
42 ~dev-qt/qtsql-${PV}[aqua=,debug=,qt3support=,sqlite]
43 webkit? ( ~dev-qt/qtwebkit-${PV}[aqua=,debug=] )
44 "
45 RDEPEND="${DEPEND}"
46
47 PATCHES=(
48 "${FILESDIR}/${PN}-4.8.2+gcc-4.7.patch"
49 )
50
51 pkg_setup() {
52 # Pixeltool isn't really assistant related, but it relies on
53 # the assistant libraries.
54 QT4_TARGET_DIRECTORIES="
55 tools/assistant
56 tools/pixeltool
57 tools/qdoc3"
58 QT4_EXTRACT_DIRECTORIES="
59 tools
60 demos
61 examples
62 src
63 include
64 doc"
65
66 use trace && QT4_TARGET_DIRECTORIES+=" tools/qttracereplay"
67
68 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
69 ${QT4_EXTRACT_DIRECTORIES}"
70
71 qt4-build_pkg_setup
72 }
73
74 src_unpack() {
75 qt4-build_src_unpack
76
77 # compat version
78 # http://labs.qt.nokia.com/2010/06/22/qt-assistant-compat-version-available-as-extra-source-package/
79 if use compat; then
80 unpack ${PN}-qassistantclient-library-compat-src-4.6.3.tar.gz \
81 ${PN}-compat-headers-4.7.tar.gz
82 mv "${WORKDIR}"/${PN}-qassistantclient-library-compat-version-4.6.3 \
83 "${S}"/tools/assistant/compat || die
84 mv "${WORKDIR}"/QtAssistant "${S}"/include/ || die
85 fi
86 }
87
88 src_prepare() {
89 qt4-build_src_prepare
90
91 use compat && epatch "${FILESDIR}"/${PN}-4.7-fix-compat.patch
92
93 # bug 401173
94 use webkit || epatch "${FILESDIR}"/disable-webkit.patch
95
96 # bug 348034
97 sed -i -e '/^sub-qdoc3\.depends/d' doc/doc.pri || die
98 }
99
100 src_configure() {
101 myconf+="
102 -no-xkb -no-fontconfig -no-xrandr
103 -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
104 -no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng
105 -no-libmng -no-libjpeg -no-openssl -system-zlib -no-phonon
106 -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
107 -no-fontconfig -no-multimedia -no-svg
108 $(qt_use qt3support) $(qt_use webkit)"
109 use glib || myconf+=" -no-glib"
110
111 qt4-build_src_configure
112 }
113
114 src_compile() {
115 # help libQtHelp find freshly built libQtCLucene (bug #289811)
116 export LD_LIBRARY_PATH="${S}/lib:${QTLIBDIR}"
117 export DYLD_LIBRARY_PATH="${S}/lib:${S}/lib/QtHelp.framework"
118
119 qt4-build_src_compile
120
121 # ugly hack to build docs
122 qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" projects.pro || die
123
124 if use doc; then
125 emake docs
126 elif [[ ${QT4_BUILD_TYPE} == release ]]; then
127 # live ebuild cannot build qch_docs, it will build them through emake docs
128 emake qch_docs
129 fi
130 }
131
132 src_install() {
133 qt4-build_src_install
134
135 emake INSTALL_ROOT="${D}" install_qchdocs
136 # do not compress .qch files
137 docompress -x "${QTDOCDIR}"/qch
138
139 if use doc; then
140 emake INSTALL_ROOT="${D}" install_htmldocs
141 fi
142
143 doicon tools/assistant/tools/assistant/images/assistant.png
144 make_desktop_entry assistant Assistant assistant 'Qt;Development'
145
146 if use compat; then
147 insinto /usr/share/qt4/mkspecs/features
148 doins tools/assistant/compat/features/assistant.prf
149 fi
150 }
151
152
153
154 1.1 dev-qt/qthelp/ChangeLog
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/ChangeLog?rev=1.1&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/ChangeLog?rev=1.1&content-type=text/plain
158
159 Index: ChangeLog
160 ===================================================================
161 # ChangeLog for x11-libs/qt-assistant
162 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
163 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/ChangeLog,v 1.1 2013/03/02 15:30:20 yngwin Exp $
164
165 30 Dec 2012; Davide Pesavento <pesa@g.o> metadata.xml:
166 Cleanup metadata.
167
168 29 Dec 2012; Michael Palimaka <kensington@g.o>
169 -files/4.8.2-qatomic-x32.patch, -qt-assistant-4.7.4.ebuild,
170 -qt-assistant-4.8.1-r1.ebuild, -qt-assistant-4.8.2-r1.ebuild,
171 -qt-assistant-4.8.3.ebuild:
172 Remove old.
173
174 29 Dec 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.4.ebuild:
175 Stable for alpha, wrt bug #445956
176
177 26 Dec 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.4.ebuild:
178 Stable for sparc, wrt bug #445956
179
180 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.4.ebuild:
181 Stable for arm, wrt bug #445956
182
183 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.4.ebuild:
184 Stable for x86, wrt bug #445956
185
186 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.4.ebuild:
187 Stable for ppc64, wrt bug #445956
188
189 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.4.ebuild:
190 Stable for ppc, wrt bug #445956
191
192 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.4.ebuild:
193 Stable for ia64, wrt bug #445956
194
195 25 Dec 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.4.ebuild:
196 Stable for amd64, wrt bug #445956
197
198 *qt-assistant-4.8.4 (05 Dec 2012)
199
200 05 Dec 2012; Ben de Groot <yngwin@g.o> +qt-assistant-4.8.4.ebuild:
201 Qt 4.8.4 version bump
202
203 14 Oct 2012; Raúl Porcel <armin76@g.o> qt-assistant-4.8.2-r1.ebuild:
204 alpha/ia64/sparc stable wrt #424625
205
206 16 Sep 2012; Ben de Groot <yngwin@g.o> qt-assistant-4.8.3.ebuild:
207 Add overlay changes (c++0x useflag)
208
209 14 Sep 2012; Ben de Groot <yngwin@g.o> qt-assistant-4.8.3.ebuild:
210 Fix patches
211
212 *qt-assistant-4.8.3 (14 Sep 2012)
213
214 14 Sep 2012; Ben de Groot <yngwin@g.o> +qt-assistant-4.8.3.ebuild:
215 Version bump. Drop qatomic-x32 patch applied upstream. Drop qpa useflag.
216
217 19 Jul 2012; Markus Meier <maekke@g.o> qt-assistant-4.8.2-r1.ebuild:
218 arm stable, bug #424625
219
220 15 Jul 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.2-r1.ebuild:
221 Stable for x86, wrt bug #424625
222
223 09 Jul 2012; Johannes Huber <johu@g.o>
224 -files/qt-assistant-4.6.3-tools.patch:
225 Remove old.
226
227 09 Jul 2012; Johannes Huber <johu@g.o> -qt-assistant-4.6.3.ebuild:
228 Drop Qt-4.6.3
229
230 09 Jul 2012; Joseph Jezak <josejx@g.o> qt-assistant-4.8.2-r1.ebuild:
231 Marked ppc/ppc64 for bug #424625.
232
233 08 Jul 2012; Raúl Porcel <armin76@g.o> qt-assistant-4.8.1-r1.ebuild,
234 qt-assistant-4.8.2-r1.ebuild:
235 sparc stable, add ~sparc
236
237 06 Jul 2012; Michael Weber <xmw@g.o> qt-assistant-4.8.1-r1.ebuild:
238 ppc stable (bug 414241)
239
240 05 Jul 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.2-r1.ebuild:
241 Stable for amd64, wrt bug #424625
242
243 *qt-assistant-4.8.2-r1 (28 Jun 2012)
244
245 28 Jun 2012; Davide Pesavento <pesa@g.o>
246 +files/qt-assistant-4.8.2+gcc-4.7.patch, +qt-assistant-4.8.2-r1.ebuild,
247 -qt-assistant-4.8.2.ebuild:
248 Fix assistant crash on start if compiled with gcc-4.7 (bug 423723). Thanks to
249 Bernd Buschinski <b.buschinski@××××××××××.com> for the patch.
250
251 25 Jun 2012; Raúl Porcel <armin76@g.o> qt-assistant-4.8.1-r1.ebuild,
252 qt-assistant-4.8.2.ebuild:
253 Add ~alpha, alpha/ia64 stable wrt #414241
254
255 19 Jun 2012; Davide Pesavento <pesa@g.o>
256 +files/4.8.2-qatomic-x32.patch, qt-assistant-4.8.2.ebuild:
257 Add patch for x32 support in qatomic asm code (bug 420705).
258
259 18 Jun 2012; Davide Pesavento <pesa@g.o> metadata.xml:
260 Cleanup metadata and add upstream info.
261
262 18 Jun 2012; Davide Pesavento <pesa@g.o> qt-assistant-4.8.1-r1.ebuild,
263 qt-assistant-4.8.2.ebuild:
264 USE=c++0x is gone from qt-webkit.
265
266 *qt-assistant-4.8.2 (22 May 2012)
267
268 22 May 2012; Davide Pesavento <pesa@g.o> +qt-assistant-4.8.2.ebuild:
269 Version bump.
270
271 21 May 2012; Samuli Suominen <ssuominen@g.o>
272 qt-assistant-4.6.3.ebuild, qt-assistant-4.7.4.ebuild,
273 qt-assistant-4.8.1-r1.ebuild:
274 inherit eutils for make_desktop_entry
275
276 20 May 2012; Agostino Sarubbo <ago@g.o> qt-assistant-4.8.1-r1.ebuild:
277 Stable for x86, wrt bug #414241
278
279 14 May 2012; Johannes Huber <johu@g.o> -qt-assistant-4.7.2.ebuild:
280 Drop Qt-4.7.2
281
282 13 May 2012; Markus Meier <maekke@g.o> qt-assistant-4.8.1-r1.ebuild:
283 arm stable, bug #414241
284
285 08 May 2012; Markos Chandras <hwoarang@g.o>
286 qt-assistant-4.8.1-r1.ebuild:
287 Stable on amd64 wrt bug #414241
288
289 07 May 2012; Davide Pesavento <pesa@g.o> metadata.xml:
290 Remove wrong local description of webkit USE flag.
291
292 29 Apr 2012; Fabian Groffen <grobian@g.o> qt-assistant-4.8.1-r1.ebuild:
293 Marked ~x64-macos
294
295 12 Apr 2012; Davide Pesavento <pesa@g.o>
296 -files/qt-assistant-4.7-include.tar.gz,
297 -files/qt-assistant-4.8.0-install-fix.patch, qt-assistant-4.7.2.ebuild,
298 qt-assistant-4.7.4.ebuild, qt-assistant-4.8.1-r1.ebuild:
299 Fix bug 370929.
300
301 05 Apr 2012; Johannes Huber <johu@g.o> -qt-assistant-4.8.0-r1.ebuild:
302 Drop Qt-4.8.0
303
304 *qt-assistant-4.8.1-r1 (30 Mar 2012)
305
306 30 Mar 2012; Davide Pesavento <pesa@g.o> +qt-assistant-4.8.1-r1.ebuild,
307 -qt-assistant-4.8.1.ebuild:
308 Fix installation of qch docs (bug 410225 by Rion). Remove broken version.
309
310 *qt-assistant-4.8.1 (29 Mar 2012)
311
312 29 Mar 2012; Davide Pesavento <pesa@g.o> +qt-assistant-4.8.1.ebuild:
313 Version bump.
314
315 27 Mar 2012; Johannes Huber <johu@g.o>
316 -files/qt-assistant-4.6.1-tools.patch:
317 Remove unused.
318
319 27 Mar 2012; Johannes Huber <johu@g.o> -qt-assistant-4.6.2.ebuild,
320 -qt-assistant-4.6.2-r2.ebuild:
321 Drop Qt-4.6.2
322
323 *qt-assistant-4.8.0-r1 (19 Mar 2012)
324
325 19 Mar 2012; Davide Pesavento <pesa@g.o> +qt-assistant-4.8.0-r1.ebuild,
326 -qt-assistant-4.8.0.ebuild:
327 Don't use the icon absolute path in desktop file (bug 403129). General ebuild
328 cleanup.
329
330 10 Feb 2012; Davide Pesavento <pesa@g.o> qt-assistant-4.6.2-r2.ebuild,
331 qt-assistant-4.6.2.ebuild, qt-assistant-4.6.3.ebuild:
332 Fix repoman warning about unquoted variable.
333
334 10 Feb 2012; Davide Pesavento <pesa@g.o> qt-assistant-4.7.4.ebuild,
335 qt-assistant-4.8.0.ebuild:
336 Fix bug #348034, patch by Michael (kensington).
337
338 29 Jan 2012; Joseph Jezak <josejx@g.o> qt-assistant-4.7.4.ebuild:
339 Marked ppc ppc64 stable for bug #390963.
340
341 29 Jan 2012; Alex Alexander <wired@g.o> +files/disable-webkit.patch:
342 added missing patch
343
344 *qt-assistant-4.8.0 (29 Jan 2012)
345
346 29 Jan 2012; Alex Alexander <wired@g.o> +qt-assistant-4.8.0.ebuild,
347 +files/qt-assistant-4.8.0-install-fix.patch, metadata.xml:
348 version bump
349
350 27 Dec 2011; Markus Meier <maekke@g.o> qt-assistant-4.7.4.ebuild:
351 x86 stable, bug #390963
352
353 20 Dec 2011; Agostino Sarubbo <ago@g.o> qt-assistant-4.7.4.ebuild:
354 Stable for AMD64, wrt bug #390963
355
356 28 Nov 2011; Davide Pesavento <pesa@g.o> -qt-assistant-4.7.3.ebuild:
357 Remove Qt 4.7.3
358
359 26 Nov 2011; Robin H. Johnson <robbat2@g.o> Manifest:
360 Bug 385719: upstream altered qt-everywhere-opensource-src-4.7.4.tar.gz, mass
361 fix for pesa.
362
363 *qt-assistant-4.7.4 (08 Sep 2011)
364
365 08 Sep 2011; Alex Alexander <wired@g.o> +qt-assistant-4.7.4.ebuild:
366 version bump, 4.7.4
367
368 13 Jul 2011; Kacper Kowalik <xarthisius@g.o>
369 qt-assistant-4.7.2.ebuild:
370 ppc64 stable wrt #354033
371
372 05 Jun 2011; Markus Meier <maekke@g.o> qt-assistant-4.7.2.ebuild:
373 arm stable, bug #354033
374
375 01 Jun 2011; Brent Baude <ranger@g.o> qt-assistant-4.7.2.ebuild:
376 Marking qt-assistant-4.7.2 ppc stable for bug 354033
377
378 12 May 2011; Fabian Groffen <grobian@g.o> qt-assistant-4.7.3.ebuild:
379 Marked ~ppc-macos, bug #346361
380
381 *qt-assistant-4.7.3 (10 May 2011)
382
383 10 May 2011; Theo Chatzimichos <tampakrap@g.o>
384 +qt-assistant-4.7.3.ebuild:
385 Version bump Qt 4.7.3
386
387 09 May 2011; Markos Chandras <hwoarang@g.o> qt-assistant-4.7.2.ebuild:
388 Stable on amd64 wrt bug #354033
389
390 09 May 2011; Thomas Kahle <tomka@g.o> qt-assistant-4.7.2.ebuild:
391 x86 stable per bug 354033
392
393 13 Apr 2011; Alex Alexander <wired@g.o> -qt-assistant-4.7.0.ebuild,
394 -qt-assistant-4.7.1.ebuild:
395 old version cleanup
396
397 *qt-assistant-4.7.2 (01 Mar 2011)
398
399 01 Mar 2011; Theo Chatzimichos <tampakrap@g.o>
400 +qt-assistant-4.7.2.ebuild:
401 Version bump Qt 4.7.2
402
403 23 Dec 2010; Samuli Suominen <ssuominen@g.o>
404 qt-assistant-4.6.3.ebuild:
405 ppc64 stable wrt #341703
406
407 07 Dec 2010; Alex Alexander <wired@g.o> qt-assistant-4.6.2-r2.ebuild,
408 qt-assistant-4.6.3.ebuild, qt-assistant-4.7.0.ebuild,
409 qt-assistant-4.7.1.ebuild:
410 added missing [debug=] to all qt-* deps, bug #345925
411
412 05 Dec 2010; Alex Alexander <wired@g.o> -qt-assistant-4.5.3.ebuild:
413 removed 4.5.3
414
415 *qt-assistant-4.7.1 (09 Nov 2010)
416
417 09 Nov 2010; Alex Alexander <wired@g.o> +qt-assistant-4.7.1.ebuild:
418 version bump
419
420 09 Nov 2010; Alex Alexander <wired@g.o> qt-assistant-4.7.0.ebuild,
421 metadata.xml:
422 added qt3support USE, fixes bug #342423
423
424 05 Nov 2010; Jeroen Roovers <jer@g.o> qt-assistant-4.5.3.ebuild,
425 qt-assistant-4.6.2.ebuild, qt-assistant-4.6.2-r2.ebuild,
426 qt-assistant-4.6.3.ebuild:
427 Needs qt-webkit, so dropping HPPA keywording (bug #239441).
428
429 01 Nov 2010; Samuli Suominen <ssuominen@g.o>
430 qt-assistant-4.7.0.ebuild:
431 Keyword ~ppc64 wrt #338289.
432
433 23 Oct 2010; Raúl Porcel <armin76@g.o> qt-assistant-4.6.3.ebuild:
434 alpha/arm/ia64 stable wrt #341703
435
436 23 Oct 2010; Raúl Porcel <armin76@g.o> qt-assistant-4.5.3.ebuild,
437 qt-assistant-4.6.2.ebuild, qt-assistant-4.6.2-r2.ebuild,
438 qt-assistant-4.6.3.ebuild:
439 Drop sparc keyword
440
441 22 Oct 2010; Christian Faulhammer <fauli@g.o>
442 qt-assistant-4.6.3.ebuild:
443 stable x86, bug 341703
444
445 20 Oct 2010; Brent Baude <ranger@g.o> qt-assistant-4.7.0.ebuild:
446 Marking qt-assistant-4.7.0 ~ppc for bug 338289
447
448 19 Oct 2010; Markos Chandras <hwoarang@g.o>
449 qt-assistant-4.6.3.ebuild:
450 Stable on amd64 wrt bug #341703
451
452 09 Oct 2010; Alex Alexander <wired@g.o> qt-assistant-4.7.0.ebuild,
453 +files/qt-assistant-4.7-fix-compat.patch,
454 +files/qt-assistant-4.7-include.tar.gz, metadata.xml:
455 added optional compatibility package support
456
457 09 Oct 2010; Raúl Porcel <armin76@g.o> qt-assistant-4.7.0.ebuild:
458 Add ~ia64 wrt #338289
459
460 01 Oct 2010; Fabian Groffen <grobian@g.o>
461 qt-assistant-4.6.3.ebuild:
462 Marked ~x64-macos
463
464 30 Sep 2010; Markus Meier <maekke@g.o> qt-assistant-4.7.0.ebuild:
465 add ~arm, bug #338289
466
467 23 Sep 2010; Alex Alexander <wired@g.o> qt-assistant-4.7.0.ebuild:
468 EAPI 3, prefix, other improvements
469
470 *qt-assistant-4.7.0 (21 Sep 2010)
471
472 21 Sep 2010; Theo Chatzimichos <tampakrap@g.o>
473 +qt-assistant-4.7.0.ebuild:
474 Version bump
475
476 13 Sep 2010; Tobias Klausmann <klausman@g.o>
477 qt-assistant-4.6.2.ebuild:
478 Stable on alpha, bug #297299
479
480 18 Aug 2010; Jeroen Roovers <jer@g.o> qt-assistant-4.6.2.ebuild:
481 Stable for HPPA (bug #297299).
482
483 04 Aug 2010; Markus Meier <maekke@g.o> qt-assistant-4.6.2.ebuild:
484 arm stable, bug #297299
485
486 05 Jul 2010; Samuli Suominen <ssuominen@g.o>
487 qt-assistant-4.6.2.ebuild:
488 ppc64 stable wrt #297299
489
490 24 Jun 2010; Markos Chandras <hwoarang@g.o>
491 -qt-assistant-4.6.1.ebuild:
492 Drop Qt-4.6.1
493
494 *qt-assistant-4.6.3 (08 Jun 2010)
495
496 08 Jun 2010; Markos Chandras <hwoarang@g.o>
497 +qt-assistant-4.6.3.ebuild, +files/qt-assistant-4.6.3-tools.patch:
498 Version bump
499
500 *qt-assistant-4.6.2-r2 (04 May 2010)
501
502 04 May 2010; Markos Chandras <hwoarang@g.o>
503 -qt-assistant-4.6.2-r1.ebuild, +qt-assistant-4.6.2-r2.ebuild:
504 Finally fixing bug #318163
505
506 02 May 2010; Markos Chandras <hwoarang@g.o>
507 qt-assistant-4.6.2-r1.ebuild:
508 Fixing extracted directories wrt bug #318079
509
510 *qt-assistant-4.6.2-r1 (01 May 2010)
511
512 01 May 2010; Markos Chandras <hwoarang@g.o>
513 +qt-assistant-4.6.2-r1.ebuild, metadata.xml:
514 Add trace use flag to build qttracereplay utility. Fixes bug #317802
515
516 18 Apr 2010; <nixnut@g.o> qt-assistant-4.6.2.ebuild:
517 ppc stable #297299
518
519 03 Mar 2010; Christian Faulhammer <fauli@g.o>
520 qt-assistant-4.6.2.ebuild:
521 stable x86, bug 297299
522
523 01 Mar 2010; Samuli Suominen <ssuominen@g.o>
524 qt-assistant-4.6.2.ebuild:
525 amd64 stable wrt #297299
526
527 18 Feb 2010; Alex Alexander <wired@g.o> metadata.xml:
528 added exceptions USE flag description
529
530 16 Feb 2010; Jonathan Callen <abcd@g.o>
531 -files/qt-assistant-4.6.0_rc1-tools.patch:
532 Drop old patch
533
534 *qt-assistant-4.6.2 (15 Feb 2010)
535
536 15 Feb 2010; Dror Levin <spatz@g.o> +qt-assistant-4.6.2.ebuild:
537 Version bump.
538
539 09 Feb 2010; Dror Levin <spatz@g.o> -qt-assistant-4.6.0-r1.ebuild:
540 Remove old.
541
542 19 Jan 2010; Dror Levin <spatz@g.o> qt-assistant-4.6.1.ebuild,
543 +files/qt-assistant-4.6.1-tools.patch:
544 Fix patch for 4.6.1, bug 301559.
545
546 19 Jan 2010; Ben de Groot <yngwin@g.o> qt-assistant-4.6.1.ebuild:
547 Fix patch filename
548
549 *qt-assistant-4.6.1 (19 Jan 2010)
550
551 19 Jan 2010; Ben de Groot <yngwin@g.o> +qt-assistant-4.6.1.ebuild:
552 Version bump
553
554 14 Jan 2010; Jonathan Callen <abcd@g.o>
555 qt-assistant-4.6.0-r1.ebuild:
556 Build fix for Mac OS X
557
558 *qt-assistant-4.6.0-r1 (25 Dec 2009)
559
560 25 Dec 2009; Jonathan Callen <abcd@g.o> -qt-assistant-4.6.0.ebuild,
561 +qt-assistant-4.6.0-r1.ebuild:
562 Add prefix support, revbump due to otherwise unresolvable USE deps
563
564 01 Dec 2009; Theo Chatzimichos <tampakrap@g.o>
565 -qt-assistant-4.6.0_rc1.ebuild:
566 Remove Qt 4.6.0 RC
567
568 *qt-assistant-4.6.0 (01 Dec 2009)
569
570 01 Dec 2009; Theo Chatzimichos <tampakrap@g.o>
571 +qt-assistant-4.6.0.ebuild:
572 Version Bump to 4.6.0
573
574 *qt-assistant-4.6.0_rc1 (18 Nov 2009)
575
576 18 Nov 2009; Alex Alexander <wired@g.o>
577 -qt-assistant-4.6.0_beta1.ebuild, +qt-assistant-4.6.0_rc1.ebuild,
578 +files/qt-assistant-4.6.0_rc1-tools.patch,
579 -files/qt-assistant-4.6-tools.patch:
580 added 4.6.0_rc1, removed 4.6.0_beta1
581
582 18 Nov 2009; Raúl Porcel <armin76@g.o> qt-assistant-4.5.3.ebuild:
583 Add ~sparc
584
585 11 Nov 2009; Ben de Groot <yngwin@g.o>
586 -qt-assistant-4.4.2-r1.ebuild, -qt-assistant-4.5.1.ebuild,
587 -qt-assistant-4.5.2.ebuild:
588 Remove obsolete versions
589
590 10 Nov 2009; Jeroen Roovers <jer@g.o> qt-assistant-4.5.3.ebuild:
591 Stable for HPPA (bug #290922).
592
593 09 Nov 2009; Raúl Porcel <armin76@g.o> qt-assistant-4.5.3.ebuild:
594 alpha/ia64 stable wrt #290922
595
596 09 Nov 2009; Joseph Jezak <josejx@g.o> qt-assistant-4.5.3.ebuild:
597 Marked ppc/ppc64 stable for bug #290922.
598
599 09 Nov 2009; Markus Meier <maekke@g.o> qt-assistant-4.5.3.ebuild:
600 arm stable, bug #290922
601
602 09 Nov 2009; Jonathan Callen <abcd@g.o> -files/Assistant.desktop:
603 Drop unused file
604
605 31 Oct 2009; Markus Meier <maekke@g.o> qt-assistant-4.5.3.ebuild:
606 amd64 stable, bug #290922
607
608 31 Oct 2009; Dominik Kapusta <ayoy@g.o>
609 qt-assistant-4.6.0_beta1.ebuild:
610 Fix libQtHelp linking issues (bug #289811)
611
612 29 Oct 2009; Christian Faulhammer <fauli@g.o>
613 qt-assistant-4.5.3.ebuild:
614 stable x86, bug 290922
615
616 16 Oct 2009; Alex Alexander <wired@g.o>
617 qt-assistant-4.6.0_beta1.ebuild:
618 added keywords: ~alpha ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86-fbsd
619
620 *qt-assistant-4.6.0_beta1 (16 Oct 2009)
621
622 16 Oct 2009; Alex Alexander <wired@g.o>
623 +qt-assistant-4.6.0_beta1.ebuild, +files/qt-assistant-4.6-tools.patch:
624 added version 4.6.0_beta1
625
626 11 Oct 2009; Raúl Porcel <armin76@g.o> qt-assistant-4.5.2.ebuild:
627 alpha/ia64 stable wrt #286653
628
629 09 Oct 2009; Markus Meier <maekke@g.o> qt-assistant-4.5.2.ebuild:
630 amd64/arm/x86 stable, bug #286653
631
632 07 Oct 2009; nixnut <nixnut@g.o> qt-assistant-4.5.2.ebuild:
633 ppc stable #286653
634
635 *qt-assistant-4.5.3 (04 Oct 2009)
636
637 04 Oct 2009; Alex Alexander <wired@g.o> +qt-assistant-4.5.3.ebuild:
638 version bump
639
640 18 Aug 2009; Jeroen Roovers <jer@g.o> qt-assistant-4.5.1.ebuild:
641 Stable for HPPA too.
642
643 *qt-assistant-4.5.2 (27 Jun 2009)
644
645 27 Jun 2009; Ben de Groot <yngwin@g.o> +qt-assistant-4.5.2.ebuild:
646 Version bump
647
648 06 Jun 2009; Markus Meier <maekke@g.o> qt-assistant-4.5.1.ebuild:
649 amd64 stable, bug #266201
650
651 02 Jun 2009; Christian Faulhammer <fauli@g.o>
652 qt-assistant-4.5.1.ebuild:
653 stable x86, bug 266201
654
655 28 May 2009; Robert Piasek <dagger@g.o> qt-assistant-4.5.1.ebuild:
656 stable on arm (bug #266201)
657
658 24 May 2009; Tobias Klausmann <klausman@g.o>
659 qt-assistant-4.5.1.ebuild:
660 Keyworded on alpha, bug #266201
661
662 15 May 2009; Tobias Klausmann <klausman@g.o>
663 qt-assistant-4.5.1.ebuild:
664 x11-libs/qt-webkit-4.5.1 does not compile on alpha, qt-assistant needs
665 that, so dropping keyword
666
667 14 May 2009; Ben de Groot <yngwin@g.o> -qt-assistant-4.5.0.ebuild,
668 -qt-assistant-4.5.0-r1.ebuild:
669 Remove old
670
671 13 May 2009; Brent Baude <ranger@g.o> qt-assistant-4.5.1.ebuild:
672 Marking qt-assistant-4.5.1 ppc stable for bug 266201
673
674 *qt-assistant-4.5.1 (27 Apr 2009)
675
676 27 Apr 2009; Markos Chandras <hwoarang@g.o>
677 +qt-assistant-4.5.1.ebuild:
678 Version bump to 4.5.1
679
680 *qt-assistant-4.5.0-r1 (14 Apr 2009)
681
682 14 Apr 2009; Markos Chandras <hwoarang@g.o>
683 +qt-assistant-4.5.0-r1.ebuild:
684 Install menu icon. Fixes bug 241208
685
686 18 Mar 2009; Markos Chandras <hwoarang@g.o>
687 -qt-assistant-4.5.0_rc1.ebuild:
688 Dropping 4.5.0_rc1
689
690 18 Mar 2009; Raúl Porcel <armin76@g.o> qt-assistant-4.5.0.ebuild:
691 Add ~alpha/~ia64
692
693 17 Mar 2009; Raúl Porcel <armin76@g.o> qt-assistant-4.5.0.ebuild:
694 Add ~arm wrt #262462
695
696 16 Mar 2009; Alexis Ballier <aballier@g.o>
697 qt-assistant-4.5.0.ebuild:
698 keyword ~x86-fbsd
699
700 16 Mar 2009; Zac Medico <zmedico@g.o> qt-assistant-4.4.2-r1.ebuild,
701 qt-assistant-4.5.0_rc1.ebuild, qt-assistant-4.5.0.ebuild:
702 Bug #262457 - Add !<x11-libs/qt-4.4.0:4 blockers due to file collisions.
703
704 *qt-assistant-4.5.0 (04 Mar 2009)
705
706 04 Mar 2009; Ben de Groot <yngwin@g.o> +qt-assistant-4.5.0.ebuild:
707 Version bump
708
709 18 Feb 2009; Jeroen Roovers <jer@g.o> qt-assistant-4.4.2-r1.ebuild:
710 Stable for HPPA (bug #248083).
711
712 *qt-assistant-4.5.0_rc1 (11 Feb 2009)
713
714 11 Feb 2009; Ben de Groot <yngwin@g.o>
715 +qt-assistant-4.5.0_rc1.ebuild:
716 Version bump. Dropping keywords for arches that don't have qt-webkit
717 keyworded, which is now a hard dependency.
718
719 06 Feb 2009; Raúl Porcel <armin76@g.o>
720 qt-assistant-4.4.2-r1.ebuild:
721 ia64/sparc stable wrt #248038
722
723 04 Feb 2009; Brent Baude <ranger@g.o> qt-assistant-4.4.2-r1.ebuild:
724 Marking qt-assistant-4.4.2-r1 ppc64 stable for bug 248038
725
726 04 Feb 2009; Ben de Groot <yngwin@g.o> qt-assistant-4.4.2-r1:
727 Clean up DEPEND now that proper webkit useflag masks are in profiles
728
729 31 Jan 2009; Tobias Klausmann <klausman@g.o>
730 qt-assistant-4.4.2-r1.ebuild:
731 Stable on alpha, bug #248038
732
733 29 Jan 2009; Alexis Ballier <aballier@g.o>
734 qt-assistant-4.4.2-r1.ebuild:
735 keyword ~x86-fbsd
736
737 18 Jan 2009; Markus Meier <maekke@g.o>
738 qt-assistant-4.4.2-r1.ebuild:
739 amd64/x86 stable, bug #248038
740
741 17 Jan 2009; nixnut <nixnut@g.o> qt-assistant-4.4.2-r1.ebuild:
742 ppc stable #248038
743
744 06 Jan 2009; Ben de Groot <yngwin@g.o>
745 -qt-assistant-4.4.0-r1.ebuild, -qt-assistant-4.4.1.ebuild,
746 -qt-assistant-4.4.2.ebuild:
747 Clean out old ebuilds
748
749 *qt-assistant-4.4.2-r1 (05 Jan 2009)
750
751 05 Jan 2009; Ben de Groot <yngwin@g.o>
752 +qt-assistant-4.4.2-r1.ebuild:
753 Add fix to install correct icon, bug 241208.
754
755 01 Oct 2008; Robin H. Johnson <robbat2@g.o> metadata.xml:
756 Fix unicode apostrophe that was causing an error during use.local.desc
757 generation.
758
759 01 Oct 2008; Ben de Groot <yngwin@g.o> metadata.xml,
760 qt-assistant-4.4.1.ebuild, qt-assistant-4.4.2.ebuild:
761 Adding webkit support and useflag, using patch supplied by Manuel
762 Nickschas in bug 237055.
763
764 *qt-assistant-4.4.2 (18 Sep 2008)
765
766 18 Sep 2008; Ben de Groot <yngwin@g.o> +qt-assistant-4.4.2.ebuild:
767 Version bump
768
769 *qt-assistant-4.4.1 (11 Aug 2008)
770
771 11 Aug 2008; Ben de Groot <yngwin@g.o> +qt-assistant-4.4.1.ebuild:
772 Version bump
773
774 13 Jun 2008; Ingmar Vanhassel <ingmar@g.o>
775 qt-assistant-4.4.0-r1.ebuild:
776 Make all split Qt4 ebuilds block the old monolithic ebuild.
777
778 13 Jun 2008; Ingmar Vanhassel <ingmar@g.o>
779 -qt-assistant-4.4.0.ebuild:
780 Old.
781
782 30 May 2008; Jeroen Roovers <jer@g.o> qt-assistant-4.4.0-r1.ebuild:
783 Marked ~hppa (bug #223557).
784
785 27 May 2008; Raúl Porcel <armin76@g.o>
786 qt-assistant-4.4.0-r1.ebuild:
787 Add ~alpha/~ia64/~sparc wrt #223557
788
789 *qt-assistant-4.4.0-r1 (26 May 2008)
790
791 26 May 2008; Ingmar Vanhassel <ingmar@g.o>
792 +qt-assistant-4.4.0-r1.ebuild:
793 Install qt-assistant docs in to the correct dir. Fixes bug 217709, thanks
794 to Bernd Steinhauser <berniyh@×××××××.org>.
795
796 25 May 2008; Markus Rothe <corsair@g.o> qt-assistant-4.4.0.ebuild:
797 Added ~ppc/~ppc64
798
799 16 May 2008; Ingmar Vanhassel <ingmar@g.o>
800 -qt-assistant-4.4.0_rc1.ebuild:
801 Old.
802
803 *qt-assistant-4.4.0 (15 May 2008)
804
805 15 May 2008; Ingmar Vanhassel <ingmar@g.o>
806 +qt-assistant-4.4.0.ebuild:
807 Version bump to Qt-4.4.0.
808
809 10 Apr 2008; Ingmar Vanhassel <ingmar@g.o>
810 -qt-assistant-4.4.0_beta1.ebuild, +qt-assistant-4.4.0_rc1.ebuild:
811 Version bump qt-assistant to 4.4.0_rc1. Thanks to Bo Andresen and Bernd
812 Steinhauser.
813
814 05 Mar 2008; Ingmar Vanhassel <ingmar@g.o>
815 -qt-assistant-4.4.0_rc1.ebuild:
816 Old.
817
818 *qt-assistant-4.4.0_beta1 (05 Mar 2008)
819
820 05 Mar 2008; Ingmar Vanhassel <ingmar@g.o>
821 +qt-assistant-4.4.0_beta1.ebuild:
822 Added Qt-4.4.0_beta, note that the RC1 is an accidentally mislabelled
823 `technical preview`, so this will appear as a downgrade if you installed
824 that version.
825 Fixes bug 212108, thanks to Markus Rothe.
826
827 *qt-assistant-4.4.0_rc1 (24 Dec 2007)
828
829 24 Dec 2007; Caleb Tennis <caleb@g.o> +metadata.xml,
830 +qt-assistant-4.4.0_rc1.ebuild:
831 Initial ebuild
832
833
834
835 1.1 dev-qt/qthelp/metadata.xml
836
837 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/metadata.xml?rev=1.1&view=markup
838 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/metadata.xml?rev=1.1&content-type=text/plain
839
840 Index: metadata.xml
841 ===================================================================
842 <?xml version="1.0" encoding="UTF-8"?>
843 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
844 <pkgmetadata>
845 <herd>qt</herd>
846 <use>
847 <flag name="c++0x">Build Qt using the C++11 standard</flag>
848 <flag name="compat">Build the extra compatibility layer required by a few packages,
849 see http://labs.qt.nokia.com/2010/06/22/qt-assistant-compat-version-available-as-extra-source-package/</flag>
850 <flag name="exceptions">Add support for exceptions - like catching them
851 inside the event loop (recommended by Nokia)</flag>
852 <flag name="glib">Enable <pkg>dev-libs/glib</pkg> eventloop support</flag>
853 <flag name="qt3support">Enable the Qt3Support libraries for Qt4. Note that
854 this does not mean you can compile pure Qt3 programs with Qt4.</flag>
855 <flag name="trace">Build the 'qttracereplay' utility which is required to
856 play drawings recorded with the trace graphicssystem</flag>
857 </use>
858 <upstream>
859 <bugs-to>https://bugreports.qt-project.org/</bugs-to>
860 <doc>http://qt-project.org/doc/</doc>
861 </upstream>
862 </pkgmetadata>