diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-10-05 16:53:40 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-10-05 16:53:40 +0000 |
commit | 9bd1a0f004462d0af88f308c85d777e083486011 (patch) | |
tree | 8d746f531f1cd04e417ccdda7c9f930509793a0d | |
parent | 42d8a5dbcdbd73a97942a2c977492999dd4c0d3e (diff) | |
download | portage-9bd1a0f004462d0af88f308c85d777e083486011.tar.gz portage-9bd1a0f004462d0af88f308c85d777e083486011.tar.bz2 portage-9bd1a0f004462d0af88f308c85d777e083486011.zip |
Document the EAPI variable.
svn path=/main/trunk/; revision=7949
-rw-r--r-- | man/ebuild.5 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 68b4f053a..2093b066f 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -126,6 +126,17 @@ the tree prefixed by ${ROOT}. Do not modify this variable. \fBDESCRIPTION\fR = \fI"A happy little package"\fR Should contain a short description of the package. .TP +\fBEAPI\fR = \fI"0"\fR +Defines the ebuild API version to which this package conforms. If not +defined then it defaults to "0". If portage does not recognize the +EAPI value then it will mask the package and refuse to perform any +operations with it since this means that a newer version of portage +needs to be installed first. For maximum backard compatiblity, a +package should conform to the lowest possible EAPI. Note that anyone +who uses the \fBebuild\fR(1) and \fBrepoman\fR(1) commands with this +package will be required to have a version of portage that recognizes +the EAPI to which this package conforms. +.TP \fBSRC_URI\fR = \fI"http://happy.com/little/${P}.tar.gz"\fR Contains a list of URI's for the required source files. It can contain multiple URI's for a single source file. The list is processed in order |