summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-15 12:26:46 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-15 12:26:46 -0700
commit345d938b7b995d7f336bf5d88dbf91affe27ac0d (patch)
tree546a2fcc07da15fb0baffdad26463014bf6ce8a2 /man/ebuild.5
parentc4ac9c98510a8c61f474225d52287de29c9ce975 (diff)
downloadportage-345d938b7b995d7f336bf5d88dbf91affe27ac0d.tar.gz
portage-345d938b7b995d7f336bf5d88dbf91affe27ac0d.tar.bz2
portage-345d938b7b995d7f336bf5d88dbf91affe27ac0d.zip
ebuild.5: add EAPI 5 EBUILD_PHASE_FUNC variable
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.510
1 files changed, 10 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index ef355057a..755923e33 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -102,6 +102,16 @@ Contains the path to the package build root. Do not modify this variable.
Contains the path to the 'files' sub folder in the package specific
location in the portage tree. Do not modify this variable.
.TP
+.B EBUILD_PHASE
+Contains the abreviated name of the phase function that is
+currently executing, such as "setup", "unpack", "compile", or
+"preinst".
+.TP
+.B EBUILD_PHASE_FUNC
+Beginning with \fBEAPI 5\fR, contains the full name of the phase
+function that is currently executing, such as "pkg_setup",
+"src_unpack", "src_compile", or "pkg_preinst".
+.TP
.B EPREFIX
Beginning with \fBEAPI 3\fR, contains the offset
that this Portage was configured for during