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: Fri, 01 Jun 2012 03:16:15
Message-Id: 1338520555.d9f8332397f77c7efdbd53082672c641bc19a0fc.vapier@gentoo
1 commit: d9f8332397f77c7efdbd53082672c641bc19a0fc
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 1 03:15:55 2012 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 1 03:15:55 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=d9f83323
7
8 make.conf(5): document PORTAGE_{GRPNAME,USERNAME,INST_UID,INST_GID}
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 ---
13 man/make.conf.5 | 24 ++++++++++++++++++++++++
14 1 files changed, 24 insertions(+), 0 deletions(-)
15
16 diff --git a/man/make.conf.5 b/man/make.conf.5
17 index a90e51d..6882637 100644
18 --- a/man/make.conf.5
19 +++ b/man/make.conf.5
20 @@ -733,6 +733,24 @@ to be configured by \fI`git config user.signingkey key_id`\fR.
21 The command used by \fBrepoman\fR(1) to sign manifests when \fBsign\fR is
22 in \fBFEATURES\fR.
23 .TP
24 +\fBPORTAGE_GRPNAME\fR = \fI[group]\fR
25 +Defines the groupname to use when executing in userpriv/etc... modes (i.e.
26 +non-root).
27 +.br
28 +Defaults to portage.
29 +.TP
30 +\fBPORTAGE_INST_GID\fR = \fI[gid]\fR
31 +Defines the group id when installing files via dobin/dosbin. Useful when
32 +running ebuild as yourself.
33 +.br
34 +Defaults to 0.
35 +.TP
36 +\fBPORTAGE_INST_UID\fR = \fI[uid]\fR
37 +Defines the user id when installing files via dobin/dosbin. Useful when
38 +running ebuild as yourself.
39 +.br
40 +Defaults to 0.
41 +.TP
42 \fBPORTAGE_IONICE_COMMAND\fR = \fI[ionice command string]\fR
43 This variable should contain a command for portage to call in order
44 to adjust the io priority of portage and it's subprocesses. The command
45 @@ -792,6 +810,12 @@ Defines the location of the temporary build directories.
46 .br
47 Defaults to /var/tmp.
48 .TP
49 +\fBPORTAGE_USERNAME\fR = \fI[user]\fR
50 +Defines the username to use when executing in userpriv/etc... modes (i.e.
51 +non-root).
52 +.br
53 +Defaults to portage.
54 +.TP
55 \fBPORTAGE_WORKDIR_MODE\fR = \fI"0700"\fR
56 This variable controls permissions for \fIWORKDIR\fR (see \fBebuild\fR(5)).
57 .TP