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: Sun, 09 Apr 2017 08:47:58
Message-Id: 1491474592.38cda9b98e091514df60c0901306db6d30ceeb8e.ulm@gentoo
1 commit: 38cda9b98e091514df60c0901306db6d30ceeb8e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 6 10:29:52 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 6 10:29:52 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=38cda9b9
7
8 All EAPIs supporting controllable compression are also prefix aware.
9
10 Thanks to Michał Górny for pointing this out.
11
12 pkg-mgr-commands.tex | 11 ++++-------
13 1 file changed, 4 insertions(+), 7 deletions(-)
14
15 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
16 index 0323904..0847e4c 100644
17 --- a/pkg-mgr-commands.tex
18 +++ b/pkg-mgr-commands.tex
19 @@ -660,9 +660,8 @@ has returned.
20
21 \featurelabel{docompress} In EAPIs listed in table~\ref{tab:compression-table} as supporting
22 controllable compression, the package manager may optionally compress a subset of the files under
23 -the \t{ED} directory in offset-prefix aware EAPIs or the \t{D} directory in offset-prefix agnostic
24 -EAPIs. To control which directories may or may not be compressed, the package manager shall
25 -maintain two lists:
26 +the \t{ED} directory. To control which directories may or may not be compressed, the package manager
27 +shall maintain two lists:
28
29 \begin{compactitem}
30 \item An inclusion list, which initially contains \t{/usr/share/doc}, \t{/usr/share/info} and
31 @@ -672,8 +671,7 @@ maintain two lists:
32
33 The optional compression shall be carried out after \t{src\_install} has completed, and before the
34 execution of any subsequent phase function. For each item in the inclusion list, pretend it has the
35 -value of the \t{ED} variable in offset-prefix aware EAPIs or the \t{D}
36 -variable in offset-prefix agnostic EAPIs prepended, then:
37 +value of the \t{ED} variable prepended, then:
38
39 \begin{compactitem}
40 \item If it is a directory, act as if every file or directory immediately under this directory
41 @@ -683,8 +681,7 @@ variable in offset-prefix agnostic EAPIs prepended, then:
42 \end{compactitem}
43
44 Whether an item is to be excluded is determined as follows: For each item in the exclusion list,
45 -pretend it has the value of the \t{ED} variable in offset-prefix aware EAPIs or the \t{D} variable in
46 -offset-prefix agnostic EAPIs prepended, then:
47 +pretend it has the value of the \t{ED} variable prepended, then:
48
49 \begin{compactitem}
50 \item If it is a directory, act as if every file or directory immediately under this directory