From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SaILX-0001vV-Ot for garchives@archives.gentoo.org; Fri, 01 Jun 2012 03:16:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54B00E0230; Fri, 1 Jun 2012 03:16:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AAD57E0230 for ; Fri, 1 Jun 2012 03:16:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BE9F1B4031 for ; Fri, 1 Jun 2012 03:16:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CB529E5428 for ; Fri, 1 Jun 2012 03:16:05 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1338520555.d9f8332397f77c7efdbd53082672c641bc19a0fc.vapier@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/make.conf.5 X-VCS-Directories: man/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: d9f8332397f77c7efdbd53082672c641bc19a0fc X-VCS-Branch: master Date: Fri, 1 Jun 2012 03:16:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9037821d-439d-4c09-8b9e-230d4a0f9d1f X-Archives-Hash: d9f7514e2f6b28baa7627ce433e566e4 commit: d9f8332397f77c7efdbd53082672c641bc19a0fc Author: Mike Frysinger gentoo org> AuthorDate: Fri Jun 1 03:15:55 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Jun 1 03:15:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dd9f83323 make.conf(5): document PORTAGE_{GRPNAME,USERNAME,INST_UID,INST_GID} Signed-off-by: Mike Frysinger gentoo.org> --- man/make.conf.5 | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index a90e51d..6882637 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -733,6 +733,24 @@ to be configured by \fI`git config user.signingkey k= ey_id`\fR. The command used by \fBrepoman\fR(1) to sign manifests when \fBsign\fR i= s in \fBFEATURES\fR. .TP +\fBPORTAGE_GRPNAME\fR =3D \fI[group]\fR +Defines the groupname to use when executing in userpriv/etc... modes (i.= e. +non-root). +.br +Defaults to portage. +.TP +\fBPORTAGE_INST_GID\fR =3D \fI[gid]\fR +Defines the group id when installing files via dobin/dosbin. Useful whe= n +running ebuild as yourself. +.br +Defaults to 0. +.TP +\fBPORTAGE_INST_UID\fR =3D \fI[uid]\fR +Defines the user id when installing files via dobin/dosbin. Useful when +running ebuild as yourself. +.br +Defaults to 0. +.TP \fBPORTAGE_IONICE_COMMAND\fR =3D \fI[ionice command string]\fR This variable should contain a command for portage to call in order to adjust the io priority of portage and it's subprocesses. The command @@ -792,6 +810,12 @@ Defines the location of the temporary build director= ies. .br Defaults to /var/tmp. .TP +\fBPORTAGE_USERNAME\fR =3D \fI[user]\fR +Defines the username to use when executing in userpriv/etc... modes (i.e= . +non-root). +.br +Defaults to portage. +.TP \fBPORTAGE_WORKDIR_MODE\fR =3D \fI"0700"\fR This variable controls permissions for \fIWORKDIR\fR (see \fBebuild\fR(5= )). .TP