From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QesHQ-0001ez-EJ for garchives@archives.gentoo.org; Thu, 07 Jul 2011 17:22:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30CCA21C0DE; Thu, 7 Jul 2011 17:22:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 022EE21C0E3 for ; Thu, 7 Jul 2011 17:22:11 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75B352AC07C for ; Thu, 7 Jul 2011 17:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D1C338003F for ; Thu, 7 Jul 2011 17:22:10 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex ebuild-env-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: f3bee097f90f506c81c7f5c2fc67654fabb60d92 Date: Thu, 7 Jul 2011 17:22:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cc6c2b922d8e7e45055d3bce3f9b0cd1 commit: f3bee097f90f506c81c7f5c2fc67654fabb60d92 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sun Jun 26 14:57:42 2011 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu Jul 7 09:09:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3Df3bee097 Replace contradicting dep info in 'Avail commands' with ref. Right now, the 'Commands provided by package dependencies' section contradicts the changes done in 'Dependency classes' lately. Remove the contradicting (and not really useful) information with a reference to the latter section. --- dependencies.tex | 1 + ebuild-env-commands.tex | 12 ++---------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index 5bdad39..abcb820 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -2,6 +2,7 @@ \label{sec:dependencies} =20 \section{Dependency Classes} +\label{sec:dependency-classes} =20 \begin{centertable}{Dependency classes required to be satisfied for a pa= rticular phase function} \label{tab:phase-function-dependency-classes} \begin{tabular}{ p{0.2\textwidth} p{0.7\textwidth} } diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex index cad0bda..78e33a2 100644 --- a/ebuild-env-commands.tex +++ b/ebuild-env-commands.tex @@ -34,16 +34,8 @@ The following commands must always be available in the= ebuild environment: \subsection{Commands provided by package dependencies} =20 In some cases a package's build process will require the availability of= executables not provided by -the core system, a common example being autotools. Commands provided by = dependencies are available -in the following cases: -\begin{compactitem} -\item In the \t{src} phases, any command provided by a package listed in= \t{DEPEND} is available. -\item In the \t{pkg} phases, at least one of the following conditions mu= st be met: - \begin{compactitem} - \item Any command provided by a package listed in \t{DEPEND} is avai= lable. - \item Any command provided by a package listed in \t{RDEPEND} is ava= ilable. - \end{compactitem} -\end{compactitem} +the core system, a common example being autotools. The availability of c= ommands provided by the +particular types of dependencies is explained in section~\ref{sec:depend= ency-classes}. =20 \subsection{Ebuild-specific Commands} \input{pkg-mgr-commands.tex}