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 F032D1382C5 for ; Sat, 24 Feb 2018 12:58:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AE23E07F6; Sat, 24 Feb 2018 12:58:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0EED5E07F6 for ; Sat, 24 Feb 2018 12:58:49 +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 C1BB3335C2F for ; Sat, 24 Feb 2018 12:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5496F1FE for ; Sat, 24 Feb 2018 12:58:46 +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: <1519476924.73a1a862fd41115cbd000a2f62ac94ead1c421f1.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: 73a1a862fd41115cbd000a2f62ac94ead1c421f1 X-VCS-Branch: eapi-7 Date: Sat, 24 Feb 2018 12:58:46 +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: 0f66cd9a-156c-4070-be51-5d4aaaa6462e X-Archives-Hash: 809653ab1b4f3936839f875508072e6d commit: 73a1a862fd41115cbd000a2f62ac94ead1c421f1 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 29 03:17:43 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 24 12:55:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=73a1a862 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 | 17 +++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 326774d..f87e448 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -149,6 +149,12 @@ Parallel tests & \compactfeatureref{parallel-tests} & \t{AA} & \compactfeatureref{aa} & Yes & No & No & No & No \\ +\t{PORTDIR} & \compactfeatureref{portdir} & + Yes & Yes & Yes & Yes & No \\ + +\t{ECLASSDIR} & \compactfeatureref{eclassdir} & + Yes & Yes & Yes & Yes & No \\ + \t{KV} & \compactfeatureref{kv} & Yes & No & No & No & No \\ @@ -401,6 +407,8 @@ EAPI 7 is EAPI 6 with the following changes: being matched, \featureref{empty-dep-groups}. \item \t{||=} dependency groups, \featureref{binding-any-of}. \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}. \end{compactitem} \ChangeWhenAddingAnEAPI{7} diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 4545272..0258d1a 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 & @@ -253,14 +255,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{PORTDIR}?}} & + \multicolumn{1}{c}{\textbf{\t{ECLASSDIR}?}} \\ \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}