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
Date: Sat, 28 Aug 2010 13:43:29
Message-Id: 20100828134325.20DA120051@flycatcher.gentoo.org
1 wired 10/08/28 13:43:25
2
3 Modified: ChangeLog arora-0.10.2-r1.ebuild
4 Log:
5 fixed compilation with qt 4.7, bug #335011
6
7 (Portage version: 2.2_rc71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.39 www-client/arora/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/arora/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/arora/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/arora/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 11 May 2010 16:35:25 -0000 1.38
23 +++ ChangeLog 28 Aug 2010 13:43:24 -0000 1.39
24 @@ -1,6 +1,10 @@
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.38 2010/05/11 16:35:25 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.39 2010/08/28 13:43:24 wired Exp $
29 +
30 + 28 Aug 2010; Alex Alexander <wired@g.o> arora-0.10.2-r1.ebuild,
31 + +files/arora-0.10.2_qt_4.7_build_fix.patch:
32 + fixed compilation with qt 4.7, bug #335011
33
34 11 May 2010; Joseph Jezak <josejx@g.o> arora-0.10.2-r1.ebuild:
35 Marked ~ppc for bug #285889.
36
37
38
39 1.8 www-client/arora/arora-0.10.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild?r1=1.7&r2=1.8
44
45 Index: arora-0.10.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- arora-0.10.2-r1.ebuild 11 May 2010 16:35:25 -0000 1.7
52 +++ arora-0.10.2-r1.ebuild 28 Aug 2010 13:43:24 -0000 1.8
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild,v 1.7 2010/05/11 16:35:25 josejx Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild,v 1.8 2010/08/28 13:43:24 wired Exp $
58
59 EAPI=2
60 inherit eutils qt4-r2
61 @@ -34,6 +34,10 @@
62 done
63
64 src_prepare() {
65 + # fix compilation with qt 4.7, bug #335011
66 + # patch: http://github.com/Arora/arora/commit/5ca8d4b93a284d2e96ba9c2413c4060814258a95
67 + epatch "${FILESDIR}"/"${P}"_qt_4.7_build_fix.patch
68 +
69 # use Gentoo lingua designations
70 mv src/locale/sr_RS@×××××.ts src/locale/sr@×××××.ts
71 mv src/locale/sr_RS.ts src/locale/sr_CS.ts