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 1PrYSt-0001gA-Gw for garchives@archives.gentoo.org; Mon, 21 Feb 2011 16:18:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67505E04F2; Mon, 21 Feb 2011 16:18:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 32D52E04F2 for ; Mon, 21 Feb 2011 16:18:15 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFF861B40F4 for ; Mon, 21 Feb 2011 16:18:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id ECC628006A for ; Mon, 21 Feb 2011 16:18:13 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <6b8945dda699ab81334b38790b6a046852de3184.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild.sh bin/isolated-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6b8945dda699ab81334b38790b6a046852de3184 Date: Mon, 21 Feb 2011 16:18:13 +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: 3de00effd480d522e526d005f374ada7 commit: 6b8945dda699ab81334b38790b6a046852de3184 Author: Zac Medico gentoo org> AuthorDate: Mon Feb 21 16:17:09 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Feb 21 16:17:09 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D6b8945dd ebuild.sh: remove unused PWORKDIR variable --- bin/ebuild.sh | 6 ------ bin/isolated-functions.sh | 2 +- 2 files changed, 1 insertions(+), 7 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1764da1..59bf46e 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1152,9 +1152,6 @@ dyn_install() { #our custom version of libtool uses $S and $D to fix #invalid paths in .la files export S D - #some packages uses an alternative to $S to build in, cause - #our libtool to create problematic .la files - export PWORKDIR=3D"$WORKDIR" =20 # Reset exeinto(), docinto(), insinto(), and into() state variables # in case the user is running the install phase multiple times @@ -2244,9 +2241,6 @@ ebuild_main() { #our custom version of libtool uses $S and $D to fix #invalid paths in .la files export S D - #some packages use an alternative to $S to build in, cause - #our libtool to create problematic .la files - export PWORKDIR=3D$WORKDIR =20 ;; esac diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index f89c11e..b5bb73a 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -602,7 +602,7 @@ save_ebuild_env() { PORTAGE_BASHRCS_SOURCED PORTAGE_NONFATAL PORTAGE_QUIET \ PORTAGE_SANDBOX_DENY PORTAGE_SANDBOX_PREDICT \ PORTAGE_SANDBOX_READ PORTAGE_SANDBOX_WRITE PREROOTPATH \ - PWORKDIR QA_INTERCEPTORS \ + QA_INTERCEPTORS \ RC_DEFAULT_INDENT RC_DOT_PATTERN RC_ENDCOL RC_INDENTATION \ ROOT ROOTPATH RPMDIR TEMP TMP TMPDIR USE_EXPAND \ WARN XARGS _RC_GET_KV_CACHE