From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCF2C138334 for ; Thu, 28 Mar 2019 07:23:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C988BE0B67; Thu, 28 Mar 2019 07:23:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A08C1E0B66 for ; Thu, 28 Mar 2019 07:23:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E629335CED for ; Thu, 28 Mar 2019 07:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2872581 for ; Thu, 28 Mar 2019 07:23:02 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1553442964.1e7756e2ba3d85ef88430c480361bbf54160bb54.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1e7756e2ba3d85ef88430c480361bbf54160bb54 X-VCS-Branch: master Date: Thu, 28 Mar 2019 07:23:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb3b10fb-559e-4457-a68f-7a3bf58de587 X-Archives-Hash: b8b9a46309a8437fcdf9fa8f2b446bed commit: 1e7756e2ba3d85ef88430c480361bbf54160bb54 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 24 15:54:45 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 24 15:56:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=1e7756e2 dependencies.tex: Reorder variables to match ebuild-vars section. Signed-off-by: Ulrich Müller gentoo.org> dependencies.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index 89d1405..44382d1 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -86,8 +86,8 @@ Table~\ref{tab:phase-function-dependency-classes} lists dependencies which must a particular phase function is executed. Table~\ref{tab:dep-class-api} summarises additional interfaces related to the dependency classes. -In addition, \t{SRC_URI}, \t{HOMEPAGE}, \t{RESTRICT}, \t{PROPERTIES}, \t{LICENSE} and -\t{REQUIRED_USE} use dependency-style specifications to specify their values. +In addition, \t{HOMEPAGE}, \t{SRC_URI}, \t{LICENSE}, \t{REQUIRED_USE}, \t{PROPERTIES} and +\t{RESTRICT} use dependency-style specifications to specify their values. \section{Dependency Specification Format} \label{sec:dependency-spec} @@ -98,14 +98,14 @@ be surrounded on both sides by whitespace, except at the start and end of the st \begin{compactitem} \item A package dependency specification. Permitted in \t{DEPEND}, \t{BDEPEND}, \t{RDEPEND}, \t{PDEPEND}. -\item A URI, in the form \t{proto://host/path}. Permitted in \t{SRC_URI} and \t{HOMEPAGE}\@. +\item A URI, in the form \t{proto://host/path}. Permitted in \t{HOMEPAGE} and \t{SRC_URI}\@. In EAPIs listed in table~\ref{tab:uri-arrows-table} as supporting \t{SRC_URI} arrows, may optionally be followed by whitespace, then \t{->}, then whitespace, then a simple filename when in \t{SRC_URI}\@. For \t{SRC_URI} behaviour, see section~\ref{sec:src-uri-behaviour}. \item A flat filename. Permitted in \t{SRC_URI}. \item A license name (e.\,g.\ \t{GPL-2}). Permitted in \t{LICENSE}. \item A use flag name, optionally preceded by an exclamation mark. Permitted in \t{REQUIRED_USE}. -\item A simple string. Permitted in \t{RESTRICT} and \t{PROPERTIES}. +\item A simple string. Permitted in \t{PROPERTIES} and \t{RESTRICT}. \item An all-of group, which consists of an open parenthesis, followed by whitespace, followed by one or more of (a dependency item of any kind followed by whitespace), followed by a close parenthesis. More formally: