From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C42B139694 for ; Mon, 26 Jun 2017 17:57:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E378921C012; Mon, 26 Jun 2017 17:57:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFE9121C012 for ; Mon, 26 Jun 2017 17:57:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97FB53417C4 for ; Mon, 26 Jun 2017 17:57:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 604CA7462 for ; Mon, 26 Jun 2017 17:57:10 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1497688397.a06016425c6471838eba7ac810d97314fbfe850e.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a06016425c6471838eba7ac810d97314fbfe850e X-VCS-Branch: master Date: Mon, 26 Jun 2017 17:57:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2264090b-4e83-4b89-bdb4-938943bd173e X-Archives-Hash: 87f4b5412c17a3c5df93bfcc2e858ae3 commit: a06016425c6471838eba7ac810d97314fbfe850e Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 17 08:33:17 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jun 17 08:33:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=a0601642 unpack: Clarify where decompressed files are written. It is not entirely clear from the current wording where decompressed files are to be written, and if any name stored in their header (e.g. for gzip compressed files) should be used as the target filename. Thanks to mgorny for pointing this out. pkg-mgr-commands.tex | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 363dea6..6fd35ae 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -827,10 +827,12 @@ has returned. EAPIs. In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as per section~\ref{sec:banned-commands}. -\item[unpack] Unpacks one or more source archives, in order, into the current directory. After - unpacking, must ensure that all filesystem objects inside the current working directory (but not - the current working directory itself) have permissions \t{a+r,u+w,go-w} and that all directories - under the current working directory additionally have permissions \t{a+x}. +\item[unpack] Unpacks one or more source archives, in order, into the current directory. + For compressed files, creates the target file in the current directory, with the compression + suffix removed from its name. After unpacking, must ensure that all filesystem objects inside + the current working directory (but not the current working directory itself) have permissions + \t{a+r,u+w,go-w} and that all directories under the current working directory additionally have + permissions \t{a+x}. Arguments to \t{unpack} are interpreted as follows: \begin{compactitem}