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 575221396D0 for ; Mon, 9 Oct 2017 17:31:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 643922BC012; Mon, 9 Oct 2017 17:31:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 33950E0E2C for ; Mon, 9 Oct 2017 17:31:16 +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 45B8034085A for ; Mon, 9 Oct 2017 17:31:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBB4490AD 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.f08bdb13c8d65e0f5fe44dc97ae0a6b744aa20ba.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f08bdb13c8d65e0f5fe44dc97ae0a6b744aa20ba 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: abfad523-ddc4-4173-a141-5cd8ab44e5e1 X-Archives-Hash: 27b7ab62d252565c8b350990a524f5f3 commit: f08bdb13c8d65e0f5fe44dc97ae0a6b744aa20ba Author: Michał Górny gentoo org> AuthorDate: Fri Sep 29 03:17:43 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=f08bdb13 EAPI 7 removes PORTDIR and ECLASSDIR. Bug: https://bugs.gentoo.org/373349 Bug: https://bugs.gentoo.org/373351 eapi-differences.tex | 8 ++++++++ ebuild-env-vars.tex | 18 +++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 968dba1..24da92c 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{PORTDIR} & \compactfeatureref{portdir} & + Yes & Yes & Yes & Yes & No \\ + +\t{ECLASSDIR} & \compactfeatureref{eclassdir} & + Yes & Yes & Yes & Yes & No \\ + \t{DESTTREE} & \compactfeatureref{desttree} & Yes & Yes & Yes & Yes & No \\ @@ -431,6 +437,8 @@ EAPI 7 is EAPI 6 with the following changes: \item \t{package.provided} in profiles banned, \featureref{package-provided}. \item \t{DESTTREE} removed, \featureref{desttree}. \item \t{INSDESTTREE} removed, \featureref{insdesttree}. +\item \t{PORTDIR} removed, \featureref{portdir}. +\item \t{ECLASSDIR} removed, \featureref{eclassdir}. \end{compactitem} \ChangeWhenAddingAnEAPI{7} diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 0434083..f495014 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -110,11 +110,13 @@ variable. \t{PORTDIR} & \t{src_*} & No & - The full path to the master repository's base directory. \\ + \featurelabel{portdir} The full path to the master repository's base directory. Only for EAPIs + listed in table~\ref{tab:removed-env-vars-table} as supporting \t{PORTDIR}. \\ \t{ECLASSDIR} & \t{src_*} & No & - The full path to the master repository's eclass directory. \\ + \featurelabel{eclassdir} The full path to the master repository's eclass directory. Only for + EAPIs listed in table~\ref{tab:removed-env-vars-table} as supporting \t{ECLASSDIR}.\\ \t{ROOT} & \t{pkg_*} & No & @@ -284,17 +286,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{DESTTREE}?}} & - \multicolumn{1}{c}{\textbf{\t{INSDESTTREE}?}} \\ + \multicolumn{1}{c}{\textbf{\t{INSDESTTREE}?}} & + \multicolumn{1}{c}{\textbf{\t{PORTDIR}?}} & + \multicolumn{1}{c}{\textbf{\t{ECLASSDIR}?}} \\ \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}