Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Mon, 30 May 2011 22:27:55
Message-Id: e8cd26c8a67236742e4187fa4bccf4731876ed23.zmedico@gentoo
1 commit: e8cd26c8a67236742e4187fa4bccf4731876ed23
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 22:26:30 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 22:26:30 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e8cd26c8
7
8 man/ebuild.5: document DOCS variable for EAPI 4
9
10 This will fix bug #369383.
11
12 ---
13 man/ebuild.5 | 6 ++++++
14 1 files changed, 6 insertions(+), 0 deletions(-)
15
16 diff --git a/man/ebuild.5 b/man/ebuild.5
17 index 87f658d..bc5680f 100644
18 --- a/man/ebuild.5
19 +++ b/man/ebuild.5
20 @@ -552,6 +552,12 @@ This variable should only be used when a package provides a virtual target.
21 For example, blackdown\-jdk and sun\-jdk provide \fIvirtual/jdk\fR. This
22 allows for packages to depend on \fIvirtual/jdk\fR rather than on blackdown
23 or sun specifically.
24 +.TP
25 +\fBDOCS\fR
26 +Beginning with \fBEAPI 4\fR, an array or space\-delimited list of documentation
27 +files for the default src_install function to install using dodoc. If
28 +undefined, a reasonable default list is used. See the documentation for
29 +src_install below.
30 .SH "QA CONTROL VARIABLES"
31 .TP
32 .B USAGE NOTES