Gentoo Archives: gentoo-pms

From: "Michał Górny" <mgorny@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-pms] [PATCH] Drop redundant failure behaviour info from dohard/dosed.
Date: Sat, 25 Jun 2011 18:25:37
Message-Id: 1309026348-16223-1-git-send-email-mgorny@gentoo.org
1 As both of these functions are banned in EAPI 4, the failure behaviour
2 is consistent across all non-banned EAPIs.
3 ---
4 pkg-mgr-commands.tex | 6 ++----
5 1 files changed, 2 insertions(+), 4 deletions(-)
6
7 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
8 index 6b53737..10566fa 100644
9 --- a/pkg-mgr-commands.tex
10 +++ b/pkg-mgr-commands.tex
11 @@ -266,8 +266,7 @@ function has returned.
12
13 \item[dohard] Takes two parameters. Creates a hardlink from the second to the first. In EAPIs
14 listed in table~\ref{tab:banned-commands-table}, this command is banned as per
15 - section~\ref{sec:banned-commands}. Failure behaviour is EAPI dependent as per
16 - section~\ref{sec:failure-behaviour}.
17 + section~\ref{sec:banned-commands}.
18
19 \item[dohtml] Installs the given HTML files into a subdirectory under \t{/usr/share/doc/\$PF/}.
20 The subdirectory is \t{html} by default, but this can be overridden by setting the \t{DOCDESTTREE}
21 @@ -630,8 +629,7 @@ has returned.
22 the current expression is set to the text of the argument. The initial value of the expression is
23 \t{s:\$\{ED\}::g} in offset-prefix aware EAPIs and \t{s:\$\{D\}::g} in offset-prefix agnostic
24 EAPIs. In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as per
25 - section~\ref{sec:banned-commands}. Failure behaviour is EAPI dependent as per
26 - section~\ref{sec:failure-behaviour}.
27 + section~\ref{sec:banned-commands}.
28
29 \item[unpack] Unpacks one or more source archives, in order, into the current directory. After
30 unpacking, must ensure that all filesystem objects inside the current working directory (but not
31 --
32 1.7.5.3