summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2011-01-02 12:43:15 +0000
committerDirkjan Ochtman <djc@gentoo.org>2011-01-02 12:43:15 +0000
commit53ee8fa3efce9cb3754da9bf416b019d7e8c7515 (patch)
tree5bc2c310c2fe0123598015c2aacee84595c9af7c /dev-lang/spidermonkey
parentx86 stable wrt bug #349974 (diff)
downloadgentoo-2-53ee8fa3efce9cb3754da9bf416b019d7e8c7515.tar.gz
gentoo-2-53ee8fa3efce9cb3754da9bf416b019d7e8c7515.tar.bz2
gentoo-2-53ee8fa3efce9cb3754da9bf416b019d7e8c7515.zip
Remove redundant unpacking.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r--dev-lang/spidermonkey/ChangeLog8
-rw-r--r--dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-lang/spidermonkey/ChangeLog b/dev-lang/spidermonkey/ChangeLog
index bf28bd848fc6..20ee7863d0e2 100644
--- a/dev-lang/spidermonkey/ChangeLog
+++ b/dev-lang/spidermonkey/ChangeLog
@@ -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
diff --git a/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild b/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild
index 779e6a52de98..1075a15646aa 100644
--- a/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-1.9.2.13.ebuild
@@ -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 @@ pkg_setup(){
}
src_prepare() {
- unpack ${A}
-
epatch "${FILESDIR}/${PN}-1.9.2.13-as-needed.patch"
epatch_user