Gentoo Archives: gentoo-pms

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-pms@l.g.o
Cc: "Bo Ørsted Andresen" <zlin@×××××××.org>
Subject: [gentoo-pms] [PATCH 2/4] Minor wording/formatting fixes.
Date: Wed, 25 Mar 2009 14:47:38
Message-Id: 1237992441-20341-2-git-send-email-bo.andresen@zlin.dk
In Reply to: [gentoo-pms] [PATCH 1/4] Specify file modes for all installation commands. by "Bo Ørsted Andresen"
1 From: Bo Ørsted Andresen <zlin@×××××××.org>
2
3 ---
4 pkg-mgr-commands.tex | 22 +++++++++++-----------
5 1 files changed, 11 insertions(+), 11 deletions(-)
6
7 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
8 index dea108e..ac24055 100644
9 --- a/pkg-mgr-commands.tex
10 +++ b/pkg-mgr-commands.tex
11 @@ -168,7 +168,7 @@ has returned.
12 \item[dobin] Installs the given files into \t{DESTTREE/bin}, where \t{DESTTREE} defaults to
13 \t{/usr}. Gives the files mode \t{0755} and ownership \t{root:root}.
14
15 -\item[doconfd] Installs the given files into /etc/conf.d/, by default with file mode
16 +\item[doconfd] Installs the given config files into \t{/etc/conf.d/}, by default with file mode
17 \t{0644}. This can be overridden by setting \t{INSOPTIONS} with the \t{insopts} function.
18
19 \item[dodir] Creates the given directories, by default with file mode \t{0755}. This can be overridden
20 @@ -193,18 +193,18 @@ has returned.
21 }
22
23 \item[dohtml] Installs the given HTML files into a subdirectory under \t{/usr/share/doc/\$PF/}.
24 -The subdirectory is \t{html} by default, but this can be changed by the \t{DOCDESTTREE}
25 -variable. Files to be installed automatically are determined by extension and the default
26 -extensions are \t{css}, \t{gif}, \t{htm}, \t{html}, \t{jpeg}, \t{jpg}, \t{js} and \t{png}. These default
27 -extensions can be extended or reduced (see below). The options that can be passed to \t{dohtml}
28 -are as follows:
29 +The subdirectory is \t{html} by default, but this can be overridden by setting the \t{DOCDESTTREE}
30 +variable with the \t{docinto} function. Files to be installed automatically are determined by
31 +extension and the default extensions are \t{css}, \t{gif}, \t{htm}, \t{html}, \t{jpeg}, \t{jpg},
32 +\t{js} and \t{png}. These default extensions can be extended or reduced (see below). The options
33 +that can be passed to \t{dohtml} are as follows:
34 \begin{description}
35 \item{\t{-r}} --- enables recursion into directories.
36 \item{\t{-V}} --- enables verbosity.
37 \item{\t{-A}} --- adds file type extensions to the default list.
38 \item{\t{-a}} --- sets file type extensions to only those specified.
39 \item{\t{-f}} --- list of files that are able to be installed.
40 - \item{\t{-x}} --- list of directories that files will not be installed from(only used in
41 + \item{\t{-x}} --- list of directories that files will not be installed from (only used in
42 conjunction with \t{-r}).
43 \item{\t{-p}} --- sets a document prefix for installed files.
44 \end{description}
45 @@ -218,8 +218,8 @@ are as follows:
46
47 \item[doinfo] Installs a GNU Info file into the \t{/usr/share/info} area with file mode \t{0644}.
48
49 -\item[doinitd] Installs an initscript into \t{/etc/init.d}, by default with file mode \t{0755}.
50 - This can be overridden by setting \t{EXEOPTIONS} with the \t{exeopts} function.
51 +\item[doinitd] Installs the given initscript files into \t{/etc/init.d}, by default with file mode
52 + \t{0755}. This can be overridden by setting \t{EXEOPTIONS} with the \t{exeopts} function.
53
54 \item[doins] Takes any number of files as arguments and installs them into \t{INSDESTTREE}\@, by
55 default with file mode \t{0644}. This can be overridden by setting \t{INSOPTIONS} with the
56 @@ -231,9 +231,9 @@ are as follows:
57 setting \t{LIBOPTIONS} with the \t{libopts} function. Any symlinks are installed into the same
58 directory as relative links to their original target.
59
60 -\item[dolib.so] As for dolib. Installs the file with mode \t{0755}.
61 +\item[dolib.so] As for dolib except each file is installed with mode \t{0755}.
62
63 -\item[dolib.a] As for dolib. Installs the file with mode \t{0644}.
64 +\item[dolib.a] As for dolib except each file is installed with mode \t{0644}.
65
66 \begin{algorithm}
67 \caption{Determining the library directory} \label{alg:ebuild-libdir}
68 --
69 1.6.2.1

Replies

Subject Author
[gentoo-pms] [PATCH 3/4] domo renames files during install. "Bo Ørsted Andresen" <bo.andresen@××××.dk>