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 1SPjxt-0001hc-4C for garchives@archives.gentoo.org; Thu, 03 May 2012 00:32:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1010CE0790; Thu, 3 May 2012 00:32:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C5DC7E0790 for ; Thu, 3 May 2012 00:32:00 +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 36BDC1B400B for ; Thu, 3 May 2012 00:32:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 54A3C2004B; Thu, 3 May 2012 00:31:58 +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 eclass: ChangeLog python-distutils-ng.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog python-distutils-ng.eclass X-VCS-Directories: eclass X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Message-Id: <20120503003158.54A3C2004B@flycatcher.gentoo.org> Date: Thu, 3 May 2012 00:31:58 +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: 45cad7ef-08c0-4597-b398-9deaa016595b X-Archives-Hash: 103db28ba60757f5d15fcd4bd2b01bb3 floppym 12/05/03 00:31:58 Modified: ChangeLog python-distutils-ng.eclass Log: Declare local S in _python-distutils-ng_run_for_impl. Revision Changes Path 1.235 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r= ev=3D1.235&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r= ev=3D1.235&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r= 1=3D1.234&r2=3D1.235 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/eclass/ChangeLog,v retrieving revision 1.234 retrieving revision 1.235 diff -u -r1.234 -r1.235 --- ChangeLog 2 May 2012 21:40:42 -0000 1.234 +++ ChangeLog 3 May 2012 00:31:58 -0000 1.235 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.234 2012/05/02 2= 1:40:42 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.235 2012/05/03 0= 0:31:58 floppym Exp $ + + 03 May 2012; Mike Gilbert python-distutils-ng.ecl= ass: + Declare local S in _python-distutils-ng_run_for_impl. =20 02 May 2012; Mike Gilbert python-distutils-ng.ecl= ass: Fix bytecode generation with Python 3, bug 413771. Patch by James Rowe= . 1.15 eclass/python-distutils-ng.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-dist= utils-ng.eclass?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-dist= utils-ng.eclass?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-dist= utils-ng.eclass?r1=3D1.14&r2=3D1.15 Index: python-distutils-ng.eclass =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/eclass/python-distutils-ng.eclass,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- python-distutils-ng.eclass 2 May 2012 21:40:42 -0000 1.14 +++ python-distutils-ng.eclass 3 May 2012 00:31:58 -0000 1.15 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1= .14 2012/05/02 21:40:42 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1= .15 2012/05/03 00:31:58 floppym Exp $ =20 # @ECLASS: python-distutils-ng # @MAINTAINER: @@ -134,7 +134,7 @@ local impl=3D"${1}" local command=3D"${2}" =20 - S=3D"${WORKDIR}/impl_${impl}/${_PACKAGE_SPECIFIC_S}" + local S=3D"${WORKDIR}/impl_${impl}/${_PACKAGE_SPECIFIC_S}" PYTHON=3D"$(_python-distutils-ng_get_binary_for_implementation "${impl}= ")" EPYTHON=3D"${impl/_/.}" =20 @@ -384,7 +384,6 @@ _python-distutils-ng_default_distutils_install fi =20 - S=3D"${WORKDIR}/${_PACKAGE_SPECIFIC_S}" if type python_install_all &> /dev/null; then einfo "Running python_install_all in ${S} for all" pushd "${S}" &> /dev/null