public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/spidermonkey: spidermonkey-1.9.2.13.ebuild ChangeLog
@ 2010-12-30  1:31 Jory Pratt (anarchy)
  0 siblings, 0 replies; 2+ messages in thread
From: Jory Pratt (anarchy) @ 2010-12-30  1:31 UTC (permalink / raw
  To: gentoo-commits

anarchy     10/12/30 01:31:09

  Modified:             spidermonkey-1.9.2.13.ebuild ChangeLog
  Log:
  add zip dep bug #350081
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild?rev=1.2&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild?r1=1.1&r2=1.2

Index: spidermonkey-1.9.2.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spidermonkey-1.9.2.13.ebuild	29 Dec 2010 14:18:56 -0000	1.1
+++ spidermonkey-1.9.2.13.ebuild	30 Dec 2010 01:31:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI="2"
 inherit eutils toolchain-funcs multilib python
@@ -23,6 +23,7 @@
 RDEPEND="threadsafe? ( >=dev-libs/nspr-4.8.6 )"
 
 DEPEND="${RDEPEND}
+	app-arch/zip
 	=dev-lang/python-2*[threads]
 	dev-util/pkgconfig"
 



1.49                 dev-lang/spidermonkey/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	29 Dec 2010 14:18:56 -0000	1.48
+++ ChangeLog	30 Dec 2010 01:31:09 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/spidermonkey
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.48 2010/12/29 14:18:56 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.49 2010/12/30 01:31:09 anarchy Exp $
+
+  29 Dec 2010; Jory A. Pratt <anarchy@gentoo.org> spidermonkey-1.9.2.13.ebuild:
+  Add zip dep bug #350081
 
 *spidermonkey-1.9.2.13 (29 Dec 2010)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/spidermonkey: spidermonkey-1.9.2.13.ebuild ChangeLog
@ 2011-01-02 12:43 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 2+ messages in thread
From: Dirkjan Ochtman (djc) @ 2011-01-02 12:43 UTC (permalink / raw
  To: gentoo-commits

djc         11/01/02 12:43:15

  Modified:             spidermonkey-1.9.2.13.ebuild ChangeLog
  Log:
  Remove redundant unpacking.
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild?rev=1.3&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild?r1=1.2&r2=1.3

Index: spidermonkey-1.9.2.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spidermonkey-1.9.2.13.ebuild	30 Dec 2010 01:31:09 -0000	1.2
+++ spidermonkey-1.9.2.13.ebuild	2 Jan 2011 12:43:15 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI="2"
 inherit eutils toolchain-funcs multilib python
@@ -32,8 +32,6 @@
 }
 
 src_prepare() {
-	unpack ${A}
-
 	epatch "${FILESDIR}/${PN}-1.9.2.13-as-needed.patch"
 
 	epatch_user



1.50                 dev-lang/spidermonkey/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	30 Dec 2010 01:31:09 -0000	1.49
+++ ChangeLog	2 Jan 2011 12:43:15 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/spidermonkey
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.49 2010/12/30 01:31:09 anarchy Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.50 2011/01/02 12:43:15 djc Exp $
+
+  02 Jan 2011; Dirkjan Ochtman <djc@gentoo.org>
+  spidermonkey-1.9.2.13.ebuild:
+  No need to unpack twice, thanks to mgorny for reporting.
 
   29 Dec 2010; Jory A. Pratt <anarchy@gentoo.org> spidermonkey-1.9.2.13.ebuild:
   Add zip dep bug #350081






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-02 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-02 12:43 [gentoo-commits] gentoo-x86 commit in dev-lang/spidermonkey: spidermonkey-1.9.2.13.ebuild ChangeLog Dirkjan Ochtman (djc)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-30  1:31 Jory Pratt (anarchy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox