Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] pkg-mgr-commands.tex: List installation commands in alphabetical order.
Date: Mon, 03 Oct 2016 13:59:41
Message-Id: 22514.25663.383600.857141@a1i15.kph.uni-mainz.de
1 ---
2 pkg-mgr-commands.tex | 14 +++++++-------
3 1 file changed, 7 insertions(+), 7 deletions(-)
4
5 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
6 index 78b5a3b..c370a12 100644
7 --- a/pkg-mgr-commands.tex
8 +++ b/pkg-mgr-commands.tex
9 @@ -441,10 +441,10 @@ can be extended or reduced (see below). The options that can be passed to \t{doh
10 call. Any symlinks are installed into the same directory as relative links to their original
11 target. Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
12
13 -\item[dolib.so] As for \t{dolib} except each file is installed with mode \t{0755}.
14 -
15 \item[dolib.a] As for \t{dolib} except each file is installed with mode \t{0644}.
16
17 +\item[dolib.so] As for \t{dolib} except each file is installed with mode \t{0755}.
18 +
19 \begin{algorithm}
20 \caption{Determining the library directory} \label{alg:ebuild-libdir}
21 \begin{algorithmic}[1]
22 @@ -501,6 +501,11 @@ can be extended or reduced (see below). The options that can be passed to \t{doh
23 \item[fperms] Acts as for \t{chmod}, but takes paths relative to the image directory. Failure
24 behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
25
26 +\item[keepdir] Creates a directory as for \t{dodir}, and an empty file whose name starts with
27 + \t{.keep} in that directory to ensure that the directory does not get removed by the
28 + package manager should it be empty at any point. Failure behaviour is EAPI dependent as per
29 + section~\ref{sec:failure-behaviour}.
30 +
31 \item[newbin] \featurelabel{newfoo-stdin} As for \t{dobin}, but takes two parameters. The first is
32 the file to install; the second is the new filename under which it will be installed. In EAPIs
33 specified by table~\ref{tab:newfoo-stdin-table}, standard input is read when the first
34 @@ -528,11 +533,6 @@ can be extended or reduced (see below). The options that can be passed to \t{doh
35
36 \item[newsbin] As above, for \t{dosbin}.
37
38 -\item[keepdir] Creates a directory as for \t{dodir}, and an empty file whose name starts with
39 - \t{.keep} in that directory to ensure that the directory does not get removed by the
40 - package manager should it be empty at any point. Failure behaviour is EAPI dependent as per
41 - section~\ref{sec:failure-behaviour}.
42 -
43 \end{description}
44
45 \ChangeWhenAddingAnEAPI{6}
46 --
47 2.10.0

Replies