From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1283236-garchives=archives.gentoo.org@lists.gentoo.org> 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 6F6F31382C5 for <garchives@archives.gentoo.org>; Mon, 17 May 2021 16:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88130E0829; Mon, 17 May 2021 16:16:11 +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 42798E0828 for <gentoo-commits@lists.gentoo.org>; Mon, 17 May 2021 16:16:11 +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 3D4AC341002 for <gentoo-commits@lists.gentoo.org>; Mon, 17 May 2021 16:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCD2F792 for <gentoo-commits@lists.gentoo.org>; Mon, 17 May 2021 16:16:07 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1621267426.6c13facc3e8ce07b0694ed434ee77da70d341ef5.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: 6c13facc3e8ce07b0694ed434ee77da70d341ef5 X-VCS-Branch: eapi-8 Date: Mon, 17 May 2021 16:16:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 928a45c5-e908-4d0b-813d-9ddd537d2ac5 X-Archives-Hash: 807245950f2b79c491a06c8eeebf70ea commit: 6c13facc3e8ce07b0694ed434ee77da70d341ef5 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon May 17 15:45:42 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon May 17 16:03:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=6c13facc EAPI 8: econf adds --disable-static Bug: https://bugs.gentoo.org/744871 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eapi-differences.tex | 6 ++++-- pkg-mgr-commands.tex | 20 ++++++++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index fe18a4c..8fbae05 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, docdir, htmldir, with sysroot, datarootdir \\ + disable dependency tracking, disable silent rules, disable static, + docdir, htmldir, with sysroot, datarootdir \\ \t{dodoc -r} & \compactfeatureref{dodoc} & * & Yes & Yes & Yes & Yes \\ @@ -532,11 +533,12 @@ EAPI 8 is EAPI 7 with the following changes: \item Bash version is 5.0, \featureref{bash-version}. \item \t{insopts} no longer affects \t{doconfd}, \t{doenvd} and \t{doheader}, \featureref{insopts}. \item \t{exeopts} no longer affects \t{doinitd}, \featureref{exeopts}. -\item Less strict naming rules for files in \t{updates} directory, \featureref{updates-filenames}. +\item Less strict naminga rules for files in \t{updates} directory, \featureref{updates-filenames}. \item \t{dosym} can create relative paths, \featureref{dosym-relative}. \item \t{PROPERTIES}, \t{RESTRICT} accumulated across eclasses, \featureref{accumulate-vars}. \item \t{usev} supports an optional second argument, \featureref{usev}. \item Different \t{src_prepare} implementation, \featureref{src-prepare-8}. +\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 c1cfc7d..768064d 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -343,12 +343,15 @@ 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{5.5em}}{\textbf{-{}-disable-dependency-tracking}} & @@ -356,14 +359,15 @@ commands once the current phase function has returned. \multicolumn{1}{c}{\textbf{-{}-docdir}} & \multicolumn{1}{c}{\textbf{-{}-htmldir}} & \multicolumn{1}{P{4em}}{\textbf{-{}-with-sysroot}} & - \multicolumn{1}{c}{\textbf{-{}-datarootdir}} \\ + \multicolumn{1}{c}{\textbf{-{}-datarootdir}} & + \multicolumn{1}{c}{\textbf{-{}-disable-static}} \\ \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 & Yes & Yes & No & No \\ - 7 & Yes & Yes & Yes & Yes & Yes & No \\ - 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 & Yes & Yes & No & No & No \\ + 7 & Yes & Yes & Yes & Yes & Yes & No & No \\ + 8 & Yes & Yes & Yes & Yes & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable}