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