Add elog related variables to make.conf(5) with a pointer to make.conf.example. Add...
authorMarius Mauch <genone@gentoo.org>
Wed, 10 Jan 2007 03:24:21 +0000 (03:24 -0000)
committerMarius Mauch <genone@gentoo.org>
Wed, 10 Jan 2007 03:24:21 +0000 (03:24 -0000)
svn path=/main/trunk/; revision=5506

man/ebuild.5
man/make.conf.5

index d0b0d0993deb661d84fae348458127dcb423952c..0e061410cb27c3a0a7d05f93fbb49e66e5c3b484 100644 (file)
@@ -547,10 +547,15 @@ VERINS="$(best_version net-ftp/glftpd)"
 .RE
 .SH "HELPER FUNCTIONS: OUTPUT"
 .TP
-\fBeinfo\fR \fI"informative message"\fR
+\fBeinfo\fR \fI"disposable message"\fR
+Same as \fBelog\fR, but should be used when the message isn't important to the
+user (like progress or status messages during the build process).
+.TP
+\fBelog\fR \fI"informative message"\fR
 If you need to display an message that you wish the user to read and take 
-notice of, then use \fBeinfo\fR.  It works just like \fBecho\fR(1), but 
-adds a little more to the output so as to catch the user's eye.
+notice of, then use \fBelog\fR.  It works just like \fBecho\fR(1), but 
+adds a little more to the output so as to catch the user's eye. The message
+will also be logged by portage for later review.
 .TP
 \fBewarn\fR \fI"warning message"\fR
 Same as \fBeinfo\fR, but should be used when showing a warning to the user.
index 02ae269d2896f7155b896f524cca16dbc4c4caf8..2f526436cd180468d5e7f6a28168cc01b8578ac1 100644 (file)
@@ -322,6 +322,19 @@ emerge is running at.  In other words, this will not set the nice level,
 it will increment it.  For more information about nice levels and what 
 are acceptable ranges, see \fBnice\fR(1).
 .TP
+\fBPORTAGE_ELOG_CLASSES\fR
+.TP
+\fBPORTAGE_ELOG_SYSTEM\fR
+.TP
+\fBPORTAGE_ELOG_COMMAND\fR
+.TP
+\fBPORTAGE_ELOG_MAILURI\fR
+.TP
+\fBPORTAGE_ELOG_MAILFROM\fR
+.TP
+\fBPORTAGE_ELOG_MAILSUBJECT\fR
+Please see /etc/make.conf.example for elog documentation.
+.TP
 \fBPORTAGE_RSYNC_EXTRA_OPTS\fR = \fI[rsync options string]\fR
 Additional rsync options to be used by \fBemerge --sync\fR.
 .br