Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11252 - main/trunk/doc/package/ebuild/eapi
Date: Mon, 28 Jul 2008 22:27:38
Message-Id: E1KNbBn-0007zv-T1@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-07-28 22:27:35 +0000 (Mon, 28 Jul 2008)
3 New Revision: 11252
4
5 Modified:
6 main/trunk/doc/package/ebuild/eapi/2.docbook
7 Log:
8 Document the doman language code path translation extension from bug #222439.
9
10
11 Modified: main/trunk/doc/package/ebuild/eapi/2.docbook
12 ===================================================================
13 --- main/trunk/doc/package/ebuild/eapi/2.docbook 2008-07-28 21:55:13 UTC (rev 11251)
14 +++ main/trunk/doc/package/ebuild/eapi/2.docbook 2008-07-28 22:27:35 UTC (rev 11252)
15 @@ -1,5 +1,36 @@
16 <sect1 id='package-ebuild-eapi-2'>
17 <title>EAPI 2_pre0</title>
18 + <sect2 id='package-ebuild-eapi-2-helpers'>
19 + <title>Helpers</title>
20 + <sect3 id='package-ebuild-eapi-2-helpers-doman'>
21 + <title>doman</title>
22 + <para>
23 + Language codes in file names are now used for path translation.
24 + </para>
25 + <table><title>Man Page Path Translation</title>
26 + <tgroup cols='2' align='left' >
27 + <colspec colname='source'/>
28 + <colspec colname='destination'/>
29 + <thead>
30 + <row>
31 + <entry>Source</entry>
32 + <entry>Destination</entry>
33 + </row>
34 + </thead>
35 + <tbody>
36 + <row>
37 + <entry>foo.1</entry>
38 + <entry>/usr/share/man/man1/foo.1</entry>
39 + </row>
40 + <row>
41 + <entry>foo.lang.1</entry>
42 + <entry>/usr/share/man/lang/man1/foo.1</entry>
43 + </row>
44 + </tbody>
45 + </tgroup>
46 + </table>
47 + </sect3>
48 + </sect2>
49 <sect2 id='package-ebuild-eapi-2-use-deps'>
50 <title>USE Dependencies</title>
51 <sect3 id='package-ebuild-eapi-2-use-deps-conditional'>