diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-11-13 23:23:16 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-11-13 23:23:16 +0000 |
commit | 3da5761ca45a9c9aa4f0e73d385d2d2e53d85991 (patch) | |
tree | 29b86b1497c44c9cda82f7d508d10212e1619b27 | |
parent | 7e24d2b7a620f4fdb1c88510ae96de574e501b53 (diff) | |
download | portage-3da5761ca45a9c9aa4f0e73d385d2d2e53d85991.tar.gz portage-3da5761ca45a9c9aa4f0e73d385d2d2e53d85991.tar.bz2 portage-3da5761ca45a9c9aa4f0e73d385d2d2e53d85991.zip |
Bug #244485 - Document SRC_URI arrows for output file customization.
svn path=/main/trunk/; revision=11894
-rw-r--r-- | man/ebuild.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 1344ba460..0fefe0d75 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -141,6 +141,10 @@ the EAPI to which this package conforms. 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 if the file was not found on any of the \fIGENTOO_MIRRORS\fR. +Beginning with \fBEAPI 2\fR, the output file name of a given URI may be +customized with a "->" operator on the right hand side, followed by the +desired output file name. All tokens, including the operator and output +file name, should be separated by whitespace. .TP \fBHOMEPAGE\fR = \fI"http://happy.com/"\fR Should contain a list of URL's for the sources main sites and other further |