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 CFDF61382C5 for ; Mon, 17 May 2021 19:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1716E0814; Mon, 17 May 2021 19:37:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CD2CFE0814 for ; Mon, 17 May 2021 19:37:35 +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 D8713341004 for ; Mon, 17 May 2021 19:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28519792 for ; Mon, 17 May 2021 19:37:32 +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: <1621280188.67bb7dc9e3487a0ecf42d0f48bdd0d2799a5ff01.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 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: 67bb7dc9e3487a0ecf42d0f48bdd0d2799a5ff01 X-VCS-Branch: eapi-8 Date: Mon, 17 May 2021 19:37:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0935c907-45e5-463a-9f16-1e49fdef5eba X-Archives-Hash: 0f011ecafeed5819d0deb6a40cad4d4e commit: 67bb7dc9e3487a0ecf42d0f48bdd0d2799a5ff01 Author: Ulrich Müller gentoo org> AuthorDate: Mon May 17 15:45:42 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 17 19:36:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=67bb7dc9 EAPI 8: econf adds --disable-static Bug: https://bugs.gentoo.org/744871 Signed-off-by: Ulrich Müller gentoo.org> eapi-differences.tex | 4 +++- pkg-mgr-commands.tex | 18 +++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 3e5e7bd..1503053 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -269,7 +269,8 @@ Output commands use stdout & \compactfeatureref{output-no-stdout} & disable dependency tracking, disable silent rules & disable dependency tracking, disable silent rules, docdir, htmldir & disable dependency tracking, disable silent rules, docdir, htmldir, with sysroot & - disable dependency tracking, disable silent rules, datarootdir, docdir, htmldir, with sysroot \\ + disable dependency tracking, disable silent rules, disable static, + datarootdir, docdir, htmldir, with sysroot \\ \t{dodoc -r} & \compactfeatureref{dodoc} & * & Yes & Yes & Yes & Yes \\ @@ -511,6 +512,7 @@ EAPI 8 is EAPI 7 with the following changes: \item \t{useq} banned, \featureref{banned-commands}. \item \t{hasv} and \t{hasq} banned, \featureref{banned-commands}. \item \t{econf} adds \t{-{}-datarootdir}, \featureref{econf-options}. +\item \t{econf} adds \t{-{}-disable-static}, \featureref{econf-options}. \end{compactitem} \ChangeWhenAddingAnEAPI{8} diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index d27c079..b8ba853 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -344,27 +344,31 @@ commands once the current phase function has returned. \item \t{-{}-disable-silent-rules}, if the EAPI is listed in table~\ref{tab:econf-options-table} as using it. This option will only be passed if the string \t{-{}-disable-silent-rules} occurs in the output of \t{configure -{}-help}. + \item \t{-{}-disable-static}, if the EAPI is listed in table~\ref{tab:econf-options-table} + as using it. This option will only be passed if the string \t{-{}-disable-static} occurs + in the output of \t{configure -{}-help}. \end{itemize} \ChangeWhenAddingAnEAPI{8} \begin{centertable}{Extra \t{econf} arguments for EAPIs} \label{tab:econf-options-table} - \begin{tabular}{lllllll} + \begin{tabular}{llllllll} \toprule \multicolumn{1}{c}{\textbf{EAPI}} & \multicolumn{1}{P{9em}}{\textbf{-{}-disable-dependency-tracking}} & \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} & + \multicolumn{1}{c}{\textbf{-{}-disable-static}} & \multicolumn{1}{c}{\textbf{-{}-datarootdir}} & \multicolumn{1}{c}{\textbf{-{}-docdir}} & \multicolumn{1}{c}{\textbf{-{}-htmldir}} & \multicolumn{1}{c}{\textbf{-{}-with-sysroot}} \\ \midrule - 0, 1, 2, 3 & No & No & No & No & No & No \\ - 4 & Yes & No & No & No & No & No \\ - 5 & Yes & Yes & No & No & No & No \\ - 6 & Yes & Yes & No & Yes & Yes & No \\ - 7 & Yes & Yes & No & Yes & Yes & Yes \\ - 8 & Yes & Yes & Yes & Yes & Yes & Yes \\ + 0, 1, 2, 3 & No & No & No & No & No & No & No \\ + 4 & Yes & No & No & No & No & No & No \\ + 5 & Yes & Yes & No & No & No & No & No \\ + 6 & Yes & Yes & No & No & Yes & Yes & No \\ + 7 & Yes & Yes & No & No & Yes & Yes & Yes \\ + 8 & Yes & Yes & Yes & Yes & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable}