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 1PlP30-00061c-Nw for garchives@archives.gentoo.org; Fri, 04 Feb 2011 17:02:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85E96E09B7; Fri, 4 Feb 2011 17:02:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 57684E09B7 for ; Fri, 4 Feb 2011 17:02:06 +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 B087F1B4022 for ; Fri, 4 Feb 2011 17:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 191948006A for ; Fri, 4 Feb 2011 17:02:05 +0000 (UTC) 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: b9805301fc71fe9c03497bbfa6bf054cf10b6273 Date: Fri, 4 Feb 2011 17:02:05 +0000 (UTC) From: darkside@gentoo.org 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: cb6c90be72e6c26c910af7d6df267f3c commit: b9805301fc71fe9c03497bbfa6bf054cf10b6273 Author: Jeremy Olexa gentoo org> AuthorDate: Fri Feb 4 17:01:18 2011 +0000 Commit: Jeremy Olexa gentoo org> CommitDate: Fri Feb 4 17:01:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/devmanual.git= ;a=3Dcommit;h=3Db9805301fc71fe9c03497bbfa6bf054cf10b6273 EAPI: Move incorrect .xz info to EAPI3 --- ebuild-writing/eapi/text.xml | 16 ++++------------ 1 files changed, 4 insertions(+), 12 deletions(-) diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml index 5718314..97dc48f 100644 --- a/ebuild-writing/eapi/text.xml +++ b/ebuild-writing/eapi/text.xml @@ -319,11 +319,11 @@ src_compile() {

  • -

    src_unpack() .tar.xz support

    +

    unpack supports .xz and .tar.xz

    - Support for the .tar.xz format from upstream tarballs. - unpack() in src_unpack() will only operate on a .tar.xz tarball if - the ebuild is EAPI3 aware. + The unpack command supports xz-archives and xz-compressed tar + files. Please note that the ebuilds must ensure that + app-arch/xz-utils are installed.

  • @@ -396,14 +396,6 @@ src_install() {

  • -

    unpack supports .xz and .tar.xz

    -

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

    -
  • -
  • econf adds --disable-dependency-tracking

    Within EAPI=3D4, econf adds