Gentoo Archives: gentoo-commits

From: darkside@g.o
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/
Date: Fri, 04 Feb 2011 17:02:17
Message-Id: b9805301fc71fe9c03497bbfa6bf054cf10b6273.darkside@gentoo
1 commit: b9805301fc71fe9c03497bbfa6bf054cf10b6273
2 Author: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 17:01:18 2011 +0000
4 Commit: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 17:01:18 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=b9805301fc71fe9c03497bbfa6bf054cf10b6273
7
8 EAPI: Move incorrect .xz info to EAPI3
9
10 ---
11 ebuild-writing/eapi/text.xml | 16 ++++------------
12 1 files changed, 4 insertions(+), 12 deletions(-)
13
14 diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
15 index 5718314..97dc48f 100644
16 --- a/ebuild-writing/eapi/text.xml
17 +++ b/ebuild-writing/eapi/text.xml
18 @@ -319,11 +319,11 @@ src_compile() {
19 </p>
20 </li>
21 <li>
22 - <p><b>src_unpack() .tar.xz support</b></p>
23 + <p><b>unpack supports .xz and .tar.xz</b></p>
24 <p>
25 - Support for the <c>.tar.xz</c> format from upstream tarballs.
26 - unpack() in src_unpack() will only operate on a .tar.xz tarball if
27 - the ebuild is EAPI3 aware.
28 + The <c>unpack</c> command supports xz-archives and xz-compressed tar
29 + files. Please note that the ebuilds must ensure that
30 + <c>app-arch/xz-utils</c> are installed.
31 </p>
32 </li>
33 </ul>
34 @@ -396,14 +396,6 @@ src_install() {
35 </p>
36 </li>
37 <li>
38 - <p><b>unpack supports .xz and .tar.xz</b></p>
39 - <p>
40 - The <c>unpack</c> command supports xz-archives and xz-compressed tar
41 - files. Please note that the ebuilds must ensure that
42 - <c>app-arch/xz-utils</c> are installed.
43 - </p>
44 - </li>
45 - <li>
46 <p><b>econf adds --disable-dependency-tracking</b></p>
47 <p>
48 Within EAPI=4, <c>econf</c> adds