Gentoo Archives: gentoo-commits

From: Ulrich Mueller <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Wed, 06 Mar 2013 09:38:20
Message-Id: 1362562937.bcf9387d47a2ebd3237be2b4abb2f01693db8350.ulm@gentoo
1 commit: bcf9387d47a2ebd3237be2b4abb2f01693db8350
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 23:14:37 2013 +0000
4 Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 6 09:42:17 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=bcf9387d
7
8 unpack: Fix list of suffixes for tar.gz, tar.bz2, and lha files.
9
10 ---
11 pkg-mgr-commands.tex | 12 ++++++------
12 1 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
15 index 06856e2..0333efa 100644
16 --- a/pkg-mgr-commands.tex
17 +++ b/pkg-mgr-commands.tex
18 @@ -769,16 +769,16 @@ has returned.
19 relevant binaries are available:
20 \begin{itemize}
21 \item tar files (\t{*.tar}). Ebuilds must ensure that GNU tar installed.
22 - \item gzip-compressed tar files (\t{*.tar.gz, *.tgz, *.tar.Z, *.tbz}). Ebuilds must ensure that
23 + \item gzip-compressed files (\t{*.gz, *.Z}). Ebuilds must ensure that GNU gzip is installed.
24 + \item gzip-compressed tar files (\t{*.tar.gz, *.tgz, *.tar.Z}). Ebuilds must ensure that
25 GNU gzip and GNU tar are installed.
26 - \item bzip2-compressed tar files (\t{*.tar.bz2, *.tbz2, *.tar.bz}). Ebuilds must ensure that
27 - bzip2 and GNU tar are installed.
28 + \item bzip2-compressed files (\t{*.bz2, *.bz}). Ebuilds must ensure that bzip2 is installed.
29 + \item bzip2-compressed tar files (\t{*.tar.bz2, *.tbz2, *.tar.bz, *.tbz}). Ebuilds must ensure
30 + that bzip2 and GNU tar are installed.
31 \item zip files (\t{*.zip, *.ZIP, *.jar}). Ebuilds must ensure that Info-ZIP Unzip is installed.
32 - \item gzip files (\t{*.gz, *.Z, *.z}). Ebuilds must ensure that GNU gzip is installed.
33 - \item bzip2 files (\t{*.bz, *.bz2}). Ebuilds must ensure that bzip2 is installed.
34 \item 7zip files (\t{*.7z, *.7Z}). Ebuilds must ensure that P7ZIP is installed.
35 \item rar files (\t{*.rar, *.RAR}). Ebuilds must ensure that RARLAB's unrar is installed.
36 - \item LHA archives (\t{*.LHA, *.LHa, *.lha, *.lhz}). Ebuilds must ensure that the lha program is
37 + \item LHA archives (\t{*.LHA, *.LHa, *.lha, *.lzh}). Ebuilds must ensure that the lha program is
38 installed.
39 \item ar archives (\t{*.a}). Ebuilds must ensure that GNU binutils is installed.
40 \item deb packages (\t{*.deb}). Ebuilds must ensure that the deb2targz program is installed on