Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13607 - main/branches/2.1.6/bin
Date: Sun, 03 May 2009 20:34:50
Message-Id: E1M0iN3-00084s-UP@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-05-03 20:33:09 +0000 (Sun, 03 May 2009)
3 New Revision: 13607
4
5 Modified:
6 main/branches/2.1.6/bin/ebuild.sh
7 Log:
8 Remove EAPI 3 helpers PATH code, unused in this branch.
9
10
11 Modified: main/branches/2.1.6/bin/ebuild.sh
12 ===================================================================
13 --- main/branches/2.1.6/bin/ebuild.sh 2009-05-03 20:28:51 UTC (rev 13606)
14 +++ main/branches/2.1.6/bin/ebuild.sh 2009-05-03 20:33:09 UTC (rev 13607)
15 @@ -1909,20 +1909,6 @@
16 ebuild_main() {
17 local f x
18
19 - # we may want to make this configurable somewhere else
20 - local ebuild_helpers_path
21 - case ${EAPI} in
22 - 3|3_pre1)
23 - ebuild_helpers_path="${PORTAGE_BIN_PATH}/ebuild-helpers/3:${PORTAGE_BIN_PATH}/ebuild-helpers"
24 - ;;
25 - *)
26 - ebuild_helpers_path="${PORTAGE_BIN_PATH}/ebuild-helpers"
27 - ;;
28 - esac
29 -
30 - PATH=$ebuild_helpers_path:$PREROOTPATH${PREROOTPATH:+:}/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin${ROOTPATH:+:}$ROOTPATH
31 - unset ebuild_helpers_path
32 -
33 if ! hasq $EBUILD_SH_ARGS clean depend help info nofetch ; then
34
35 if hasq distcc $FEATURES ; then