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 382311396D0 for ; Wed, 4 Oct 2017 16:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD1B42BC044; Wed, 4 Oct 2017 16:48:13 +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 77D232BC044 for ; Wed, 4 Oct 2017 16:48:13 +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 F2BB0341815 for ; Wed, 4 Oct 2017 16:48:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0931A909D for ; Wed, 4 Oct 2017 16:48:09 +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: <1507135628.3d3687965ad3c3cfce6c3e88ff6c86ebcb643be2.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: 3d3687965ad3c3cfce6c3e88ff6c86ebcb643be2 X-VCS-Branch: eapi-7 Date: Wed, 4 Oct 2017 16:48:09 +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: c71c1e06-8e36-478b-b50e-9124416e59c2 X-Archives-Hash: 2a30f8b23e6413534bb8533bee03b2f4 commit: 3d3687965ad3c3cfce6c3e88ff6c86ebcb643be2 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 29 03:13:57 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 4 16:47:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3d368796 EAPI 7 removes DESTTREE and INSDESTTREE. 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}