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 397801382C5 for ; Tue, 18 May 2021 05:44:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 779C1E0825; Tue, 18 May 2021 05:44:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5AAD4E0825 for ; Tue, 18 May 2021 05:44:38 +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 2C751340FD5 for ; Tue, 18 May 2021 05:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C131799 for ; Tue, 18 May 2021 05:44:34 +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: <1621316655.a064607fe896bf69fbaf05a7702c8f2717849410.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: a064607fe896bf69fbaf05a7702c8f2717849410 X-VCS-Branch: eapi-8 Date: Tue, 18 May 2021 05:44:34 +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: bebba612-3853-4163-9be6-8f039125cf5c X-Archives-Hash: 7ad1a026539cafd0ba1a3120928fa6c1 commit: a064607fe896bf69fbaf05a7702c8f2717849410 Author: Ulrich Müller gentoo org> AuthorDate: Mon May 17 15:45:42 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue May 18 05:44:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=a064607f 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}