Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Tue, 10 Jul 2012 05:42:32
Message-Id: 1341898908.8639e39d6c13306661261a3cb66c6827bcd2d26c.vapier@gentoo
1 commit: 8639e39d6c13306661261a3cb66c6827bcd2d26c
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 10 05:41:48 2012 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 10 05:41:48 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=8639e39d
7
8 ebuild(5): note that keepdir/dodir accept multiple paths
9
10 Current documentation indicates these only take one path, but they both
11 accept an arbitrary number of paths.
12
13 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
14
15 ---
16 man/ebuild.5 | 10 +++++-----
17 1 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/man/ebuild.5 b/man/ebuild.5
20 index 8ed8136..a65fef2 100644
21 --- a/man/ebuild.5
22 +++ b/man/ebuild.5
23 @@ -615,7 +615,7 @@ CFLAGS, CXXFLAGS, FFLAGS, FCFLAGS, and LDFLAGS variables.
24 This should contain a list of file paths, relative to the image directory, of
25 files that contain .hash sections. The paths may contain regular expressions
26 with escape\-quoted special characters. This variable is deprecated. Use
27 -\fBQA_FLAGS_IGNORED\f instead.
28 +\fBQA_FLAGS_IGNORED\fR instead.
29 .br
30 This variable is intended to be used on files of binary packages which ignore
31 LDFLAGS variable.
32 @@ -1105,8 +1105,8 @@ that this expression does \fBNOT\fR use the offset prefix.
33 .BR 'dosed\ "s:/usr/local:/usr:g"\ /usr/bin/some\-script'
34 runs sed on ${ED}/usr/bin/some\-script
35 .TP
36 -\fBdodir\fR \fI<path>\fR
37 -Creates a directory inside of ${ED}.
38 +\fBdodir\fR \fI<path> [more paths]\fR
39 +Creates directories inside of ${ED}.
40 .br
41 .BR 'dodir\ /usr/lib/apache'
42 creates ${ED}/usr/lib/apache. Note that the do* functions will run
43 @@ -1122,8 +1122,8 @@ Sets the root (\fIDESTTREE\fR) for other functions like \fBdobin\fR,
44 .br
45 The default root is /usr.
46 .TP
47 -\fBkeepdir\fR \fI<path>\fR
48 -Tells portage to leave a directory behind even if it is empty. Functions
49 +\fBkeepdir\fR \fI<path> [more paths]\fR
50 +Tells portage to leave directories behind even if they're empty. Functions
51 the same as \fBdodir\fR.
52 .TP
53 \fBdobin\fR \fI<binary> [list of more binaries]\fR