From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3423213888F for ; Thu, 15 Oct 2015 17:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6E0D21C031; Thu, 15 Oct 2015 17:57:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 576F421C031 for ; Thu, 15 Oct 2015 17:57:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2384A340C3F for ; Thu, 15 Oct 2015 17:57:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD9CDB81 for ; Thu, 15 Oct 2015 17:57:50 +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: <1444922646.727371d43521c42a64c3cfcd99679953d5463b62.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex eapi-cheatsheet.tex eapi-differences.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 727371d43521c42a64c3cfcd99679953d5463b62 X-VCS-Branch: master Date: Thu, 15 Oct 2015 17:57:50 +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-Archives-Salt: ab511417-cd67-4320-906d-82ca4b0d3d6e X-Archives-Hash: 2f28c20a27c394a075926d8da241fdcb commit: 727371d43521c42a64c3cfcd99679953d5463b62 Author: Ulrich Müller gentoo org> AuthorDate: Thu Oct 15 15:24:06 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Oct 15 15:24:06 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=727371d4 Typographic whitespace fixes. dependencies.tex | 4 ++-- eapi-cheatsheet.tex | 6 +++--- eapi-differences.tex | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index fcfce9b..0582be5 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -75,14 +75,14 @@ be surrounded on both sides by whitespace, except at the start and end of the st \item \featurelabel{at-most-one-of} An at-most-one-of group, which consists of the string \t{??}, followed by whitespace, followed by an open parenthesis, followed by whitespace, followed by zero or more of (a dependency item of any kind followed by whitespace), followed by a close - parenthesis. More formally: \t{at-most-one-of ::= '??' whitespace '(' whitespace (item + parenthesis. More formally: \t{at-most-one-of ::= '??'\ whitespace '(' whitespace (item whitespace)* ')'}. Permitted in \t{REQUIRED\_USE} in EAPIs listed in table~\ref{tab:at-most-one-of-table} as supporting \t{REQUIRED\_USE ??}\ groups. \item A use-conditional group, which consists of an optional exclamation mark, followed by a use flag name, followed by a question mark, followed by whitespace, followed by an open parenthesis, followed by whitespace, followed by zero or more of (a dependency item of any kind followed by whitespace), followed by a close parenthesis. More formally: - \t{use-conditional ::= '!'? flag-name '?' whitespace '(' whitespace (item whitespace)* ')'}. + \t{use-conditional ::= '!'?\ flag-name '?'\ whitespace '(' whitespace (item whitespace)* ')'}. Permitted in all specification style variables. \end{compactitem} diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index bec564f..367e299 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -212,10 +212,10 @@ If there is no EAPI explicitly specified, EAPI 0 is assumed. \begin{description} \item[Forbidden combination] To prevent activation of \code{flag1} if \code{flag2} is enabled use - "\code{flag2? ( !flag1 )}". + "\code{flag2?\ ( !flag1 )}". \item[OR] If at least one USE flag out of many must be activated on \code{flag1} use - "\code{flag1? ( || ( flag2 flag3 \dots\ ) )}". + "\code{flag1?\ ( || ( flag2 flag3 \dots\ ) )}". \item[XOR] To allow exactly one USE flag out of many use "\code{\textasciicircum\textasciicircum ( flag1 flag2 \dots\ )}". \end{description} @@ -276,7 +276,7 @@ If there is no EAPI explicitly specified, EAPI 0 is assumed. implicitly provided by profiles. See \featureref{profile-iuse-inject}. \item[At-most-one-of groups] In \code{REQUIRED\_USE} you can use - "\code{?? ( flag1 flag2 \dots\ )}" to allow zero or one USE flag + "\code{??\ ( flag1 flag2 \dots\ )}" to allow zero or one USE flag out of many. See \featureref{at-most-one-of}. \item[Parallel tests] The default for \code{src\_test} runs diff --git a/eapi-differences.tex b/eapi-differences.tex index 255f428..04e5f83 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -73,10 +73,10 @@ Sub-slots & \compactfeatureref{sub-slot} & Use dependencies & \compactfeatureref{use-deps} & No & No & 2-style & 2-style & 4-style & 4-style \\ -\t{!} blockers & \compactfeatureref{bang-strength} & +\t{!}\ blockers & \compactfeatureref{bang-strength} & Unspecified & Unspecified & Weak & Weak & Weak & Weak \\ -\t{!!} blockers & \compactfeatureref{bang-strength} & +\t{!!}\ blockers & \compactfeatureref{bang-strength} & Forbidden & Forbidden & Strong & Strong & Strong & Strong \\ \t{S} to \t{WORKDIR} fallback & \compactfeatureref{s-workdir-fallback} & @@ -223,7 +223,7 @@ EAPI 2 is EAPI 1 with the following changes: \begin{compactitem} \item Use dependencies, \featureref{use-deps}. -\item \t{!} and \t{!!} blockers, \featureref{bang-strength}. +\item \t{!}\ and \t{!!}\ blockers, \featureref{bang-strength}. \item \t{SRC\_URI} arrows, \featureref{src-uri-arrows}. \item \t{src\_prepare}, \featureref{src-prepare}. \item \t{src\_configure}, \featureref{src-configure}. @@ -279,7 +279,7 @@ EAPI 5 is EAPI 4 with the following changes: \begin{compactitem} \item Stable use masking and forcing, \featureref{stablemask}. -\item \t{REQUIRED\_USE} now supports \t{??} groups, \featureref{at-most-one-of}. +\item \t{REQUIRED\_USE} now supports \t{??}\ groups, \featureref{at-most-one-of}. \item Slot operator dependencies, \featureref{slot-operator-deps}. \item \t{SLOT} now supports an optional sub-slot part, \featureref{sub-slot}. \item \t{src\_test} supports parallel tests, \featureref{parallel-tests}.