Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/
Date: Fri, 02 Nov 2012 17:53:43
Message-Id: 1351878786.7ae9205793e707857742df05ae3bd759d88cf095.hwoarang@gentoo
1 commit: 7ae9205793e707857742df05ae3bd759d88cf095
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 19:19:50 2011 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 17:53:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=7ae92057
7
8 Properly document the DOCS variable in ebuild-writing/eapi (bug 369383)
9
10 ---
11 ebuild-writing/eapi/text.xml | 9 +++++++++
12 1 files changed, 9 insertions(+), 0 deletions(-)
13
14 diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
15 index 38b9117..347ad0b 100644
16 --- a/ebuild-writing/eapi/text.xml
17 +++ b/ebuild-writing/eapi/text.xml
18 @@ -655,6 +655,15 @@ REQUIRED_USE="|| ( foo bar baz )"
19 </p>
20 </li>
21 <li>
22 + <p><b>DOCS</b></p>
23 + <p>
24 + The <c>DOCS</c> variable is an array or whitespace-separated list
25 + of documentation files for the default <c>src_install</c> function
26 + to install using <c>dodoc</c>. If undefined, a reasonable default
27 + list is used. See the default <c>src_install</c> function above.
28 + </p>
29 + </li>
30 + <li>
31 <p><b>AA and KV variables are gone</b></p>
32 <p>
33 The <c>AA</c> and <c>KV</c> variables are no longer set in EAPI=4.