commit: 57757371ebb99d7b3bc65cb833e17bb3ab671ba1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Sep 29 03:13:57 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Feb 24 12:55:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=57757371
EAPI 7 removes DESTTREE and INSDESTTREE. Bug: https://bugs.gentoo.org/173630 eapi-differences.tex | 8 ++++++++ ebuild-env-vars.tex | 19 ++++++++++++------- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index f87e448..283891b 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -155,6 +155,12 @@ Parallel tests & \compactfeatureref{parallel-tests} & \t{ECLASSDIR} & \compactfeatureref{eclassdir} & Yes & Yes & Yes & Yes & No \\ +\t{DESTTREE} & \compactfeatureref{desttree} & + Yes & Yes & Yes & Yes & No \\ + +\t{INSDESTTREE} & \compactfeatureref{insdesttree} & + Yes & Yes & Yes & Yes & No \\ + \t{KV} & \compactfeatureref{kv} & Yes & No & No & No & No \\ @@ -409,6 +415,8 @@ EAPI 7 is EAPI 6 with the following changes: \item Automatic enforcing of \t{REQUIRED_USE}, \featureref{auto-req-use}. \item \t{PORTDIR} is gone, \featureref{portdir}. \item \t{ECLASSDIR} is gone, \featureref{eclassdir}. +\item \t{DESTTREE} is gone, \featureref{desttree}. +\item \t{INSDESTTREE} is gone, \featureref{insdesttree}. \end{compactitem} \ChangeWhenAddingAnEAPI{7} diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 0258d1a..2d79f20 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -176,11 +176,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 & @@ -255,17 +258,19 @@ variable. \ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting various removed env variables} \label{tab:removed-env-vars-table} - \begin{tabular}{lllll} + \begin{tabular}{lllllll} \toprule \multicolumn{1}{c}{\textbf{EAPI}} & \multicolumn{1}{c}{\textbf{\t{AA}?}} & \multicolumn{1}{c}{\textbf{\t{KV}?}} & \multicolumn{1}{c}{\textbf{\t{PORTDIR}?}} & - \multicolumn{1}{c}{\textbf{\t{ECLASSDIR}?}} \\ + \multicolumn{1}{c}{\textbf{\t{ECLASSDIR}?}} & + \multicolumn{1}{c}{\textbf{\t{DESTTREE}?}} & + \multicolumn{1}{c}{\textbf{\t{INSDESTTREE}?}} \\ \midrule - 0, 1, 2, 3 & Yes & Yes & Yes & Yes \\ - 4, 5, 6 & No & No & Yes & Yes \\ - 7 & No & No & No & No \\ + 0, 1, 2, 3 & Yes & Yes & Yes & Yes & Yes & Yes \\ + 4, 5, 6 & No & No & Yes & Yes & Yes & Yes \\ + 7 & No & No & No & No & No & No \\ \bottomrule \end{tabular} \end{centertable}
