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 D869F1396D0 for ; Wed, 4 Oct 2017 20:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A2D9E0CB0; Wed, 4 Oct 2017 20:25:59 +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 32927E0CB0 for ; Wed, 4 Oct 2017 20:25:59 +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 3A51E341784 for ; Wed, 4 Oct 2017 20:25:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 045C590AB for ; Wed, 4 Oct 2017 20:25:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1507148658.e2757cd280f2904e3112f43464c0fc483634f0ec.mgorny@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-differences.tex pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e2757cd280f2904e3112f43464c0fc483634f0ec X-VCS-Branch: eapi-7 Date: Wed, 4 Oct 2017 20:25:54 +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: d2d6491a-2274-4fee-88f2-1b9bb7709965 X-Archives-Hash: 427318ad29c60589f01a1baf021f2ab6 commit: e2757cd280f2904e3112f43464c0fc483634f0ec Author: Michał Górny gentoo org> AuthorDate: Fri Sep 29 14:02:49 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 4 20:24:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=e2757cd2 EAPI 7 bans dolib and libopts. Bug: https://bugs.gentoo.org/630416 eapi-differences.tex | 7 +++++++ pkg-mgr-commands.tex | 22 ++++++++++++++-------- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index d9b5558..70eadb5 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -224,6 +224,12 @@ Most utilities die & \compactfeatureref{die-on-failure} & \t{dohtml} & \compactfeatureref{banned-commands} & Yes & Yes & Yes & Yes & Banned \\ +\t{dolib} & \compactfeatureref{banned-commands} & + Yes & Yes & Yes & Yes & Banned \\ + +\t{libopts} & \compactfeatureref{banned-commands} & + Yes & Yes & Yes & Yes & Banned \\ + PM query options & \compactfeatureref{pm-query-options} & No & No & \t{-{}-host-root} & \t{-{}-host-root} & \t{-b}, \t{-d}, \t{-r} \\ @@ -447,6 +453,7 @@ EAPI 7 is EAPI 6 with the following changes: \item \t{PORTDIR} removed, \featureref{portdir}. \item \t{ECLASSDIR} removed, \featureref{eclassdir}. \item \t{domo} installs to \t{/usr/share/locale}, ignoring \t{into}, \featureref{domo-path}. +\item \t{dolib} and \t{libopts} banned, \featureref{banned-commands}. \end{compactitem} \ChangeWhenAddingAnEAPI{7} diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index ae9a615..f3849fc 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -50,20 +50,22 @@ called, the package manager must abort the build process indicating an error. \ChangeWhenAddingAnEAPI{7} \begin{centertable}{Banned commands} \label{tab:banned-commands-table} - \begin{tabular}{lllll} + \begin{tabular}{lllllll} \toprule \multicolumn{1}{c}{\textbf{EAPI}} & - \multicolumn{4}{c}{\textbf{Command banned?}} \\ + \multicolumn{6}{c}{\textbf{Command banned?}} \\ \multicolumn{1}{c}{} & \multicolumn{1}{c}{\textbf{\t{dohard}}} & \multicolumn{1}{c}{\textbf{\t{dosed}}} & \multicolumn{1}{c}{\textbf{\t{einstall}}} & - \multicolumn{1}{c}{\textbf{\t{dohtml}}} \\ + \multicolumn{1}{c}{\textbf{\t{dohtml}}} & + \multicolumn{1}{c}{\textbf{\t{dolib}}} & + \multicolumn{1}{c}{\textbf{\t{libopts}}} \\ \midrule - 0, 1, 2, 3 & No & No & No & No \\ - 4, 5 & Yes & Yes & No & No \\ - 6 & Yes & Yes & Yes & No \\ - 7 & Yes & Yes & Yes & Yes \\ + 0, 1, 2, 3 & No & No & No & No & No & No \\ + 4, 5 & Yes & Yes & No & No & No & No \\ + 6 & Yes & Yes & Yes & No & No & No \\ + 7 & Yes & Yes & Yes & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -503,7 +505,9 @@ can be extended or reduced (see below). The options that can be passed to \t{doh \item[dolib.so] As for \t{dolib.a} except each file is installed with mode \t{0755}. \item[dolib] As for \t{dolib.a} except that the default install mode can be overriden with - the \t{install} options set by the most recent \t{libopts} call. + the \t{install} options set by the most recent \t{libopts} call. In EAPIs listed + in table~\ref{tab:banned-commands-table}, this command is banned as per + section~\ref{sec:banned-commands}. \begin{algorithm} \caption{Determining the library directory} \label{alg:ebuild-libdir} @@ -714,6 +718,8 @@ has returned. \item[exeopts] Sets the options passed by \t{doexe} et al.\ to the \t{install} command. \item[libopts] Sets the options passed by \t{dolib} et al.\ to the \t{install} command. + In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as + per section~\ref{sec:banned-commands}. \end{description}