Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:2.1.9 commit in: bin/
Date: Tue, 22 Feb 2011 03:15:01
Message-Id: 4bd18a61c46c26496ffc80ef95e80d82dcc8500a.zmedico@gentoo
1 commit: 4bd18a61c46c26496ffc80ef95e80d82dcc8500a
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 16:17:09 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 03:12:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=4bd18a61
7
8 ebuild.sh: remove unused PWORKDIR variable
9
10 ---
11 bin/ebuild.sh | 6 ------
12 bin/isolated-functions.sh | 2 +-
13 2 files changed, 1 insertions(+), 7 deletions(-)
14
15 diff --git a/bin/ebuild.sh b/bin/ebuild.sh
16 index 1764da1..59bf46e 100755
17 --- a/bin/ebuild.sh
18 +++ b/bin/ebuild.sh
19 @@ -1152,9 +1152,6 @@ dyn_install() {
20 #our custom version of libtool uses $S and $D to fix
21 #invalid paths in .la files
22 export S D
23 - #some packages uses an alternative to $S to build in, cause
24 - #our libtool to create problematic .la files
25 - export PWORKDIR="$WORKDIR"
26
27 # Reset exeinto(), docinto(), insinto(), and into() state variables
28 # in case the user is running the install phase multiple times
29 @@ -2244,9 +2241,6 @@ ebuild_main() {
30 #our custom version of libtool uses $S and $D to fix
31 #invalid paths in .la files
32 export S D
33 - #some packages use an alternative to $S to build in, cause
34 - #our libtool to create problematic .la files
35 - export PWORKDIR=$WORKDIR
36
37 ;;
38 esac
39
40 diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
41 index f89c11e..b5bb73a 100644
42 --- a/bin/isolated-functions.sh
43 +++ b/bin/isolated-functions.sh
44 @@ -602,7 +602,7 @@ save_ebuild_env() {
45 PORTAGE_BASHRCS_SOURCED PORTAGE_NONFATAL PORTAGE_QUIET \
46 PORTAGE_SANDBOX_DENY PORTAGE_SANDBOX_PREDICT \
47 PORTAGE_SANDBOX_READ PORTAGE_SANDBOX_WRITE PREROOTPATH \
48 - PWORKDIR QA_INTERCEPTORS \
49 + QA_INTERCEPTORS \
50 RC_DEFAULT_INDENT RC_DOT_PATTERN RC_ENDCOL RC_INDENTATION \
51 ROOT ROOTPATH RPMDIR TEMP TMP TMPDIR USE_EXPAND \
52 WARN XARGS _RC_GET_KV_CACHE