summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2009-06-27 23:18:13 +0200
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2009-06-29 19:03:52 +0100
commit3cf6ce132871c6dbcb74adbe27e2f3a34b56fd1b (patch)
tree7a6e3adfef0c3bcb9386cfc46f6c00bab73b9c80 /pkg-mgr-commands.tex
parentUSE_EXPAND_UNPREFIXED should be incremental too. (diff)
downloadpms-3cf6ce132871c6dbcb74adbe27e2f3a34b56fd1b.tar.gz
pms-3cf6ce132871c6dbcb74adbe27e2f3a34b56fd1b.tar.bz2
pms-3cf6ce132871c6dbcb74adbe27e2f3a34b56fd1b.zip
Mention lzma-compressed tar files. Clarify wording for lzma and xz.
Signed-off-by: Ulrich Mueller <ulm@gentoo.org>
Diffstat (limited to 'pkg-mgr-commands.tex')
-rw-r--r--pkg-mgr-commands.tex12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 1403cd1..0278aec 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -767,11 +767,13 @@ has returned.
\item LHA archives (\t{*.LHA, *.LHa, *.lha, *.lhz}). Ebuilds must ensure that the lha program is
installed.
\item ar archives (\t{*.a, *.deb}). Ebuilds must ensure that GNU binutils is installed.
- \item lzma archives (\t{*.lzma}). Ebuilds must ensure that LZMA Utils is installed.
- \item xz archives (\t{*.xz}). Ebuilds must ensure that XZ Utils is installed. Only for EAPIs
- listed in table~\ref{tab:unpack-extensions-table} as supporting xz.
- \item xz-compressed tar files (\t{*.tar.xz}). Ebuilds must ensure that XZ Utils is installed.
- Only for EAPIs listed in table~\ref{tab:unpack-extensions-table} as supporting xz.
+ \item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that LZMA Utils is installed.
+ \item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that LZMA Utils and
+ GNU tar are installed.
+ \item xz-compressed files (\t{*.xz}). Ebuilds must ensure that XZ Utils is installed. Only for
+ EAPIs listed in table~\ref{tab:unpack-extensions-table} as supporting xz.
+ \item xz-compressed tar files (\t{*.tar.xz}). Ebuilds must ensure that XZ Utils and GNU tar are
+ installed. Only for EAPIs listed in table~\ref{tab:unpack-extensions-table} as supporting xz.
\end{itemize}
It is up to the ebuild to ensure that the relevant external utilities are available, whether by
being in the system set or via dependencies.