commit:     0a988afa7e59e6b12b23adc19d9661b7bb3c0529
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 22:07:39 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 22:07:39 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0a988afa

ebuild-writing/variables: add brief explanations for EPREFIX, ED, EROOT

Briefly mention the variables EPREFIX, ED, and EROOT by using the
definitions from the PMS.

 ebuild-writing/variables/text.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index a82220e..eb8770d 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -113,6 +113,24 @@ for these variables when writing ebuilds.
       fetched for the package are stored.
     </ti>
   </tr>
+  <tr>
+    <ti><c>EPREFIX</c></ti>
+    <ti>
+      The normalised offset-prefix path of an offset installation.
+    </ti>
+  </tr>
+  <tr>
+    <ti><c>ED</c></ti>
+    <ti>
+      Shorthand for <c>${D%/}${EPREFIX}/</c>.
+    </ti>
+  </tr>
+  <tr>
+    <ti><c>EROOT</c></ti>
+    <ti>
+      Shorthand for <c>${ROOT%/}${EPREFIX}/</c>.
+    </ti>
+  </tr>
 </table>
 
 </body>

Reply via email to