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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39D2F158030 for ; Sun, 26 Feb 2023 17:43:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 171C2E08A0; Sun, 26 Feb 2023 17:43:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1428E089C for ; Sun, 26 Feb 2023 17:42:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17DEA340D92 for ; Sun, 26 Feb 2023 17:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D977E8DF for ; Sun, 26 Feb 2023 17:42:55 +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: <1677433219.3cd4184aa9dac4612e1094c36b1959cdbc9c1585.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-9 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: 3cd4184aa9dac4612e1094c36b1959cdbc9c1585 X-VCS-Branch: eapi-9 Date: Sun, 26 Feb 2023 17:42:55 +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: fe25459c-1e47-41ca-800e-1a427f62cec4 X-Archives-Hash: 16de20f9a5ca0d67fd92f8cc09e113f0 commit: 3cd4184aa9dac4612e1094c36b1959cdbc9c1585 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 21 18:57:30 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 26 17:40:19 2023 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3cd4184a EAPI 9: econf matches configure --help output better Bug: https://bugs.gentoo.org/815169 Signed-off-by: Ulrich Müller gentoo.org> eapi-differences.tex | 4 ++++ pkg-mgr-commands.tex | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/eapi-differences.tex b/eapi-differences.tex index 37e59cf..45ba41b 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -141,6 +141,9 @@ Output commands use stdout & \compactfeatureref{output-no-stdout} & \t{econf -{}-disable-static} & \compactfeatureref{econf-options} & No & No & Yes & Yes \\ +\t{econf} better matching of options & \compactfeatureref{econf-options} & + No & No & No & Yes \\ + \t{domo} destination path & \compactfeatureref{domo-path} & \t{\$\{DESTTREE\}} & \t{/usr} & \t{/usr} & \t{/usr} \\ @@ -360,6 +363,7 @@ EAPI 9 is EAPI 8 with the following changes: \begin{compactitem} \item Comments in profiles \t{parent} file, \featureref{parent-comments}. \item Different default EAPI for profiles, \featureref{profile-eapi-default}. +\item \t{econf} matches \t{configure -{}-help} output better, \featureref{econf-options}. \end{compactitem} \ChangeWhenAddingAnEAPI{9} diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 2716faa..eeb0f49 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -347,6 +347,10 @@ commands once the current phase function has returned. is immediately followed by any of the characters \t{[A-Za-z0-9+_.-]}. \end{itemize} + For EAPIs listed in table~\ref{tab:econf-match-end} as matching the end of the option string, + a string in \t{configure -{}-help} output will only match if it is not immediately followed by + any of the characters \t{[A-Za-z0-9+_.-]}. + \ChangeWhenAddingAnEAPI{9} % two places \begin{centertable}{Extra \t{econf} arguments for EAPIs} \label{tab:econf-options-table} @@ -376,6 +380,20 @@ commands once the current phase function has returned. \end{tabular} \end{centertable} + \ChangeWhenAddingAnEAPI{9} + \begin{centertable}{EAPIs matching end of option string in \t{configure -{}-help} output} + \label{tab:econf-match-end} + \begin{tabular}{ll} + \toprule + \multicolumn{1}{c}{\textbf{EAPI}} & + \multicolumn{1}{c}{\textbf{Matches end of option string?}} \\ + \midrule + 0, 1, 2, 3, 4, 5, 6, 7, 8 & No \\ + 9 & Yes \\ + \bottomrule + \end{tabular} + \end{centertable} + Note that the \t{\$\{EPREFIX\}} component represents the same offset-prefix as described in table~\ref{tab:defined-vars}. It facilitates offset-prefix installations which is supported by EAPIs listed in table~\ref{tab:offset-env-vars-table}. When no offset-prefix installation is in