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 D6EF51384B4 for ; Tue, 3 Nov 2015 08:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52E4A21C012; Tue, 3 Nov 2015 08:03:28 +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 0517421C012 for ; Tue, 3 Nov 2015 08:03:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACF6A340042 for ; Tue, 3 Nov 2015 08:03:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05B921F3B for ; Tue, 3 Nov 2015 08:03:14 +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: <1446537756.d3962ce8280c33716d88bd65eb321bfaa9293619.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d3962ce8280c33716d88bd65eb321bfaa9293619 X-VCS-Branch: eapi-6 Date: Tue, 3 Nov 2015 08:03:14 +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: 0d6d57ef-da35-48af-9d90-e124a31d453f X-Archives-Hash: 4dc4e2d11645aaf5a16eaaa690af6130 commit: d3962ce8280c33716d88bd65eb321bfaa9293619 Author: Ulrich Müller gentoo org> AuthorDate: Tue Nov 3 08:01:16 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Nov 3 08:02:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=d3962ce8 fixup! Cheat sheet: Update for EAPI 6. eapi-cheatsheet.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index 99de04e..7792d5c 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -350,8 +350,8 @@ differences between these previous EAPIs. \item[Pathnames] Both absolute paths and paths relative to the working directory are accepted as arguments. See \featureref{unpack-absolute}. - \item[\code{.txz} files] Unpacking of \code{.txz} files is now - supported. + \item[\code{.txz} files] Suffix \code{.txz} for xz compressed + tarballs is recognised. See \featureref{unpack-extensions}. \item[Filename case] Character case of filename extensions is ignored.