Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-assistant: qt-assistant-4.7.0.ebuild ChangeLog
Date: Thu, 30 Sep 2010 19:17:59
Message-Id: 20100930191751.B30F720051@flycatcher.gentoo.org
1 maekke 10/09/30 19:17:51
2
3 Modified: qt-assistant-4.7.0.ebuild ChangeLog
4 Log:
5 add ~arm, bug #338289
6
7 (Portage version: 2.2_rc86/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild?r1=1.2&r2=1.3
15
16 Index: qt-assistant-4.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- qt-assistant-4.7.0.ebuild 23 Sep 2010 21:36:03 -0000 1.2
23 +++ qt-assistant-4.7.0.ebuild 30 Sep 2010 19:17:51 -0000 1.3
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.2 2010/09/23 21:36:03 wired Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.0.ebuild,v 1.3 2010/09/30 19:17:51 maekke Exp $
29
30 EAPI="3"
31 inherit qt4-build
32
33 DESCRIPTION="The assistant help module for the Qt toolkit"
34 SLOT="4"
35 -KEYWORDS="~amd64 ~x86"
36 +KEYWORDS="~amd64 ~arm ~x86"
37 IUSE="doc +glib trace"
38
39 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,glib=,trace?]
40
41
42
43 1.87 x11-libs/qt-assistant/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.87&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?rev=1.87&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-assistant/ChangeLog?r1=1.86&r2=1.87
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v
52 retrieving revision 1.86
53 retrieving revision 1.87
54 diff -u -r1.86 -r1.87
55 --- ChangeLog 23 Sep 2010 21:36:03 -0000 1.86
56 +++ ChangeLog 30 Sep 2010 19:17:51 -0000 1.87
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-libs/qt-assistant
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.86 2010/09/23 21:36:03 wired Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.87 2010/09/30 19:17:51 maekke Exp $
62 +
63 + 30 Sep 2010; Markus Meier <maekke@g.o> qt-assistant-4.7.0.ebuild:
64 + add ~arm, bug #338289
65
66 23 Sep 2010; Alex Alexander <wired@g.o> qt-assistant-4.7.0.ebuild:
67 EAPI 3, prefix, other improvements