From: Zac Medico Date: Thu, 30 Dec 2010 22:14:47 +0000 (-0800) Subject: docbook: EAPI 4_pre1 is 4 (council approved) X-Git-Tag: v2.2.0_alpha11~25 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0cf756c4ddf83a986c804808c9b01e220023a3e0;p=portage.git docbook: EAPI 4_pre1 is 4 (council approved) --- diff --git a/doc/package/ebuild/eapi/4.docbook b/doc/package/ebuild/eapi/4.docbook index ed450984f..bda14348a 100644 --- a/doc/package/ebuild/eapi/4.docbook +++ b/doc/package/ebuild/eapi/4.docbook @@ -1,14 +1,14 @@ -
-EAPI 4_pre1 -
+
+EAPI 4 +
Helpers -
+
Removed dohard and dosed The dohard and dosed helpers from previous EAPIs are no longer available.
-
+
All helpers die on failure All helpers now die automatically whenever some sort of error occurs. @@ -16,7 +16,7 @@ Helper calls may be prefixed with the 'nonfatal' helper in order to prevent errors from being fatal.
-
+
Controllable Compression In EAPI 4, the package manager may optionally compress @@ -60,7 +60,7 @@ multiple times, if an item is a symlink, or if a file is already compressed. The following commands may be used in src_install to alter these lists. It is an error to call any of these functions from any other phase. -
+
docompress helper If the first argument is -x, add each of its subsequent arguments to the @@ -68,27 +68,27 @@ exclusion list. Otherwise, add each argument to the inclusion list.
-
+
dodoc -r The dodoc helper now has a -r option which enables recursion.
-