summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-02-16 17:11:30 +0100
committerUlrich Müller <ulm@gentoo.org>2015-11-08 20:29:20 +0100
commita4eab188ea5086a581ad80b34c47601f6553f4ca (patch)
treed1ecec64664c3621c60d70b0cb53799f46348f99 /pkg-mgr-commands.tex
parentEAPI 6: unpack supports txz. (diff)
downloadpms-a4eab188ea5086a581ad80b34c47601f6553f4ca.tar.gz
pms-a4eab188ea5086a581ad80b34c47601f6553f4ca.tar.bz2
pms-a4eab188ea5086a581ad80b34c47601f6553f4ca.zip
EAPI 6: unpack matches filename extensions case-insensitively.
Bug: 476730
Diffstat (limited to 'pkg-mgr-commands.tex')
-rw-r--r--pkg-mgr-commands.tex12
1 files changed, 8 insertions, 4 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index d6701a7..6b4ecb9 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -888,16 +888,20 @@ has returned.
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.
+ \featurelabel{unpack-ignore-case} \t{unpack} matches filename extensions in a case-insensitive
+ manner, for EAPIs listed such in table~\ref{tab:unpack-behaviour}.
+
\ChangeWhenAddingAnEAPI{6}
\begin{centertable}{\t{unpack} behaviour for EAPIs}
\label{tab:unpack-behaviour}
- \begin{tabular}{ll}
+ \begin{tabular}{lll}
\toprule
\multicolumn{1}{c}{\textbf{EAPI}} &
- \multicolumn{1}{c}{\textbf{Supports absolute and relative paths?}} \\
+ \multicolumn{1}{c}{\textbf{Supports absolute and relative paths?}} &
+ \multicolumn{1}{c}{\textbf{Case-insensitive matching?}} \\
\midrule
- 0, 1, 2, 3, 4, 5 & No \\
- 6 & Yes \\
+ 0, 1, 2, 3, 4, 5 & No & No \\
+ 6 & Yes & Yes \\
\bottomrule
\end{tabular}
\end{centertable}