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, 29 Oct 2015 17:11:09
Message-Id: 1446058877.38228afe56240fbc87f1d556daa0e5ac64faa409.ulm@gentoo
1 commit: 38228afe56240fbc87f1d556daa0e5ac64faa409
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 19:01:17 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 19:01:17 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=38228afe
7
8 Spelling fixes in "defined variables" table.
9
10 ebuild-env-vars.tex | 24 ++++++++++++------------
11 1 file changed, 12 insertions(+), 12 deletions(-)
12
13 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
14 index 9643036..0120bfd 100644
15 --- a/ebuild-env-vars.tex
16 +++ b/ebuild-env-vars.tex
17 @@ -40,31 +40,31 @@ variable.
18 \bottomrule
19 \endlastfoot
20 \t{P} &
21 - all &
22 + All &
23 No\footnote{May change if a package has been updated (see~\ref{sec:updates-dir})} &
24 Package name and version, without the revision part. For example, \t{vim-7.0.174}. \\
25 \t{PN} &
26 - all &
27 - ditto &
28 + All &
29 + Ditto &
30 Package name, for example \t{vim}. \\
31 \t{CATEGORY} &
32 - all &
33 - ditto &
34 + All &
35 + Ditto &
36 The package's category, for example \t{app-editors}. \\
37 \t{PV} &
38 - all &
39 + All &
40 Yes &
41 Package version, with no revision. For example \t{7.0.174}. \\
42 \t{PR} &
43 - all &
44 + All &
45 Yes &
46 Package revision, or \t{r0} if none exists. \\
47 \t{PVR} &
48 - all &
49 + All &
50 Yes &
51 Package version and revision (if any), for example \t{7.0.174} or \t{7.0.174-r1}. \\
52 \t{PF} &
53 - all &
54 + All &
55 Yes &
56 Package name, version, and revision (if any), for example \t{vim-7.0.174-r1}. \\
57 \t{A} &
58 @@ -92,15 +92,15 @@ variable.
59 support files for the package in question then an ebuild must be prepared for the situation
60 where \t{FILESDIR} points to a non-existent directory. \\
61 \t{PORTDIR} &
62 - ditto &
63 + Ditto &
64 No &
65 The full path to the master repository's base directory. \\
66 \t{DISTDIR} &
67 - ditto &
68 + Ditto &
69 No &
70 The full path to the directory in which the files in the \t{A} variable are stored. \\
71 \t{ECLASSDIR} &
72 - ditto &
73 + Ditto &
74 No &
75 The full path to the master repository's eclass directory. \\
76 \t{ROOT} &