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 2DD54138AD0 for ; Mon, 16 Feb 2015 15:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F4A2E0974; Mon, 16 Feb 2015 15:08:14 +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 5F903E0974 for ; Mon, 16 Feb 2015 15:08:13 +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 4AD653406EB for ; Mon, 16 Feb 2015 15:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEA9C11E3A for ; Mon, 16 Feb 2015 15:08: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: <1424099481.3fb4babac6cce2473209b52168966737faa6b008.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: 3fb4babac6cce2473209b52168966737faa6b008 X-VCS-Branch: eapi-6 Date: Mon, 16 Feb 2015 15:08: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: 4a56c2e3-6815-4f5e-a440-3e8ae444390d X-Archives-Hash: 52b2b674e7081f86b084729b96f6f24a commit: 3fb4babac6cce2473209b52168966737faa6b008 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 16 13:11:47 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 16 15:11:21 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=3fb4baba EAPI 6: einstall banned. See bug 524112. --- eapi-differences.tex | 4 ++++ pkg-mgr-commands.tex | 23 +++++++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index b9fe5a4..fdb0843 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -160,6 +160,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 \\ @@ -312,6 +315,7 @@ EAPI 6 is EAPI 5 with the following changes: \begin{compactitem} \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 929d0fe..66f8718 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -50,21 +50,22 @@ 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 - \t{0} & No & No \\ - \t{1} & No & No \\ - \t{2} & No & No \\ - \t{3} & No & No \\ - \t{4} & Yes & Yes \\ - \t{5} & Yes & Yes \\ - \t{6} & Yes & Yes \\ + \t{0} & No & No & No \\ + \t{1} & No & No & No \\ + \t{2} & No & No & No \\ + \t{3} & No & No & No \\ + \t{4} & Yes & Yes & No \\ + \t{5} & Yes & Yes & No \\ + \t{6} & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -219,6 +220,8 @@ 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 always