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 1PriiL-0006Xg-0w for garchives@archives.gentoo.org; Tue, 22 Feb 2011 03:15:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64AC8E064F; Tue, 22 Feb 2011 03:14:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 35233E064F for ; Tue, 22 Feb 2011 03:14:39 +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 AF1721B417C for ; Tue, 22 Feb 2011 03:14:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1FF4880073 for ; Tue, 22 Feb 2011 03:14:38 +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: <4bd18a61c46c26496ffc80ef95e80d82dcc8500a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:2.1.9 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: 4bd18a61c46c26496ffc80ef95e80d82dcc8500a Date: Tue, 22 Feb 2011 03:14:38 +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: d502b68d85b5e20e4f942922bf266ace commit: 4bd18a61c46c26496ffc80ef95e80d82dcc8500a Author: Zac Medico gentoo org> AuthorDate: Mon Feb 21 16:17:09 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Feb 22 03:12:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D4bd18a61 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