Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] Explain "depend atom" in the glossary.
Date: Sun, 13 Sep 2015 08:56:07
Message-Id: 22005.14881.968571.842920@a1i15.kph.uni-mainz.de
1 ---
2 dependencies.tex | 1 +
3 glossary.tex | 1 +
4 2 files changed, 2 insertions(+)
5
6 diff --git a/dependencies.tex b/dependencies.tex
7 index 58c86f9..a1d4264 100644
8 --- a/dependencies.tex
9 +++ b/dependencies.tex
10 @@ -166,6 +166,7 @@ In an at-most-one-of group, at most one immediate child element must be matched.
11 An empty at-most-one-of group counts as being matched.
12
13 \subsection{Package Dependency Specifications}
14 +\label{sec:pkg-dep}
15
16 A package dependency can be in one of the following base formats. A package manager must warn or
17 error on non-compliant input.
18 diff --git a/glossary.tex b/glossary.tex
19 index 100c09a..75b8a66 100644
20 --- a/glossary.tex
21 +++ b/glossary.tex
22 @@ -7,6 +7,7 @@ be immediately obvious.
23 \begin{description}
24 \item[qualified package name] A package name along with its associated category. For example,
25 \t{app-editors/vim} is a qualified package name.
26 +\item[depend atom] A \i{package dependency specification}, as defined in section~\ref{sec:pkg-dep}.
27 \item[new-style virtual] A new-style virtual is a normal package in the \t{virtual} category which
28 installs no files and uses its dependency requirements to pull in a `provider'. Historically,
29 old-style virtuals required special handling from the package manager; new-style virtuals do
30 --
31 2.5.2

Replies

Subject Author
Re: [gentoo-pms] [PATCH] Explain "depend atom" in the glossary. Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>