aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-05 00:28:49 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-05 00:28:49 -0700
commitb703d3088f01060309479979a226d88b0e627931 (patch)
tree4f066afd7535d09271b1c5a4ca355946003895c7 /bin
parentRemove redundant initial os.sep argument to os.path.join() calls (diff)
downloadportage-b703d3088f01060309479979a226d88b0e627931.tar.gz
portage-b703d3088f01060309479979a226d88b0e627931.tar.bz2
portage-b703d3088f01060309479979a226d88b0e627931.zip
Take the code which displays ebuild information before pkg_setup,
and move it from ebuild.sh to EbuildPhase. This way we can easily use python to extend it for bug #336019.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 6627c898d..5808c8e8f 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -2214,11 +2214,6 @@ ebuild_main() {
export SANDBOX_ON="0"
;;
help|pretend|setup|preinst)
- if [[ $EBUILD_SH_ARGS = setup ]] ; then
- einfo "CPV: $CATEGORY/$PF"
- einfo "REPO: $PORTAGE_REPO_NAME"
- einfo "USE: $USE"
- fi
#pkg_setup needs to be out of the sandbox for tmp file creation;
#for example, awking and piping a file in /tmp requires a temp file to be created
#in /etc. If pkg_setup is in the sandbox, both our lilo and apache ebuilds break.