commit: b7f793f9c48d665633a6dab3bda5ffb84dc0ad3d Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Sep 9 17:15:11 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Sep 9 23:40:19 2024 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b7f793f9
pkg-mgr-commands.tex: Document *.z suffix in unpack Portage has accepted the lowercase *.z and *.tar.z suffixes for gzip-compressed files since version 2.0.24 in 2002: https://gitweb.gentoo.org/archive/proj/portage-cvs.git/commit/?id=322d745eff81a5e647b70c3d55bee5dd17e08296 This won't make any difference for newer EAPIs (where unpack's suffix matching is case-insensitive). Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> pkg-mgr-commands.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index d98574d..baef7b8 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -1133,9 +1133,10 @@ has returned. relevant binaries are available: \begin{itemize} \item tar files (\t{*.tar}). Ebuilds must ensure that GNU tar is installed. - \item gzip-compressed files (\t{*.gz, *.Z}). Ebuilds must ensure that GNU gzip is installed. - \item gzip-compressed tar files (\t{*.tar.gz, *.tgz, *.tar.Z}). Ebuilds must ensure that - GNU gzip and GNU tar are installed. + \item gzip-compressed files (\t{*.gz, *.z, *.Z}). Ebuilds must ensure that GNU gzip is + installed. + \item gzip-compressed tar files (\t{*.tar.gz, *.tgz, *.tar.z, *.tar.Z}). Ebuilds must ensure + that GNU gzip and GNU tar are installed. \item bzip2-compressed files (\t{*.bz2, *.bz}). Ebuilds must ensure that bzip2 is installed. \item bzip2-compressed tar files (\t{*.tar.bz2, *.tbz2, *.tar.bz, *.tbz}). Ebuilds must ensure that bzip2 and GNU tar are installed.