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 95585139695 for ; Mon, 10 Apr 2017 18:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B804921C1BE; Mon, 10 Apr 2017 18:12:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92FCF21C1BE for ; Mon, 10 Apr 2017 18:12:21 +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 C351334168B for ; Mon, 10 Apr 2017 18:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0474E7446 for ; Mon, 10 Apr 2017 18:12:18 +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: <1487580554.1dd04665efb56e67ee889cc0000ea38974790023.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1dd04665efb56e67ee889cc0000ea38974790023 X-VCS-Branch: eapi-7 Date: Mon, 10 Apr 2017 18:12:18 +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: 7e0d3a74-9052-488d-b20c-e1ad12cad4ff X-Archives-Hash: a355194eb0d93517fc63bce82e5174c8 Message-ID: <20170410181218.fqe-KD89j1BGhVBB8Eyx3XjSe9p0aBZMLiL5AGvCNyQ@z> commit: 1dd04665efb56e67ee889cc0000ea38974790023 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 20 08:49:14 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 20 08:49:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=1dd04665 pkg-mgr-commands.tex: LZMA Utils replaced by XZ Utils. pkg-mgr-commands.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index c370a12..0323904 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -864,9 +864,9 @@ has returned. \item deb packages (\t{*.deb}). Ebuilds must ensure that the deb2targz program is installed on those platforms where the GNU binutils ar program is not available and the installed ar program is incompatible with GNU archives. Otherwise, ebuilds must ensure that GNU binutils is installed. - \item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that LZMA Utils is installed. - \item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that LZMA Utils and - GNU tar are installed. + \item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that XZ Utils is installed. + \item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that XZ 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 \t{.xz}. \item xz-compressed tar files (\t{*.tar.xz, *.txz}). Ebuilds must ensure that XZ Utils and