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 9A33A1382C5 for ; Sat, 24 Feb 2018 12:58:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4D7EE0823; Sat, 24 Feb 2018 12:58:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 95126E0823 for ; Sat, 24 Feb 2018 12:58:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C354E335C43 for ; Sat, 24 Feb 2018 12:58:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F122E240 for ; Sat, 24 Feb 2018 12:58:46 +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: <1519476924.53277f65792615a2b4442454543e95c0897f42b8.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 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: 53277f65792615a2b4442454543e95c0897f42b8 X-VCS-Branch: eapi-7 Date: Sat, 24 Feb 2018 12:58:46 +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: dd3a5f05-fa38-4628-b8c0-d8712015bfd3 X-Archives-Hash: e26373099e16ad408a7eda3c812e2916 commit: 53277f65792615a2b4442454543e95c0897f42b8 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 23 23:46:32 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 24 12:55:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=53277f65 dependencies: Provide a nice summary table for dep APIs dependencies.tex | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/dependencies.tex b/dependencies.tex index e53cff6..696f478 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -26,6 +26,21 @@ \end{tabular} \end{centertable} +\begin{centertable}{Summary of other interfaces related to dependency classes} + \label{tab:dep-class-api} + \begin{tabular}{llll} + \toprule + & \t{BDEPEND} & \t{DEPEND} & \t{RDEPEND}, \t{PDEPEND} \\ + \midrule + Binary compatible with & \t{CBUILD} & \t{CHOST} & \t{CHOST} \\ + Base unprefixed path & \t{/} & \t{\$\{SYSROOT\}} & \t{\$\{ROOT\}} \\ + Relevant offset-prefix & \t{\$\{BROOT\}} & \t{\$\{EPREFIX\}} & \t{\$\{EPREFIX\}} \\ + Path combined with prefix & \t{\$\{BROOT\}} & \t{\$\{ESYSROOT\}} & \t{\$\{EROOT\}} \\ + PM query command option & \t{-b} & \t{-d} & \t{-r} \\ + \bottomrule + \end{tabular} +\end{centertable} + There are three classes of dependencies supported by ebuilds: \begin{compactitem} @@ -65,7 +80,8 @@ as supporting \t{BDEPEND}, the build dependencies are split into two subclasses: \end{centertable} Table~\ref{tab:phase-function-dependency-classes} lists dependencies which must be satisfied before -a particular phase function is executed. +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.