aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-11 22:09:42 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-11 22:09:42 +0000
commitd9bbf9a0b3acc3b7bdea5925fb7a7a0130198bb0 (patch)
treedbd0698cec5ec52220a85bc9b2237350265cadba /man/ebuild.5
parentJust use integer mtime if no fractional seconds are found in the search. (diff)
downloadportage-d9bbf9a0b3acc3b7bdea5925fb7a7a0130198bb0.tar.gz
portage-d9bbf9a0b3acc3b7bdea5925fb7a7a0130198bb0.tar.bz2
portage-d9bbf9a0b3acc3b7bdea5925fb7a7a0130198bb0.zip
Add EAPI 3 conditionals for prefix variables.
svn path=/main/trunk/; revision=15041
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.513
1 files changed, 8 insertions, 5 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index a229bf90a..4e0225819 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -103,7 +103,8 @@ Contains the path to the 'files' sub folder in the package specific
location in the portage tree. Do not modify this variable.
.TP
.B EPREFIX
-Contains the offset that this Portage was configured for during
+Beginning with \fBEAPI 3\fR, contains the offset
+that this Portage was configured for during
installation. The offset is sometimes necessary in an ebuild or eclass,
and is available in such cases as ${EPREFIX}. EPREFIX does not contain
a trailing slash, therefore an absent offset is represented by the empty
@@ -127,8 +128,9 @@ into account here, for which the variable ${ED} is provided (see below).
Do not modify this variable.
.TP
\fBED\fT = \fI"${PORTAGE_TMPDIR}/portage/${CATEGORY}/${PF}/image/${EPREFIX}/"\fR
-Contains the path "${D%/}${EPREFIX}/" for convenience purposes. Do not
-modify this variable.
+Beginning with \fBEAPI 3\fR, contains the path
+"${D%/}${EPREFIX}/" for convenience purposes.
+Do not modify this variable.
.TP
.B PORTAGE_LOG_FILE
Contains the path of the build log. If \fBPORT_LOGDIR\fR variable is unset then
@@ -142,8 +144,9 @@ into account here, for which the variable ${EROOT} is provided (see
below). Do not modify this variable.
.TP
\fBEROOT\fR = \fI"${ROOT%/}${EPREFIX}/"\fR
-Contains "${ROOT%/}${EPREFIX}/" for convenience purposes. Do not modify
-this variable.
+Beginning with \fBEAPI 3\fR, contains
+"${ROOT%/}${EPREFIX}/" for convenience
+purposes. Do not modify this variable.
.TP
\fBDESCRIPTION\fR = \fI"A happy little package"\fR
Should contain a short description of the package.