Gentoo Archives: gentoo-pms

From: "Michał Górny" <mgorny@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-pms] [PATCH] dependencies: Add \midrule between rows in phase-dep table
Date: Sat, 23 Sep 2017 23:31:48
Message-Id: 20170923233141.2806-1-mgorny@gentoo.org
1 Add additional \midrule lines between rows of the 'Dependency classes
2 required to be satisfied for a particular phase function'. For all but
3 the last row, the phase function cell spans multiple lines while
4 the dependency class cell is one line only. Rules make it clearer which
5 phase functions match a particular set of dependency classes.
6 ---
7 dependencies.tex | 3 +++
8 1 file changed, 3 insertions(+)
9
10 diff --git a/dependencies.tex b/dependencies.tex
11 index 21eeba5..1b1b132 100644
12 --- a/dependencies.tex
13 +++ b/dependencies.tex
14 @@ -13,11 +13,14 @@
15 \midrule
16 \t{pkg_pretend}, \t{pkg_setup}, \t{pkg_info}, \t{pkg_nofetch} &
17 None (ebuilds can rely only on the packages in the system set) \\
18 + \midrule
19 \t{src_unpack}, \t{src_prepare}, \t{src_configure}, \t{src_compile}, \t{src_test},
20 \t{src_install} & \t{DEPEND} \\
21 + \midrule
22 \t{pkg_preinst}, \t{pkg_postinst}, \t{pkg_prerm}, \t{pkg_postrm} &
23 \t{RDEPEND} (unless the particular dependency results in a circular dependency, in which
24 case it may be installed later) \\
25 + \midrule
26 \t{pkg_config} & \t{RDEPEND}, \t{PDEPEND} \\
27 \bottomrule
28 \end{tabular}
29 --
30 2.14.1

Replies