From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BB8CF13888F for ; Fri, 23 Oct 2015 17:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91CC4E0878; Fri, 23 Oct 2015 17:30:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABE13E086C for ; Fri, 23 Oct 2015 17:30:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D90C340B2E for ; Fri, 23 Oct 2015 17:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D36AB169D for ; Fri, 23 Oct 2015 17:30:48 +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: <1445621138.946245f48a721da27703fd5e191113742a95e0db.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-differences.tex pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 946245f48a721da27703fd5e191113742a95e0db X-VCS-Branch: eapi-6 Date: Fri, 23 Oct 2015 17:30:48 +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: 9043a21f-1120-4589-955d-4f92187cbee0 X-Archives-Hash: 02589db5f2843b169260b98f9e4b3cd7 commit: 946245f48a721da27703fd5e191113742a95e0db Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 16 13:11:47 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Oct 23 17:25:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=946245f4 EAPI 6: einstall banned. Bug: 524112 eapi-differences.tex | 4 ++++ pkg-mgr-commands.tex | 14 +++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 179070d..4335b6f 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -163,6 +163,9 @@ Most utilities die & \compactfeatureref{die-on-failure} & \t{dosed} & \compactfeatureref{banned-commands} & Yes & Yes & Banned & Banned & Banned \\ +\t{einstall} & \compactfeatureref{banned-commands} & + Yes & Yes & Yes & Yes & Banned \\ + Option \t{-{}-host-root} & \compactfeatureref{host-root-option} & No & No & No & Yes & Yes \\ @@ -316,6 +319,7 @@ EAPI 6 is EAPI 5 with the following changes: \item Profile \t{package*} and \t{use*} can be directories, \featureref{profile-file-dirs}. \item Bash version is 4.2, \featureref{bash-version}. \item \t{failglob} is enabled in global scope, \featureref{failglob}. +\item \t{einstall} banned, \featureref{banned-commands}. \end{compactitem} \ChangeWhenAddingAnEAPI{6} diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 1eaa764..94d1662 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -47,16 +47,18 @@ called, the package manager must abort the build process indicating an error. \ChangeWhenAddingAnEAPI{6} \begin{centertable}{Banned commands} \label{tab:banned-commands-table} - \begin{tabular}{ l l l } + \begin{tabular}{ l l l l } \toprule \multicolumn{1}{c}{\textbf{EAPI}} & - \multicolumn{2}{c}{\textbf{Command banned?}} \\ + \multicolumn{3}{c}{\textbf{Command banned?}} \\ \multicolumn{1}{c}{} & \multicolumn{1}{c}{\textbf{\t{dohard}}} & - \multicolumn{1}{c}{\textbf{\t{dosed}}} \\ + \multicolumn{1}{c}{\textbf{\t{dosed}}} & + \multicolumn{1}{c}{\textbf{\t{einstall}}} \\ \midrule - 0, 1, 2, 3 & No & No \\ - 4, 5, 6 & Yes & Yes \\ + 0, 1, 2, 3 & No & No & No \\ + 4, 5 & Yes & Yes & No \\ + 6 & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -208,6 +210,8 @@ current phase function has returned. \item[einstall] A shortcut for the command given in Listing~\ref{lst:einstall}. Any arguments given to \t{einstall} are passed verbatim to \t{emake}, as shown. Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}. + In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as per + section~\ref{sec:banned-commands}. The variable \t{ED} is defined as in Table~\ref{tab:defined_vars} and depends on the use of an offset-prefix. When such offset-prefix is absent, \t{ED} is equivalent to \t{D}\@. \t{ED} is