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 1PxMTK-0006SE-To for garchives@archives.gentoo.org; Wed, 09 Mar 2011 16:42:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B2DBE0477; Wed, 9 Mar 2011 16:42:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 23567E0477 for ; Wed, 9 Mar 2011 16:42:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A66711B4080 for ; Wed, 9 Mar 2011 16:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 10C218006E for ; Wed, 9 Mar 2011 16:42:42 +0000 (UTC) From: "Jeremy Olexa" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeremy Olexa" Message-ID: Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/eapi/text.xml X-VCS-Directories: ebuild-writing/eapi/ X-VCS-Committer: darkside X-VCS-Committer-Name: Jeremy Olexa X-VCS-Revision: d7510bbf96280255ad8562d48599a6c63b706803 Date: Wed, 9 Mar 2011 16:42:42 +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: X-Archives-Hash: 35141fc0582f9e7ec1bd76ea210300b3 commit: d7510bbf96280255ad8562d48599a6c63b706803 Author: Jeremy Olexa gentoo org> AuthorDate: Wed Mar 9 16:39:13 2011 +0000 Commit: Jeremy Olexa gentoo org> CommitDate: Wed Mar 9 16:39:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/devmanual.git= ;a=3Dcommit;h=3Dd7510bbf Remove requirement that xz-utils must be installed --- ebuild-writing/eapi/text.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml index 39fc83c..48ad1a9 100644 --- a/ebuild-writing/eapi/text.xml +++ b/ebuild-writing/eapi/text.xml @@ -322,8 +322,7 @@ src_compile() {

unpack supports .xz and .tar.xz

The unpack command supports xz-archives and xz-compressed tar - files. Please note that the ebuild must ensure that - app-arch/xz-utils is installed. + files.