Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11494 - main/trunk/doc/package/ebuild/eapi
Date: Thu, 04 Sep 2008 22:39:09
Message-Id: E1KbNTm-0007Ur-4W@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-09-04 22:39:05 +0000 (Thu, 04 Sep 2008)
3 New Revision: 11494
4
5 Modified:
6 main/trunk/doc/package/ebuild/eapi/2.docbook
7 Log:
8 Document EAPI 2 support in the unpack helper function for gitweb snapshots.
9 A patch implementing this feature has been submitted by Daniel Robbins.
10
11
12 Modified: main/trunk/doc/package/ebuild/eapi/2.docbook
13 ===================================================================
14 --- main/trunk/doc/package/ebuild/eapi/2.docbook 2008-09-04 21:34:14 UTC (rev 11493)
15 +++ main/trunk/doc/package/ebuild/eapi/2.docbook 2008-09-04 22:39:05 UTC (rev 11494)
16 @@ -306,7 +306,19 @@
17 </tgroup>
18 </table>
19 </section>
20 + <section id='package-ebuild-eapi-2-draft-helpers-unpack'>
21 + <title>unpack</title>
22 + <section id='package-ebuild-eapi-2-draft-helpers-unpack-gitweb-snapshots'>
23 + <title>Gitweb Snapshots</title>
24 + <para>
25 + To aid interoperatiblity with gitweb, files with the suffixes of ;sf=tbz2
26 + and ;sf=tgz are now treated as .tar.bz2 and .tar.gz archives, respectively.
27 + This allows for ebuilds to consume gitweb snapshots and still use the
28 + default src_unpack implementation.
29 + </para>
30 </section>
31 + </section>
32 + </section>
33 <section id='package-ebuild-eapi-2-draft-metadata'>
34 <title>Metadata</title>
35 <section id='package-ebuild-eapi-2-draft-metadata-dependencies'>