Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.2.8-r1.ebuild
Date: Mon, 23 Aug 2010 14:53:31
Message-Id: 20100823145327.6B90A2004E@flycatcher.gentoo.org
1 darkside 10/08/23 14:53:27
2
3 Modified: ChangeLog xulrunner-1.9.2.8-r1.ebuild
4 Log:
5 Use system libevent to fix build error on obscure platforms. Approved by mozilla team
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.352 net-libs/xulrunner/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.352&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.352&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.351&r2=1.352
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
18 retrieving revision 1.351
19 retrieving revision 1.352
20 diff -u -r1.351 -r1.352
21 --- ChangeLog 13 Aug 2010 19:38:39 -0000 1.351
22 +++ ChangeLog 23 Aug 2010 14:53:27 -0000 1.352
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-libs/xulrunner
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.351 2010/08/13 19:38:39 polynomial-c Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.352 2010/08/23 14:53:27 darkside Exp $
28 +
29 + 23 Aug 2010; Jeremy Olexa <darkside@g.o>
30 + xulrunner-1.9.2.8-r1.ebuild:
31 + Use system libevent to fix build error on obscure platforms. Approved by
32 + mozilla team
33
34 13 Aug 2010; Lars Wendler <polynomial-c@g.o>
35 xulrunner-1.9.2.8.ebuild:
36
37
38
39 1.6 net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild?r1=1.5&r2=1.6
44
45 Index: xulrunner-1.9.2.8-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- xulrunner-1.9.2.8-r1.ebuild 13 Aug 2010 15:00:06 -0000 1.5
52 +++ xulrunner-1.9.2.8-r1.ebuild 23 Aug 2010 14:53:27 -0000 1.6
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/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild,v 1.5 2010/08/13 15:00:06 polynomial-c Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8-r1.ebuild,v 1.6 2010/08/23 14:53:27 darkside Exp $
58
59 EAPI="3"
60 WANT_AUTOCONF="2.1"
61 @@ -33,6 +33,7 @@
62 x11-libs/pango[X]
63 x11-libs/libXt
64 x11-libs/pixman
65 + >=dev-libs/libevent-1.4.7
66 wifi? ( net-wireless/wireless-tools )
67 libnotify? ( >=x11-libs/libnotify-0.4 )
68 cups? ( net-print/cups[gnutls] )"
69 @@ -148,6 +149,7 @@
70 mozconfig_annotate '' --with-system-nss --with-nss-prefix="${EPREFIX}"/usr
71 mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include --x-libraries="${EPREFIX}"/usr/$(get_libdir)
72 mozconfig_annotate '' --with-system-bz2
73 + mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr
74
75 mozconfig_use_enable ipc # +ipc, upstream default
76 mozconfig_use_enable libnotify