From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 214D2158094 for ; Mon, 10 Oct 2022 19:49:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1489E090E; Mon, 10 Oct 2022 19:49:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B80E2E090E for ; Mon, 10 Oct 2022 19:49:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97304340997 for ; Mon, 10 Oct 2022 19:49:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E733A605 for ; Mon, 10 Oct 2022 19:49:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665431354.b66c1fe449fda61e88a615ac2623cfc15f1c9147.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b66c1fe449fda61e88a615ac2623cfc15f1c9147 X-VCS-Branch: master Date: Mon, 10 Oct 2022 19:49:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8cbbb340-a61b-4d74-b169-e6693a431f53 X-Archives-Hash: 562d3564b0078893a1a6c6d8ab73fd61 commit: b66c1fe449fda61e88a615ac2623cfc15f1c9147 Author: Sam James gentoo org> AuthorDate: Tue Oct 4 12:25:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 10 19:49:14 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b66c1fe4 man: make.conf.5: mention BINPKG_FORMAT, gpkg Signed-off-by: Sam James gentoo.org> man/make.conf.5 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index a527a3f74..0c56e9c78 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -112,6 +112,10 @@ ACCEPT_RESTRICT="*" ACCEPT_RESTRICT="* -bindist" .fi .TP +.B BINPKG_FORMAT +This variable sets the format used for tar binary packages. Possible +values are \fIxpak\fI or \fIgpkg\fI. +.TP \fBBINPKG_COMPRESS\fR = \fI"compression"\fR This variable is used to determine the compression used for \fIbinary packages\fR. Supported settings and compression algorithms are: bzip2, gzip, @@ -928,7 +932,7 @@ Defines if color should be disabled by default. Defaults to false. .TP \fBPKGDIR\fR = \fI[path]\fR -Defines the location where created .tbz2 binary packages will be +Defines the location where created .tbz2 or .gpkg binary packages will be stored when the \fBemerge\fR(1) \fB\-\-buildpkg\fR option is enabled. By default, a given package is stored in a subdirectory corresponding to its category. However, for backward compatibility with the layout @@ -947,7 +951,7 @@ See \fIPORTAGE_LOGDIR_CLEAN\fR below. Deprecated. \fBPORTAGE_BINHOST\fR = \fI[space delimited URI list]\fR This is a list of hosts from which portage will grab prebuilt\-binary packages. Each entry in the list must specify the full address of a directory -serving tbz2's for your system (this directory must contain a 'Packages' index +serving tbz2/gpkgs for your system (this directory must contain a 'Packages' index file). This is only used when running with the get binary pkg options are given to \fBemerge\fR. Review \fBemerge\fR(1) for more information. The \fBPORTAGE_BINHOST\fR variable is deprecated in @@ -965,7 +969,8 @@ setting as the base URI. .TP .B PORTAGE_BINPKG_FORMAT This variable sets default format used for binary packages. Possible values -are tar and rpm or both. +are tar and rpm or both. It is very uncommon to set this and is likely +not what you want. You probably want \fBBINPKG_FORMAT\fR instead. .TP .B PORTAGE_BINPKG_TAR_OPTS This variable contains options to be passed to the tar command for creation