Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-7 commit in: /
Date: Sat, 24 Feb 2018 12:58:58
Message-Id: 1519476924.38bce18a82faf919a76c066485c92ea8dff9d31b.ulm@gentoo
1 commit: 38bce18a82faf919a76c066485c92ea8dff9d31b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 31 18:19:03 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 12:55:24 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=38bce18a
7
8 Trim the width of several tables.
9
10 tab:optional-vars-table: Reduce column separation very slightly
11 (by 0.1pt) to make the width of the table fit.
12
13 tab:added-env-vars-table was also too wide, which is fixed by reducing
14 the width of the paragraph type columns.
15
16 tab:econf-options-table: Change columns with overlong headers to
17 paragraph type, in order to allow line breaks.
18
19 ebuild-env-vars.tex | 8 ++++----
20 ebuild-vars.tex | 1 +
21 pkg-mgr-commands.tex | 4 ++--
22 3 files changed, 7 insertions(+), 6 deletions(-)
23
24 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
25 index c9ebf9b..7836bd9 100644
26 --- a/ebuild-env-vars.tex
27 +++ b/ebuild-env-vars.tex
28 @@ -266,10 +266,10 @@ variable.
29 \begin{tabular}{lllllll}
30 \toprule
31 \multicolumn{1}{c}{\textbf{EAPI}} &
32 - \multicolumn{1}{c}{\textbf{\t{MERGE_TYPE}?}} &
33 - \multicolumn{1}{P{6em}}{\textbf{\t{REPLACING_VERSIONS}?}} &
34 - \multicolumn{1}{P{6em}}{\textbf{\t{REPLACED_BY_VERSION}?}} &
35 - \multicolumn{1}{P{6em}}{\textbf{\t{EBUILD_PHASE_FUNC}?}} &
36 + \multicolumn{1}{P{3.25em}}{\textbf{\t{MERGE_TYPE}?}} &
37 + \multicolumn{1}{P{5.25em}}{\textbf{\t{REPLACING_VERSIONS}?}} &
38 + \multicolumn{1}{P{5.75em}}{\textbf{\t{REPLACED_BY_VERSION}?}} &
39 + \multicolumn{1}{P{5.75em}}{\textbf{\t{EBUILD_PHASE_FUNC}?}} &
40 \multicolumn{1}{c}{\textbf{\t{SYSROOT}?}} &
41 \multicolumn{1}{c}{\textbf{\t{BROOT}?}} \\
42 \midrule
43
44 diff --git a/ebuild-vars.tex b/ebuild-vars.tex
45 index b873051..5169e0a 100644
46 --- a/ebuild-vars.tex
47 +++ b/ebuild-vars.tex
48 @@ -110,6 +110,7 @@ Ebuilds may define any of the following variables:
49 \ChangeWhenAddingAnEAPI{7}
50 \begin{centertable}{EAPIs supporting various ebuild-defined variables}
51 \label{tab:optional-vars-table}
52 + \addtolength{\tabcolsep}{-0.1pt} % table is very slightly too wide
53 \begin{tabular}{llll}
54 \toprule
55 \multicolumn{1}{c}{\textbf{EAPI}} &
56
57 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
58 index b49e9b3..266fc36 100644
59 --- a/pkg-mgr-commands.tex
60 +++ b/pkg-mgr-commands.tex
61 @@ -360,8 +360,8 @@ current phase function has returned.
62 \begin{tabular}{llllll}
63 \toprule
64 \multicolumn{1}{c}{\textbf{EAPI}} &
65 - \multicolumn{1}{c}{\textbf{-{}-disable-dependency-tracking}} &
66 - \multicolumn{1}{c}{\textbf{-{}-disable-silent-rules}} &
67 + \multicolumn{1}{P{9em}}{\textbf{-{}-disable-dependency-tracking}} &
68 + \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} &
69 \multicolumn{1}{c}{\textbf{-{}-docdir}} &
70 \multicolumn{1}{c}{\textbf{-{}-htmldir}} &
71 \multicolumn{1}{c}{\textbf{-{}-with-sysroot}} \\