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 177531396D0 for ; Mon, 9 Oct 2017 17:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8E5BE0E00; Mon, 9 Oct 2017 17:31:15 +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 9B97EE0E00 for ; Mon, 9 Oct 2017 17:31:15 +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 ADB9A33E4AD for ; Mon, 9 Oct 2017 17:31:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3D5A90AA for ; Mon, 9 Oct 2017 17:31:10 +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: <1507569394.179b5fc79659f5886b0e4d38cc38d560cdc1cf09.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: 179b5fc79659f5886b0e4d38cc38d560cdc1cf09 X-VCS-Branch: eapi-7 Date: Mon, 9 Oct 2017 17:31: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 X-Archives-Salt: 033e7356-0f17-468e-8ea3-de61ceb7b076 X-Archives-Hash: 8eec64f1b592f157677172edb212ba0a commit: 179b5fc79659f5886b0e4d38cc38d560cdc1cf09 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 23 23:46:32 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Oct 9 17:16:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=179b5fc7 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 0d8933b..6a92542 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:dependency-class-apis} + \begin{tabular}{lccc} + \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 option & \t{-b} & \t{-d} & \t{-r} \\ + \bottomrule + \end{tabular} +\end{centertable} + There are three classes of dependencies supported by ebuilds: \begin{compactitem} @@ -51,7 +66,8 @@ as supporting \t{BDEPEND}, the build dependencies are split into two subclasses: \end{compactitem} 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:dependency-class-api} summarizes +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.