Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Mon, 26 Jun 2017 17:57:14
Message-Id: 1497688397.a06016425c6471838eba7ac810d97314fbfe850e.ulm@gentoo
1 commit: a06016425c6471838eba7ac810d97314fbfe850e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 17 08:33:17 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 17 08:33:17 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=a0601642
7
8 unpack: Clarify where decompressed files are written.
9
10 It is not entirely clear from the current wording where decompressed
11 files are to be written, and if any name stored in their header (e.g.
12 for gzip compressed files) should be used as the target filename.
13
14 Thanks to mgorny for pointing this out.
15
16 pkg-mgr-commands.tex | 10 ++++++----
17 1 file changed, 6 insertions(+), 4 deletions(-)
18
19 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
20 index 363dea6..6fd35ae 100644
21 --- a/pkg-mgr-commands.tex
22 +++ b/pkg-mgr-commands.tex
23 @@ -827,10 +827,12 @@ has returned.
24 EAPIs. In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as per
25 section~\ref{sec:banned-commands}.
26
27 -\item[unpack] Unpacks one or more source archives, in order, into the current directory. After
28 - unpacking, must ensure that all filesystem objects inside the current working directory (but not
29 - the current working directory itself) have permissions \t{a+r,u+w,go-w} and that all directories
30 - under the current working directory additionally have permissions \t{a+x}.
31 +\item[unpack] Unpacks one or more source archives, in order, into the current directory.
32 + For compressed files, creates the target file in the current directory, with the compression
33 + suffix removed from its name. After unpacking, must ensure that all filesystem objects inside
34 + the current working directory (but not the current working directory itself) have permissions
35 + \t{a+r,u+w,go-w} and that all directories under the current working directory additionally have
36 + permissions \t{a+x}.
37
38 Arguments to \t{unpack} are interpreted as follows:
39 \begin{compactitem}