From 6ea674b66400655cec2cd222cc5cc2121b4ffb2f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 20 Sep 2008 08:17:15 +0000 Subject: Add a "EAPI 2_pre3" section to show what's changed. svn path=/main/trunk/; revision=11523 --- doc/package/ebuild/eapi/2.docbook | 61 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to 'doc/package/ebuild') diff --git a/doc/package/ebuild/eapi/2.docbook b/doc/package/ebuild/eapi/2.docbook index ceec15ccf..ef1038b40 100644 --- a/doc/package/ebuild/eapi/2.docbook +++ b/doc/package/ebuild/eapi/2.docbook @@ -216,6 +216,67 @@ src_compile() { +
+ EAPI 2_pre3 +
+ Metadata +
+ Dependencies +
+ Blocker Atoms +
+ New Meaning for Old Syntax + + Blocker atoms which use the previously existing !atom syntax now have + a slightly different meaning. These blocker atoms indicate that + conflicting packages may be temporarily installed simultaneously. When + temporary simultaneous installation of conflicting packages occurs, the + installation of a newer package may overwrite any colliding files that + belong to an older package which is explicitly blocked. When such file + collisions occur, the colliding files cease to belong to the older + package, and they remain installed after the older package is + eventually uninstalled. The older package is uninstalled only after + any newer blocking packages have been merged on top of it. + +
+
+ New !!atom Syntax + + A new !!atom syntax is now supported, for use in special cases for which + temporary simultaneous installation of conflicting packages should not be + allowed. If a given package happens to be blocked my a mixture of atoms + consisting of both the !atom and !!atom syntaxes, the !!atom syntax takes + precedence over the !atom syntax. + +
+
+
+
+ SRC_URI +
+ Customization of Output File Names + + A new syntax is supported which allows customization of the output + file name for a given URI. In order to customize the output file + name, a given URI should be followed by a "->" operator which, + in turn, should be followed by the desired output file name. As + usual, all tokens, including the operator and output file name, + should be separated by whitespace. + +
+
+
+
+ Phases +
+ New src_prepare Phase Function + + A new src_prepare function is called after the src_unpack + function, with cwd initially set to $S. + +
+
+
EAPI 2 Draft
-- cgit v1.2.3-1-g7c22