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 4777B1396D0 for ; Wed, 4 Oct 2017 16:25:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1CF2BC061; Wed, 4 Oct 2017 16:25:23 +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 3817D2BC05D for ; Wed, 4 Oct 2017 16:25:23 +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 99F323417C5 for ; Wed, 4 Oct 2017 16:25:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EC3F90A5 for ; Wed, 4 Oct 2017 16:25:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1507134306.9a914abf9708c0b8c502561b35ac6bfa62f1d533.mgorny@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-differences.tex ebuild-env-vars.tex X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9a914abf9708c0b8c502561b35ac6bfa62f1d533 X-VCS-Branch: eapi-7 Date: Wed, 4 Oct 2017 16:25:18 +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: 27c75ba5-718c-4b85-82f5-6847481092f4 X-Archives-Hash: 3b17d4e70a8944ef50360000457f666a commit: 9a914abf9708c0b8c502561b35ac6bfa62f1d533 Author: James Le Cuirot gentoo org> AuthorDate: Sun Sep 17 21:39:27 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 4 16:25:06 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=9a914abf EAPI 7 has BROOT Bug: https://bugs.gentoo.org/317337 eapi-differences.tex | 4 ++++ ebuild-env-vars.tex | 33 +++++++++++++++++++++------------ 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 9205125..af28b7a 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -41,6 +41,9 @@ of this document for a complete table of previous EAPIs. \bottomrule \endlastfoot +\t{BROOT} & \compactfeatureref{broot} & + No & No & No & No & Yes \\ + \t{BDEPEND} & \compactfeatureref{bdepend} & No & No & No & No & Yes \\ @@ -413,6 +416,7 @@ EAPI 7 is EAPI 6 with the following changes: \item \t{SYSROOT} and \t{ESYSROOT} added, \featureref{sysroot}. \item \t{econf} adds \t{-{}-with-sysroot}, \featureref{econf-options}. \item \t{BDEPEND}, \featureref{bdepend}. +\item \t{BROOT}, \featureref{broot}. \end{compactitem} \ChangeWhenAddingAnEAPI{7} diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index e24a065..e91f36e 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -144,6 +144,13 @@ variable. for convenience. See also the \t{EPREFIX} variable. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as supporting \t{ESYSROOT}. The presence of a trailing slash EAPI-dependent as listed in table~\ref{tab:trailing-slash}. \\ +\t{BROOT} & + \t{src_*} & + No & + \featurelabel{broot} The absolute path to the root directory containing build dependencies + satisfied by BDEPEND, typically executable build tools. This includes any applicable offset + prefix. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as supporting \t{BROOT}. + The presence of a trailing slash EAPI-dependent as listed in table~\ref{tab:trailing-slash}. \\ \t{T} & All & Partially\footnote{Consistent and preserved across a single connected sequence of install or @@ -253,19 +260,20 @@ variable. \ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting various added env variables} \label{tab:added-env-vars-table} - \begin{tabular}{llllll} + \begin{tabular}{lllllll} \toprule \multicolumn{1}{c}{\textbf{EAPI}} & \multicolumn{1}{c}{\textbf{\t{MERGE_TYPE}?}} & \multicolumn{1}{P{6em}}{\textbf{\t{REPLACING_VERSIONS}?}} & \multicolumn{1}{P{6em}}{\textbf{\t{REPLACED_BY_VERSION}?}} & \multicolumn{1}{P{6em}}{\textbf{\t{EBUILD_PHASE_FUNC}?}} & - \multicolumn{1}{P{6em}}{\textbf{\t{SYSROOT}?}} \\ + \multicolumn{1}{P{6em}}{\textbf{\t{SYSROOT}?}} & + \multicolumn{1}{P{6em}}{\textbf{\t{BROOT}?}} \\ \midrule - 0, 1, 2, 3 & No & No & No & No & No \\ - 4 & Yes & Yes & Yes & No & No \\ - 5, 6 & Yes & Yes & Yes & Yes & No \\ - 7 & Yes & Yes & Yes & Yes & Yes \\ + 0, 1, 2, 3 & No & No & No & No & No & No \\ + 4 & Yes & Yes & Yes & No & No & No \\ + 5, 6 & Yes & Yes & Yes & Yes & No & No \\ + 7 & Yes & Yes & Yes & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -288,7 +296,7 @@ variable. \ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting offset-prefix env variables} \label{tab:offset-env-vars-table} - \begin{tabular}{lllll} + \begin{tabular}{llllll} \toprule \multicolumn{1}{c}{\textbf{EAPI}} & \multicolumn{1}{c}{\textbf{\t{EPREFIX}?}} & @@ -460,17 +468,18 @@ If the path specifies the system root directory, it will be empty. \ChangeWhenAddingAnEAPI{7} \begin{centertable}{Variables that always or never end with a trailing slash} \label{tab:trailing-slash} - \begin{tabular}{llll} + \begin{tabular}{lllll} \toprule \multicolumn{1}{c}{\textbf{EAPI}} & - \multicolumn{3}{c}{\textbf{Ends with a trailing slash?}} \\ + \multicolumn{4}{c}{\textbf{Ends with a trailing slash?}} \\ & \t{ROOT}, \t{EROOT} & \t{D}, \t{ED} & - \t{SYSROOT}, \t{ESYSROOT} \\ + \t{SYSROOT}, \t{ESYSROOT} & + \t{BROOT} \\ \midrule - 0, 1, 2, 3, 4, 5, 6 & always & always & n/a \\ - 7 & never & never & never \\ + 0, 1, 2, 3, 4, 5, 6 & always & always & n/a & n/a \\ + 7 & never & never & never & never \\ \bottomrule \end{tabular} \end{centertable}