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: Fri, 29 Sep 2017 10:07:24
Message-Id: 1506679529.6d6e6da3638bfa8a88fd10e035ca8f08edf9d6ec.ulm@gentoo
1 commit: 6d6e6da3638bfa8a88fd10e035ca8f08edf9d6ec
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 24 21:25:49 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 10:05:29 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=6d6e6da3
7
8 dependencies: Add extra vert spacing in phase-dep table
9
10 Add additional vertical space between rows of the 'Dependency classes
11 required to be satisfied for a particular phase function' to improve
12 readbility. For all but the last row, the phase function cell spans
13 multiple lines while the dependency class cell is one line only. Without
14 the extra spacing, it is not apparent at a first glance whether
15 a particular phase function uses dependencies above or below it.
16
17 dependencies.tex | 3 +++
18 1 file changed, 3 insertions(+)
19
20 diff --git a/dependencies.tex b/dependencies.tex
21 index 21eeba5..51455d0 100644
22 --- a/dependencies.tex
23 +++ b/dependencies.tex
24 @@ -13,11 +13,14 @@
25 \midrule
26 \t{pkg_pretend}, \t{pkg_setup}, \t{pkg_info}, \t{pkg_nofetch} &
27 None (ebuilds can rely only on the packages in the system set) \\
28 + \addlinespace
29 \t{src_unpack}, \t{src_prepare}, \t{src_configure}, \t{src_compile}, \t{src_test},
30 \t{src_install} & \t{DEPEND} \\
31 + \addlinespace
32 \t{pkg_preinst}, \t{pkg_postinst}, \t{pkg_prerm}, \t{pkg_postrm} &
33 \t{RDEPEND} (unless the particular dependency results in a circular dependency, in which
34 case it may be installed later) \\
35 + \addlinespace
36 \t{pkg_config} & \t{RDEPEND}, \t{PDEPEND} \\
37 \bottomrule
38 \end{tabular}