Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11493 - main/trunk/doc/package/ebuild/eapi
Date: Thu, 04 Sep 2008 21:34:19
Message-Id: E1KbMT2-0007Bj-01@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-09-04 21:34:14 +0000 (Thu, 04 Sep 2008)
3 New Revision: 11493
4
5 Modified:
6 main/trunk/doc/package/ebuild/eapi/2.docbook
7 Log:
8 Add EAPI 2 documentation for customization of output file names in SRC_URI
9 (bug #177863).
10
11
12 Modified: main/trunk/doc/package/ebuild/eapi/2.docbook
13 ===================================================================
14 --- main/trunk/doc/package/ebuild/eapi/2.docbook 2008-09-04 20:55:21 UTC (rev 11492)
15 +++ main/trunk/doc/package/ebuild/eapi/2.docbook 2008-09-04 21:34:14 UTC (rev 11493)
16 @@ -405,7 +405,21 @@
17 </section>
18 </section>
19 </section>
20 + <section id='package-ebuild-eapi-2-draft-metadata-src-uri'>
21 + <title>SRC_URI</title>
22 + <section id='package-ebuild-eapi-2-draft-metadata-src-uri-output-file-name-customization'>
23 + <title>Customization of Output File Names</title>
24 + <para>
25 + A new syntax is supported which allows customization of the output
26 + file name for a given URI. In order to customize the output file
27 + name, a given URI should be followed by a "->" operator which,
28 + in turn, should be followed by the desired output file name. As
29 + usual, all tokens, including the operator and output file name,
30 + should be separated by whitespace.
31 + </para>
32 + </section>
33 </section>
34 + </section>
35 <section id='package-ebuild-eapi-2-draft-phases'>
36 <title>Phases</title>
37 <section id='package-ebuild-eapi-2-draft-phases-src-prepare'>