From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BFDB513888F for ; Thu, 15 Oct 2015 10:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 597B621C02B; Thu, 15 Oct 2015 10:43:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD75B21C02B for ; Thu, 15 Oct 2015 10:43:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE09D340ABF for ; Thu, 15 Oct 2015 10:43:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D155210E9 for ; Thu, 15 Oct 2015 10:43:07 +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: <1444895299.730d59cc74a05caf4326f75c732d1a80b92efac6.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 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: 730d59cc74a05caf4326f75c732d1a80b92efac6 X-VCS-Branch: eapi-6 Date: Thu, 15 Oct 2015 10:43:07 +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-Archives-Salt: 6fff6e25-d276-4fea-a299-495e8caa29ca X-Archives-Hash: 22991dc36fcf392e867a22309d32cc43 commit: 730d59cc74a05caf4326f75c732d1a80b92efac6 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 16 15:13:33 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Oct 15 07:48:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=730d59cc EAPI 6: unpack supports txz. Bug: 458102 eapi-differences.tex | 6 +++++- pkg-mgr-commands.tex | 18 +++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 27c1ee6..4959819 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -222,9 +222,12 @@ Controllable compression & \compactfeatureref{docompress} & \t{unpack} absolute paths & \compactfeatureref{unpack-absolute} & No & No & No & No & Yes \\ -\t{unpack} support for \t{xz}? & \compactfeatureref{unpack-extensions} & +\t{unpack} support for \t{xz} & \compactfeatureref{unpack-extensions} & No & Yes & Yes & Yes & Yes \\ +\t{unpack} support for \t{txz} & \compactfeatureref{unpack-extensions} & + No & No & No & No & Yes \\ + \t{default} function & \compactfeatureref{default-func} & * & Yes & Yes & Yes & Yes \\ @@ -345,6 +348,7 @@ EAPI 6 is EAPI 5 with the following changes: \item \t{econf} adds \t{-{}-docdir} and \t{-{}-htmldir}, \featureref{econf-options}. \item \t{in\_iuse} support, \featureref{in-iuse}. \item \t{unpack} supports absolute and relative paths, \featureref{unpack-absolute}. +\item \t{unpack} supports \t{.txz}, \featureref{unpack-extensions}. \end{compactitem} \ChangeWhenAddingAnEAPI{6} diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index c16745a..8e8d191 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -869,9 +869,10 @@ has returned. \item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that LZMA Utils and GNU tar are installed. \item xz-compressed files (\t{*.xz}). Ebuilds must ensure that XZ Utils is installed. Only for - EAPIs listed in table~\ref{tab:unpack-extensions-table} as supporting xz. - \item xz-compressed tar files (\t{*.tar.xz}). Ebuilds must ensure that XZ Utils and GNU tar are - installed. Only for EAPIs listed in table~\ref{tab:unpack-extensions-table} as supporting xz. + EAPIs listed in table~\ref{tab:unpack-extensions-table} as supporting \t{.xz}. + \item xz-compressed tar files (\t{*.tar.xz, *.txz}). Ebuilds must ensure that XZ Utils and + GNU tar are installed. Only for EAPIs listed in table~\ref{tab:unpack-extensions-table} as + supporting \t{.tar.xz} or \t{.txz}. \end{itemize} It is up to the ebuild to ensure that the relevant external utilities are available, whether by being in the system set or via dependencies. @@ -893,13 +894,16 @@ has returned. \ChangeWhenAddingAnEAPI{6} \begin{centertable}{\t{unpack} extensions for EAPIs} \label{tab:unpack-extensions-table} - \begin{tabular}{ l l } + \begin{tabular}{ l l l l } \toprule \multicolumn{1}{c}{\textbf{EAPI}} & - \multicolumn{1}{c}{\textbf{\t{.xz} and \t{.tar.xz}?}} \\ + \multicolumn{1}{c}{\textbf{\t{.xz}?}} & + \multicolumn{1}{c}{\textbf{\t{.tar.xz}?}} & + \multicolumn{1}{c}{\textbf{\t{.txz}?}} \\ \midrule - 0, 1, 2 & No \\ - 3, 4, 5, 6 & Yes \\ + 0, 1, 2 & No & No & No \\ + 3, 4, 5 & Yes & Yes & No \\ + 6 & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable}