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 1RIWQT-00076b-5D for garchives@archives.gentoo.org; Tue, 25 Oct 2011 02:07:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D548EE01F1; Tue, 25 Oct 2011 02:07:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 951F7E01F1 for ; Tue, 25 Oct 2011 02:07:27 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C34521B400B for ; Tue, 25 Oct 2011 02:07:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 95CAE2004C; Tue, 25 Oct 2011 02:07:25 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-9999.ebuild ChangeLog v8-3.6.6.5.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: v8-9999.ebuild ChangeLog v8-3.6.6.5.ebuild X-VCS-Directories: dev-lang/v8 X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Message-Id: <20111025020725.95CAE2004C@flycatcher.gentoo.org> Date: Tue, 25 Oct 2011 02:07:25 +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: X-Archives-Hash: 5d231cb11c9e53002ae6e66612a09c19 floppym 11/10/25 02:07:25 Modified: v8-9999.ebuild ChangeLog v8-3.6.6.5.ebuild Log: Make candidate a local variable. =20 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64) Revision Changes Path 1.19 dev-lang/v8/v8-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-999= 9.ebuild?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-999= 9.ebuild?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-999= 9.ebuild?r1=3D1.18&r2=3D1.19 Index: v8-9999.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/v8/v8-9999.ebuild,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- v8-9999.ebuild 25 Oct 2011 00:35:35 -0000 1.18 +++ v8-9999.ebuild 25 Oct 2011 02:07:25 -0000 1.19 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.18 201= 1/10/25 00:35:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.19 201= 1/10/25 02:07:25 floppym Exp $ =20 EAPI=3D"3" =20 @@ -96,7 +96,7 @@ =20 pkg_preinst() { preserved_libs=3D() - local baselib + local baselib candidate =20 eshopts_push -s nullglob =20 1.95 dev-lang/v8/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/Change= Log?rev=3D1.95&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/Change= Log?rev=3D1.95&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/Change= Log?r1=3D1.94&r2=3D1.95 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/v8/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ChangeLog 25 Oct 2011 00:35:35 -0000 1.94 +++ ChangeLog 25 Oct 2011 02:07:25 -0000 1.95 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/v8 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.94 2011/10/= 25 00:35:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.95 2011/10/= 25 02:07:25 floppym Exp $ + + 25 Oct 2011; Mike Gilbert v8-3.6.6.5.ebuild, + v8-9999.ebuild: + Make candidate a local variable. =20 25 Oct 2011; Mike Gilbert v8-3.6.6.5.ebuild, v8-9999.ebuild: 1.4 dev-lang/v8/v8-3.6.6.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.6= .6.5.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.6= .6.5.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.6= .6.5.ebuild?r1=3D1.3&r2=3D1.4 Index: v8-3.6.6.5.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/v8/v8-3.6.6.5.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- v8-3.6.6.5.ebuild 25 Oct 2011 00:35:35 -0000 1.3 +++ v8-3.6.6.5.ebuild 25 Oct 2011 02:07:25 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.6.6.5.ebuild,v 1.3 2= 011/10/25 00:35:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.6.6.5.ebuild,v 1.4 2= 011/10/25 02:07:25 floppym Exp $ =20 EAPI=3D"3" =20 @@ -95,7 +95,7 @@ =20 pkg_preinst() { preserved_libs=3D() - local baselib + local baselib candidate =20 eshopts_push -s nullglob =20