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 76BF7139694 for ; Mon, 10 Apr 2017 18:13:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 661BD21C1F1; Mon, 10 Apr 2017 18:12:33 +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 4980621C1F1 for ; Mon, 10 Apr 2017 18:12:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8AA14341694 for ; Mon, 10 Apr 2017 18:12:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFDA67451 for ; Mon, 10 Apr 2017 18:12:18 +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: <1491474592.38cda9b98e091514df60c0901306db6d30ceeb8e.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 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: 38cda9b98e091514df60c0901306db6d30ceeb8e X-VCS-Branch: eapi-7 Date: Mon, 10 Apr 2017 18:12:18 +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: d9ced8f1-0b8b-422a-a5a2-d3749a38cf53 X-Archives-Hash: b5e32281c9733a265604640168ac010b Message-ID: <20170410181218.QXfVwPVr20PF7qvWrdw3bnoi-WCCLlt0h8yBVArKQOc@z> commit: 38cda9b98e091514df60c0901306db6d30ceeb8e Author: Ulrich Müller gentoo org> AuthorDate: Thu Apr 6 10:29:52 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Apr 6 10:29:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=38cda9b9 All EAPIs supporting controllable compression are also prefix aware. Thanks to Michał Górny for pointing this out. pkg-mgr-commands.tex | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 0323904..0847e4c 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -660,9 +660,8 @@ has returned. \featurelabel{docompress} In EAPIs listed in table~\ref{tab:compression-table} as supporting controllable compression, the package manager may optionally compress a subset of the files under -the \t{ED} directory in offset-prefix aware EAPIs or the \t{D} directory in offset-prefix agnostic -EAPIs. To control which directories may or may not be compressed, the package manager shall -maintain two lists: +the \t{ED} directory. To control which directories may or may not be compressed, the package manager +shall maintain two lists: \begin{compactitem} \item An inclusion list, which initially contains \t{/usr/share/doc}, \t{/usr/share/info} and @@ -672,8 +671,7 @@ maintain two lists: The optional compression shall be carried out after \t{src\_install} has completed, and before the execution of any subsequent phase function. For each item in the inclusion list, pretend it has the -value of the \t{ED} variable in offset-prefix aware EAPIs or the \t{D} -variable in offset-prefix agnostic EAPIs prepended, then: +value of the \t{ED} variable prepended, then: \begin{compactitem} \item If it is a directory, act as if every file or directory immediately under this directory @@ -683,8 +681,7 @@ variable in offset-prefix agnostic EAPIs prepended, then: \end{compactitem} Whether an item is to be excluded is determined as follows: For each item in the exclusion list, -pretend it has the value of the \t{ED} variable in offset-prefix aware EAPIs or the \t{D} variable in -offset-prefix agnostic EAPIs prepended, then: +pretend it has the value of the \t{ED} variable prepended, then: \begin{compactitem} \item If it is a directory, act as if every file or directory immediately under this directory