Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@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 arora-0.10.1-r1.ebuild
Date: Wed, 17 Feb 2010 21:14:02
Message-Id: E1NhrDc-0007VS-DK@stork.gentoo.org
1 wired 10/02/17 21:14:00
2
3 Modified: ChangeLog arora-0.10.2-r1.ebuild
4 Removed: arora-0.10.1-r1.ebuild
5 Log:
6 [www-client/arora] 0.10.2 works with Qt 4.5 -> adjusting deps and killing 0.10.1 - again :)
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.34 www-client/arora/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 17 Feb 2010 11:18:41 -0000 1.33
23 +++ ChangeLog 17 Feb 2010 21:13:59 -0000 1.34
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-client/arora
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.33 2010/02/17 11:18:41 wired Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.34 2010/02/17 21:13:59 wired Exp $
29 +
30 + 17 Feb 2010; Alex Alexander <wired@g.o> -arora-0.10.1-r1.ebuild,
31 + arora-0.10.2-r1.ebuild:
32 + 0.10.2 works with Qt 4.5 -> adjusting deps and killing 0.10.1 again since
33 + its not needed anymore
34
35 17 Feb 2010; Alex Alexander <wired@g.o> +arora-0.10.1-r1.ebuild:
36 resurrected 0.10.1 - the last version that supports Qt 4.5 which we still
37
38
39
40 1.3 www-client/arora/arora-0.10.2-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild?r1=1.2&r2=1.3
45
46 Index: arora-0.10.2-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- arora-0.10.2-r1.ebuild 5 Jan 2010 19:51:21 -0000 1.2
53 +++ arora-0.10.2-r1.ebuild 17 Feb 2010 21:13:59 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild,v 1.2 2010/01/05 19:51:21 armin76 Exp $
58 +# $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 $
59
60 EAPI=2
61 inherit eutils qt4
62 @@ -14,10 +14,10 @@
63 KEYWORDS="~amd64 ~arm ~x86"
64 IUSE="debug doc"
65
66 -RDEPEND=">=x11-libs/qt-gui-4.6.0_rc1
67 - >=x11-libs/qt-sql-4.6.0_rc1
68 - >=x11-libs/qt-webkit-4.6.0_rc1
69 - >=x11-libs/qt-xmlpatterns-4.6.0_rc1"
70 +RDEPEND="x11-libs/qt-gui
71 + x11-libs/qt-sql
72 + x11-libs/qt-webkit
73 + x11-libs/qt-xmlpatterns"
74 DEPEND="${RDEPEND}
75 doc? ( app-doc/doxygen )"