From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PZNHS-00069m-B9 for garchives@archives.gentoo.org; Sun, 02 Jan 2011 12:43:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34625E04E7; Sun, 2 Jan 2011 12:43:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE351E04E7 for ; Sun, 2 Jan 2011 12:43:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 261EA1B4062 for ; Sun, 2 Jan 2011 12:43:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2256) id C6BDC20054; Sun, 2 Jan 2011 12:43:15 +0000 (UTC) From: "Dirkjan Ochtman (djc)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, djc@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/spidermonkey: spidermonkey-1.9.2.13.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: spidermonkey-1.9.2.13.ebuild ChangeLog X-VCS-Directories: dev-lang/spidermonkey X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman Content-Type: text/plain; charset=utf8 Message-Id: <20110102124315.C6BDC20054@flycatcher.gentoo.org> Date: Sun, 2 Jan 2011 12:43:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 013f5542-0cfc-4f4a-8129-5d9bb0a630a3 X-Archives-Hash: b70ab3bfca9d9ae938e90d5ef5db51b8 djc 11/01/02 12:43:15 Modified: spidermonkey-1.9.2.13.ebuild ChangeLog Log: Remove redundant unpacking. =20 (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/spidermon= key/spidermonkey-1.9.2.13.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermon= key/spidermonkey-1.9.2.13.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermon= key/spidermonkey-1.9.2.13.ebuild?r1=3D1.2&r2=3D1.3 Index: spidermonkey-1.9.2.13.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 $ =20 EAPI=3D"2" inherit eutils toolchain-funcs multilib python @@ -32,8 +32,6 @@ } =20 src_prepare() { - unpack ${A} - epatch "${FILESDIR}/${PN}-1.9.2.13-as-needed.patch" =20 epatch_user 1.50 dev-lang/spidermonkey/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermon= key/ChangeLog?rev=3D1.50&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermon= key/ChangeLog?rev=3D1.50&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermon= key/ChangeLog?r1=3D1.49&r2=3D1.50 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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.4= 9 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.5= 0 2011/01/02 12:43:15 djc Exp $ + + 02 Jan 2011; Dirkjan Ochtman + spidermonkey-1.9.2.13.ebuild: + No need to unpack twice, thanks to mgorny for reporting. =20 29 Dec 2010; Jory A. Pratt spidermonkey-1.9.2.13.= ebuild: Add zip dep bug #350081