Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] All EAPIs supporting controllable compression are also prefix aware.
Date: Thu, 06 Apr 2017 10:38:29
Message-Id: 22758.6798.517046.54367@a1i15.kph.uni-mainz.de
1 Thanks to Michał Górny for pointing this out.
2 ---
3 pkg-mgr-commands.tex | 11 ++++-------
4 1 file changed, 4 insertions(+), 7 deletions(-)
5
6 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
7 index 0323904..0847e4c 100644
8 --- a/pkg-mgr-commands.tex
9 +++ b/pkg-mgr-commands.tex
10 @@ -660,9 +660,8 @@ has returned.
11
12 \featurelabel{docompress} In EAPIs listed in table~\ref{tab:compression-table} as supporting
13 controllable compression, the package manager may optionally compress a subset of the files under
14 -the \t{ED} directory in offset-prefix aware EAPIs or the \t{D} directory in offset-prefix agnostic
15 -EAPIs. To control which directories may or may not be compressed, the package manager shall
16 -maintain two lists:
17 +the \t{ED} directory. To control which directories may or may not be compressed, the package manager
18 +shall maintain two lists:
19
20 \begin{compactitem}
21 \item An inclusion list, which initially contains \t{/usr/share/doc}, \t{/usr/share/info} and
22 @@ -672,8 +671,7 @@ maintain two lists:
23
24 The optional compression shall be carried out after \t{src\_install} has completed, and before the
25 execution of any subsequent phase function. For each item in the inclusion list, pretend it has the
26 -value of the \t{ED} variable in offset-prefix aware EAPIs or the \t{D}
27 -variable in offset-prefix agnostic EAPIs prepended, then:
28 +value of the \t{ED} variable prepended, then:
29
30 \begin{compactitem}
31 \item If it is a directory, act as if every file or directory immediately under this directory
32 @@ -683,8 +681,7 @@ variable in offset-prefix agnostic EAPIs prepended, then:
33 \end{compactitem}
34
35 Whether an item is to be excluded is determined as follows: For each item in the exclusion list,
36 -pretend it has the value of the \t{ED} variable in offset-prefix aware EAPIs or the \t{D} variable in
37 -offset-prefix agnostic EAPIs prepended, then:
38 +pretend it has the value of the \t{ED} variable prepended, then:
39
40 \begin{compactitem}
41 \item If it is a directory, act as if every file or directory immediately under this directory
42 --
43 2.12.2

Replies