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 DCE9B138A1A for ; Mon, 16 Feb 2015 13:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 669BEE0898; Mon, 16 Feb 2015 13:06: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 012E8E0898 for ; Mon, 16 Feb 2015 13:06: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 BEF2C34078D for ; Mon, 16 Feb 2015 13:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42CA811E20 for ; Mon, 16 Feb 2015 13:06:11 +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: <1424092307.0fd71690ff43c222d1e0d3dca2907be469b6f128.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: 0fd71690ff43c222d1e0d3dca2907be469b6f128 X-VCS-Branch: eapi-6 Date: Mon, 16 Feb 2015 13:06:11 +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: 130212ee-027a-4bce-81ff-68b245d9a524 X-Archives-Hash: a3a3a0c3d79d0d7805d264a0b34b2cae commit: 0fd71690ff43c222d1e0d3dca2907be469b6f128 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 13:11:47 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=0fd71690 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 3f3afa2..12c101a 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