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 www-client/arora: ChangeLog arora-0.10.2-r1.ebuild
Date: Tue, 23 Feb 2010 02:38:21
Message-Id: E1Njkf6-00008s-7m@stork.gentoo.org
1 yngwin 10/02/23 02:38:12
2
3 Modified: ChangeLog arora-0.10.2-r1.ebuild
4 Log:
5 Migrate to qt4-r2.eclass
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.35 www-client/arora/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.35&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.35&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?r1=1.34&r2=1.35
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v
18 retrieving revision 1.34
19 retrieving revision 1.35
20 diff -u -r1.34 -r1.35
21 --- ChangeLog 17 Feb 2010 21:13:59 -0000 1.34
22 +++ ChangeLog 23 Feb 2010 02:38:04 -0000 1.35
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-client/arora
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.34 2010/02/17 21:13:59 wired Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.35 2010/02/23 02:38:04 yngwin Exp $
28 +
29 + 23 Feb 2010; Ben de Groot <yngwin@g.o> arora-0.10.2-r1.ebuild:
30 + Migrate to qt4-r2.eclass
31
32 17 Feb 2010; Alex Alexander <wired@g.o> -arora-0.10.1-r1.ebuild,
33 arora-0.10.2-r1.ebuild:
34
35
36
37 1.4 www-client/arora/arora-0.10.2-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild?r1=1.3&r2=1.4
42
43 Index: arora-0.10.2-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- arora-0.10.2-r1.ebuild 17 Feb 2010 21:13:59 -0000 1.3
50 +++ arora-0.10.2-r1.ebuild 23 Feb 2010 02:38:04 -0000 1.4
51 @@ -1,9 +1,9 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild,v 1.3 2010/02/17 21:13:59 wired Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild,v 1.4 2010/02/23 02:38:04 yngwin Exp $
56
57 EAPI=2
58 -inherit eutils qt4
59 +inherit eutils qt4-r2
60
61 DESCRIPTION="A cross-platform Qt4 WebKit browser"
62 HOMEPAGE="http://arora.googlecode.com/"
63 @@ -14,10 +14,10 @@
64 KEYWORDS="~amd64 ~arm ~x86"
65 IUSE="debug doc"
66
67 -RDEPEND="x11-libs/qt-gui
68 - x11-libs/qt-sql
69 - x11-libs/qt-webkit
70 - x11-libs/qt-xmlpatterns"
71 +RDEPEND="x11-libs/qt-gui:4
72 + x11-libs/qt-sql:4
73 + x11-libs/qt-webkit:4
74 + x11-libs/qt-xmlpatterns:4"
75 DEPEND="${RDEPEND}
76 doc? ( app-doc/doxygen )"
77
78 @@ -63,7 +63,7 @@
79 }
80
81 src_configure() {
82 - eqmake4 arora.pro PREFIX=/usr
83 + eqmake4 PREFIX=/usr
84 }
85
86 src_compile() {