Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/spidermonkey: spidermonkey-1.9.2.13.ebuild ChangeLog
Date: Thu, 30 Dec 2010 01:31:19
Message-Id: 20101230013109.5EA2420054@flycatcher.gentoo.org
1 anarchy 10/12/30 01:31:09
2
3 Modified: spidermonkey-1.9.2.13.ebuild ChangeLog
4 Log:
5 add zip dep bug #350081
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild?r1=1.1&r2=1.2
15
16 Index: spidermonkey-1.9.2.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- spidermonkey-1.9.2.13.ebuild 29 Dec 2010 14:18:56 -0000 1.1
23 +++ spidermonkey-1.9.2.13.ebuild 30 Dec 2010 01:31:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild,v 1.1 2010/12/29 14:18:56 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild,v 1.2 2010/12/30 01:31:09 anarchy Exp $
29
30 EAPI="2"
31 inherit eutils toolchain-funcs multilib python
32 @@ -23,6 +23,7 @@
33 RDEPEND="threadsafe? ( >=dev-libs/nspr-4.8.6 )"
34
35 DEPEND="${RDEPEND}
36 + app-arch/zip
37 =dev-lang/python-2*[threads]
38 dev-util/pkgconfig"
39
40
41
42
43 1.49 dev-lang/spidermonkey/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.49&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.49&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?r1=1.48&r2=1.49
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v
52 retrieving revision 1.48
53 retrieving revision 1.49
54 diff -u -r1.48 -r1.49
55 --- ChangeLog 29 Dec 2010 14:18:56 -0000 1.48
56 +++ ChangeLog 30 Dec 2010 01:31:09 -0000 1.49
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-lang/spidermonkey
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.48 2010/12/29 14:18:56 djc Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.49 2010/12/30 01:31:09 anarchy Exp $
62 +
63 + 29 Dec 2010; Jory A. Pratt <anarchy@g.o> spidermonkey-1.9.2.13.ebuild:
64 + Add zip dep bug #350081
65
66 *spidermonkey-1.9.2.13 (29 Dec 2010)