Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@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: Sun, 02 Jan 2011 12:43:26
Message-Id: 20110102124315.C6BDC20054@flycatcher.gentoo.org
1 djc 11/01/02 12:43:15
2
3 Modified: spidermonkey-1.9.2.13.ebuild ChangeLog
4 Log:
5 Remove redundant unpacking.
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild?rev=1.3&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.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- spidermonkey-1.9.2.13.ebuild 30 Dec 2010 01:31:09 -0000 1.2
23 +++ spidermonkey-1.9.2.13.ebuild 2 Jan 2011 12:43:15 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild,v 1.3 2011/01/02 12:43:15 djc Exp $
30
31 EAPI="2"
32 inherit eutils toolchain-funcs multilib python
33 @@ -32,8 +32,6 @@
34 }
35
36 src_prepare() {
37 - unpack ${A}
38 -
39 epatch "${FILESDIR}/${PN}-1.9.2.13-as-needed.patch"
40
41 epatch_user
42
43
44
45 1.50 dev-lang/spidermonkey/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.50&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.50&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?r1=1.49&r2=1.50
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v
54 retrieving revision 1.49
55 retrieving revision 1.50
56 diff -u -r1.49 -r1.50
57 --- ChangeLog 30 Dec 2010 01:31:09 -0000 1.49
58 +++ ChangeLog 2 Jan 2011 12:43:15 -0000 1.50
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-lang/spidermonkey
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.49 2010/12/30 01:31:09 anarchy Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.50 2011/01/02 12:43:15 djc Exp $
65 +
66 + 02 Jan 2011; Dirkjan Ochtman <djc@g.o>
67 + spidermonkey-1.9.2.13.ebuild:
68 + No need to unpack twice, thanks to mgorny for reporting.
69
70 29 Dec 2010; Jory A. Pratt <anarchy@g.o> spidermonkey-1.9.2.13.ebuild:
71 Add zip dep bug #350081