summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-09-04 21:34:14 +0000
committerZac Medico <zmedico@gentoo.org>2008-09-04 21:34:14 +0000
commitd8f1f4f77be4b03079854e427b822eeaa8be55d2 (patch)
tree281605ac398167945637888555548eeb46d7a0a1 /doc
parentNest the EAPI 2 "Dependencies" section inside a "Metadata" section. (diff)
downloadportage-multirepo-d8f1f4f77be4b03079854e427b822eeaa8be55d2.tar.gz
portage-multirepo-d8f1f4f77be4b03079854e427b822eeaa8be55d2.tar.bz2
portage-multirepo-d8f1f4f77be4b03079854e427b822eeaa8be55d2.zip
Add EAPI 2 documentation for customization of output file names in SRC_URI
(bug #177863). svn path=/main/trunk/; revision=11493
Diffstat (limited to 'doc')
-rw-r--r--doc/package/ebuild/eapi/2.docbook14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/package/ebuild/eapi/2.docbook b/doc/package/ebuild/eapi/2.docbook
index dff81cc3..2f0ca533 100644
--- a/doc/package/ebuild/eapi/2.docbook
+++ b/doc/package/ebuild/eapi/2.docbook
@@ -405,6 +405,20 @@ src_compile() {
</section>
</section>
</section>
+ <section id='package-ebuild-eapi-2-draft-metadata-src-uri'>
+ <title>SRC_URI</title>
+ <section id='package-ebuild-eapi-2-draft-metadata-src-uri-output-file-name-customization'>
+ <title>Customization of Output File Names</title>
+ <para>
+ A new syntax is supported which allows customization of the output
+ file name for a given URI. In order to customize the output file
+ name, a given URI should be followed by a "->" operator which,
+ in turn, should be followed by the desired output file name. As
+ usual, all tokens, including the operator and output file name,
+ should be separated by whitespace.
+ </para>
+ </section>
+ </section>
</section>
<section id='package-ebuild-eapi-2-draft-phases'>
<title>Phases</title>