Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: ChangeLog seamonkey-bin-2.13.2.ebuild
Date: Wed, 31 Oct 2012 19:52:29
Message-Id: 20121031195211.7EE3021600@flycatcher.gentoo.org
1 axs 12/10/31 19:52:11
2
3 Modified: ChangeLog seamonkey-bin-2.13.2.ebuild
4 Log:
5 Interim solution to block net-libs/libproxy[spidermonkey] due to mozjs symbol collisions that cause crashes, bug 439148
6
7 (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
8
9 Revision Changes Path
10 1.154 www-client/seamonkey-bin/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.154&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.154&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.153&r2=1.154
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v
19 retrieving revision 1.153
20 retrieving revision 1.154
21 diff -u -r1.153 -r1.154
22 --- ChangeLog 29 Oct 2012 16:04:10 -0000 1.153
23 +++ ChangeLog 31 Oct 2012 19:52:11 -0000 1.154
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-client/seamonkey-bin
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.153 2012/10/29 16:04:10 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.154 2012/10/31 19:52:11 axs Exp $
29 +
30 + 31 Oct 2012; Ian Stakenvicius <axs@g.o> seamonkey-bin-2.13.2.ebuild:
31 + Interim solution to block net-libs/libproxy[spidermonkey] due to mozjs symbol
32 + collisions that cause crashes, bug 439148
33
34 *seamonkey-bin-2.13.2 (29 Oct 2012)
35
36
37
38
39 1.2 www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild?r1=1.1&r2=1.2
44
45 Index: seamonkey-bin-2.13.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- seamonkey-bin-2.13.2.ebuild 29 Oct 2012 16:04:10 -0000 1.1
52 +++ seamonkey-bin-2.13.2.ebuild 31 Oct 2012 19:52:11 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild,v 1.1 2012/10/29 16:04:10 jdhore Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.13.2.ebuild,v 1.2 2012/10/31 19:52:11 axs Exp $
58
59 EAPI="4"
60
61 @@ -41,7 +41,10 @@
62 >=x11-libs/gtk+-2.10:2
63 x11-libs/libXrender
64 x11-libs/libXt
65 - x11-libs/libXmu"
66 + x11-libs/libXmu
67 +
68 + !net-libs/libproxy[spidermonkey]
69 +"
70
71 S="${WORKDIR}/${MOZ_PN}"