From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SUzQS-0007H4-LU for garchives@archives.gentoo.org; Thu, 17 May 2012 12:03:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 969D8E0913; Thu, 17 May 2012 12:02:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50BEBE0913 for ; Thu, 17 May 2012 12:02:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B42C51B4014 for ; Thu, 17 May 2012 12:02:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 53790E5431 for ; Thu, 17 May 2012 12:02:24 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1337250689.b7750e67b4772c1064543defb7df6a556f09807b.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-5 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 Mueller X-VCS-Revision: b7750e67b4772c1064543defb7df6a556f09807b X-VCS-Branch: eapi-5 Date: Thu, 17 May 2012 12:02:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 12559bba-7e76-46db-8af8-83a6005943a3 X-Archives-Hash: e9db50c5eceb00d45dabb038e68b0201 commit: b7750e67b4772c1064543defb7df6a556f09807b Author: Ciaran McCreesh googlemail com> AuthorDate: Sun May 6 16:39:22 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu May 17 10:31:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3Db7750e67 EAPI 5 has econf --disable-silent-rules See bug 379497. --- eapi-differences.tex | 4 ++-- pkg-mgr-commands.tex | 20 ++++++++++++-------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 92d369e..4578b73 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -131,7 +131,7 @@ Most utilities die & \compactfeatureref{die-on-failur= e} & Yes & Yes & Yes & Yes & Banned & Banned \\ =20 \t{econf} arguments & \compactfeatureref{econf-options} & - & & & & disable dependency tracking & disable dependency tracking= \\ + & & & & disable dependency tracking & disable dependency tracking= , disable silent rules \\ =20 \t{dodoc -r} & \compactfeatureref{dodoc} & No & No & No & No & Yes & Yes \\ @@ -245,7 +245,7 @@ EAPI 4 is EAPI 3 with the following changes: EAPI 5 is EAPI 4 with the following changes: =20 \begin{compactitem} -\item None +\item \t{econf} adds \t{-{}-disable-silent-rules}, \featureref{econf-opt= ions}. \end{compactitem} =20 \ChangeWhenAddingAnEAPI{5} diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 0a56b99..87b7180 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -147,21 +147,25 @@ has returned. \item -{}-disable-dependency-tracking, if the EAPI is listed in table~\ref{tab:econf-options-table} as using it. This option wil= l only be passed if the string \t{disable-dependency-tracking} occurs in the output of \= t{configure -{}-help}. + \item -{}-disable-silent-rules, if the EAPI is listed in + table~\ref{tab:econf-options-table} as using it. This option wil= l only be passed if the + string \t{disable-silent-rules} occurs in the output of \t{confi= gure -{}-help}. \end{itemize} =20 \ChangeWhenAddingAnEAPI{5} \begin{centertable}{Extra \t{econf} arguments for EAPIs} \label{tab:= econf-options-table} - \begin{tabular}{ l l l } + \begin{tabular}{ l l l l } \toprule \multicolumn{1}{c}{\textbf{EAPI}} & - \multicolumn{1}{c}{\textbf{-{}-disable-dependency-tracki= ng}?} \\ + \multicolumn{1}{c}{\textbf{-{}-disable-dependency-tracki= ng}?} & + \multicolumn{1}{c}{\textbf{-{}-disable-silent-rules}?} \= \ \midrule - \t{0} & No \\ - \t{1} & No \\ - \t{2} & No \\ - \t{3} & No \\ - \t{4} & Yes \\ - \t{5} & Yes \\ + \t{0} & No & No \\ + \t{1} & No & No \\ + \t{2} & No & No \\ + \t{3} & No & No \\ + \t{4} & Yes & No \\ + \t{5} & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable}