commit: b000f78b21677fb5f574ef3a23ce299b6506996b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Sep 29 03:13:57 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Oct 4 20:23:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b000f78b
EAPI 7 removes DESTTREE and INSDESTTREE. Bug: https://bugs.gentoo.org/173630 eapi-differences.tex | 8 ++++++++ ebuild-env-vars.tex | 18 ++++++++++++------ 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index d6bf6b7..6e82904 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -41,6 +41,12 @@ of this document for a complete table of previous EAPIs. \bottomrule \endlastfoot +\t{DESTTREE} & \compactfeatureref{desttree} & + Yes & Yes & Yes & Yes & No \\ + +\t{INSDESTTREE} & \compactfeatureref{insdesttree} & + Yes & Yes & Yes & Yes & No \\ + \t{package.provided} & \compactfeatureref{package-provided} & Yes & Yes & Yes & Yes & No \\ @@ -423,6 +429,8 @@ EAPI 7 is EAPI 6 with the following changes: \item \t{best_version} and \t{has_version} drops the \t{-{}-host-root} option in favor of the \t{-b}, \t{-d}, and \t{-r} options, \featureref{pm-query-options}. \item \t{package.provided} in profiles banned, \featureref{package-provided}. +\item \t{DESTTREE} removed, \featureref{desttree}. +\item \t{INSDESTTREE} removed, \featureref{insdesttree}. \end{compactitem} \ChangeWhenAddingAnEAPI{7} diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index e91f36e..0434083 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -199,11 +199,14 @@ variable. \t{DESTTREE} & \t{src_install} & No & - Controls the location where \t{dobin}, \t{dolib}, \t{domo}, and \t{dosbin} install things. \\ + \featurelabel{desttree} Controls the location where \t{dobin}, \t{dolib}, \t{domo}, + and \t{dosbin} install things. Only for EAPIs listed in table~\ref{tab:removed-env-vars-table} + as supporting \t{DESTTREE}. \\ \t{INSDESTTREE} & \t{src_install} & No & - Controls the location where \t{doins} installs things. \\ + \featurelabel{insdesttree} Controls the location where \t{doins} installs things. Only for EAPIs + listed in table~\ref{tab:removed-env-vars-table} as supporting \t{INSDESTTREE}. \\ \t{USE} & All & Yes & @@ -281,14 +284,17 @@ variable. \ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting various removed env variables} \label{tab:removed-env-vars-table} - \begin{tabular}{lll} + \begin{tabular}{lllll} \toprule \multicolumn{1}{c}{\textbf{EAPI}} & \multicolumn{1}{c}{\textbf{\t{AA}?}} & - \multicolumn{1}{c}{\textbf{\t{KV}?}} \\ + \multicolumn{1}{c}{\textbf{\t{KV}?}} & + \multicolumn{1}{c}{\textbf{\t{DESTTREE}?}} & + \multicolumn{1}{c}{\textbf{\t{INSDESTTREE}?}} \\ \midrule - 0, 1, 2, 3 & Yes & Yes \\ - 4, 5, 6, 7 & No & No \\ + 0, 1, 2, 3 & Yes & Yes & Yes & Yes \\ + 4, 5, 6 & No & No & Yes & Yes \\ + 7 & No & No & No & No \\ \bottomrule \end{tabular} \end{centertable}
