Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: ChangeLog qt-script-4.7.0.ebuild
Date: Sun, 10 Oct 2010 12:08:55
Message-Id: 20101010115716.484E220051@flycatcher.gentoo.org
1 armin76 10/10/10 11:57:16
2
3 Modified: ChangeLog qt-script-4.7.0.ebuild
4 Log:
5 Mark -sparc because it sigbuses
6 (Portage version: 2.1.8.3/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.77 x11-libs/qt-script/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.77&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.77&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.76&r2=1.77
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
18 retrieving revision 1.76
19 retrieving revision 1.77
20 diff -u -r1.76 -r1.77
21 --- ChangeLog 24 Sep 2010 07:00:16 -0000 1.76
22 +++ ChangeLog 10 Oct 2010 11:57:16 -0000 1.77
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/qt-script
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.76 2010/09/24 07:00:16 wired Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.77 2010/10/10 11:57:16 armin76 Exp $
28 +
29 + 10 Oct 2010; Raúl Porcel <armin76@g.o> qt-script-4.7.0.ebuild:
30 + Mark -sparc because it sigbuses
31
32 24 Sep 2010; Alex Alexander <wired@g.o> qt-script-4.7.0.ebuild:
33 prefix fix, thanks to heiko_
34
35
36
37 1.4 x11-libs/qt-script/qt-script-4.7.0.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.7.0.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.7.0.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.7.0.ebuild?r1=1.3&r2=1.4
42
43 Index: qt-script-4.7.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.7.0.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- qt-script-4.7.0.ebuild 24 Sep 2010 07:00:16 -0000 1.3
50 +++ qt-script-4.7.0.ebuild 10 Oct 2010 11:57:16 -0000 1.4
51 @@ -1,13 +1,13 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.7.0.ebuild,v 1.3 2010/09/24 07:00:16 wired Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.7.0.ebuild,v 1.4 2010/10/10 11:57:16 armin76 Exp $
56
57 EAPI="3"
58 inherit qt4-build
59
60 DESCRIPTION="The ECMAScript module for the Qt toolkit"
61 SLOT="4"
62 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
63 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
64 IUSE="iconv private-headers"
65
66 DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=]"