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, 28 Mar 2019 07:23:08
Message-Id: 1553442964.1e7756e2ba3d85ef88430c480361bbf54160bb54.ulm@gentoo
1 commit: 1e7756e2ba3d85ef88430c480361bbf54160bb54
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 24 15:54:45 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 24 15:56:04 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=1e7756e2
7
8 dependencies.tex: Reorder variables to match ebuild-vars section.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 dependencies.tex | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dependencies.tex b/dependencies.tex
16 index 89d1405..44382d1 100644
17 --- a/dependencies.tex
18 +++ b/dependencies.tex
19 @@ -86,8 +86,8 @@ Table~\ref{tab:phase-function-dependency-classes} lists dependencies which must
20 a particular phase function is executed. Table~\ref{tab:dep-class-api} summarises additional
21 interfaces related to the dependency classes.
22
23 -In addition, \t{SRC_URI}, \t{HOMEPAGE}, \t{RESTRICT}, \t{PROPERTIES}, \t{LICENSE} and
24 -\t{REQUIRED_USE} use dependency-style specifications to specify their values.
25 +In addition, \t{HOMEPAGE}, \t{SRC_URI}, \t{LICENSE}, \t{REQUIRED_USE}, \t{PROPERTIES} and
26 +\t{RESTRICT} use dependency-style specifications to specify their values.
27
28 \section{Dependency Specification Format}
29 \label{sec:dependency-spec}
30 @@ -98,14 +98,14 @@ be surrounded on both sides by whitespace, except at the start and end of the st
31 \begin{compactitem}
32 \item A package dependency specification. Permitted in \t{DEPEND}, \t{BDEPEND}, \t{RDEPEND},
33 \t{PDEPEND}.
34 -\item A URI, in the form \t{proto://host/path}. Permitted in \t{SRC_URI} and \t{HOMEPAGE}\@.
35 +\item A URI, in the form \t{proto://host/path}. Permitted in \t{HOMEPAGE} and \t{SRC_URI}\@.
36 In EAPIs listed in table~\ref{tab:uri-arrows-table} as supporting \t{SRC_URI} arrows, may
37 optionally be followed by whitespace, then \t{->}, then whitespace, then a simple filename when
38 in \t{SRC_URI}\@. For \t{SRC_URI} behaviour, see section~\ref{sec:src-uri-behaviour}.
39 \item A flat filename. Permitted in \t{SRC_URI}.
40 \item A license name (e.\,g.\ \t{GPL-2}). Permitted in \t{LICENSE}.
41 \item A use flag name, optionally preceded by an exclamation mark. Permitted in \t{REQUIRED_USE}.
42 -\item A simple string. Permitted in \t{RESTRICT} and \t{PROPERTIES}.
43 +\item A simple string. Permitted in \t{PROPERTIES} and \t{RESTRICT}.
44 \item An all-of group, which consists of an open parenthesis, followed by whitespace,
45 followed by one or more of (a dependency item of any kind followed by whitespace), followed
46 by a close parenthesis. More formally: