public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14907 - main/trunk/bin
@ 2009-11-27 23:01 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-11-27 23:01 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-11-27 23:01:35 +0000 (Fri, 27 Nov 2009)
New Revision: 14907

Modified:
   main/trunk/bin/ebuild.sh
Log:
Bug #294886 - Show some basic info at the beginning of the build log,
including USE flags.


Modified: main/trunk/bin/ebuild.sh
===================================================================
--- main/trunk/bin/ebuild.sh	2009-11-27 22:38:53 UTC (rev 14906)
+++ main/trunk/bin/ebuild.sh	2009-11-27 23:01:35 UTC (rev 14907)
@@ -2056,6 +2056,11 @@
 		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.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-27 23:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-27 23:01 [gentoo-commits] portage r14907 - main/trunk/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox