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 42799138CB8 for ; Tue, 3 Mar 2015 06:18:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2707E0880; Tue, 3 Mar 2015 06:18:41 +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 20793E087F for ; Tue, 3 Mar 2015 06:18:41 +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 08557340A02 for ; Tue, 3 Mar 2015 06:18:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAD6712EE8 for ; Tue, 3 Mar 2015 06:18:38 +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: <1424243489.8b257070f3a88d91a64faa0f588957a5dc137e97.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex ebuild-env-commands.tex names.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8b257070f3a88d91a64faa0f588957a5dc137e97 X-VCS-Branch: eapi-6 Date: Tue, 3 Mar 2015 06:18:38 +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: 80e3cbf3-582c-4cf5-ab65-7e229d306977 X-Archives-Hash: b3d8369514f573aa5183d658f8744324 Message-ID: <20150303061838.z4TB6Q59V84GFM2X93-2E0NxTnUwWWEw2JcAI3CYes4@z> commit: 8b257070f3a88d91a64faa0f588957a5dc137e97 Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 18 07:11:29 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 18 07:11:29 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=8b257070 Whitespace: Split some very long lines. --- dependencies.tex | 28 +++++++++++++++++----------- ebuild-env-commands.tex | 6 +++--- names.tex | 12 ++++++++---- 3 files changed, 28 insertions(+), 18 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index 2444fcd..b5cfcfa 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -4,17 +4,22 @@ \section{Dependency Classes} \label{sec:dependency-classes} -\begin{centertable}{Dependency classes required to be satisfied for a particular phase function} \label{tab:phase-function-dependency-classes} +\begin{centertable}{Dependency classes required to be satisfied for a particular phase function} + \label{tab:phase-function-dependency-classes} \begin{tabular}{ p{0.2\textwidth} p{0.7\textwidth} } - \toprule - \multicolumn{1}{c}{\textbf{Phase function}} & - \multicolumn{1}{c}{\textbf{Satisfied dependency classes}} \\ - \midrule - \t{pkg\_pretend}, \t{pkg\_setup}, \t{pkg\_info}, \t{pkg\_nofetch} & None (ebuilds can rely only on the packages in the system set) \\ - \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure}, \t{src\_compile}, \t{src\_test}, \t{src\_install} & \t{DEPEND} \\ - \t{pkg\_preinst}, \t{pkg\_postinst}, \t{pkg\_prerm}, \t{pkg\_postrm} & \t{RDEPEND} (unless the particular dependency results in a circular dependency, in which case it may be installed later) \\ - \t{pkg\_config} & \t{RDEPEND}, \t{PDEPEND} \\ - \bottomrule + \toprule + \multicolumn{1}{c}{\textbf{Phase function}} & + \multicolumn{1}{c}{\textbf{Satisfied dependency classes}} \\ + \midrule + \t{pkg\_pretend}, \t{pkg\_setup}, \t{pkg\_info}, \t{pkg\_nofetch} & + None (ebuilds can rely only on the packages in the system set) \\ + \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure}, \t{src\_compile}, \t{src\_test}, + \t{src\_install} & \t{DEPEND} \\ + \t{pkg\_preinst}, \t{pkg\_postinst}, \t{pkg\_prerm}, \t{pkg\_postrm} & + \t{RDEPEND} (unless the particular dependency results in a circular dependency, in which + case it may be installed later) \\ + \t{pkg\_config} & \t{RDEPEND}, \t{PDEPEND} \\ + \bottomrule \end{tabular} \end{centertable} @@ -30,7 +35,8 @@ There are three classes of dependencies supported by ebuilds: the package manager finishes the batch of installs. \end{compactitem} -Table~\ref{tab:phase-function-dependency-classes} lists dependencies which must be satisfied before a particular phase function is executed. +Table~\ref{tab:phase-function-dependency-classes} lists dependencies which must be satisfied before +a particular phase function is executed. 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. diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex index 70b69b2..7d3c33b 100644 --- a/ebuild-env-commands.tex +++ b/ebuild-env-commands.tex @@ -23,9 +23,9 @@ dependencies must be used to ensure their presence. The following commands must always be available in the ebuild environment: \begin{compactitem} -\item All builtin commands in GNU bash, version 3.2\footnote{The - required bash version was retroactively updated from 3.0 to 3.2 in - November 2009 (see \url{http://www.gentoo.org/proj/en/council/meeting-logs/20091109.txt}).\label{fn:bash3.2}}. +\item All builtin commands in GNU bash, version 3.2\footnote{The required bash version was + retroactively updated from 3.0 to 3.2 in November 2009 + (see \url{http://www.gentoo.org/proj/en/council/meeting-logs/20091109.txt}).\label{fn:bash3.2}}. \item \t{sed} must be available, and must support all forms of invocations valid for GNU sed version 4 or later. \item \t{patch} must be available, and must support all inputs valid for GNU patch. diff --git a/names.tex b/names.tex index 447be9a..e64a828 100644 --- a/names.tex +++ b/names.tex @@ -87,7 +87,8 @@ from which it was invoked. \begin{algorithm} \caption{Version comparison logic for numeric components} \label{alg:version-comparison-numeric} \begin{algorithmic}[1] - \STATE define the notations $An_k$ and $Bn_k$ to mean the $k$\textsuperscript{th} numeric component of $A$ and $B$ respectively, using $0$-based indexing + \STATE define the notations $An_k$ and $Bn_k$ to mean the $k$\textsuperscript{th} numeric + component of $A$ and $B$ respectively, using $0$-based indexing \IF{$An_0>Bn_0$ using integer comparison} \RETURN $A>B$ \ELSIF{$An_0B$ \ELSE \RETURN $A