Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] Mention xargs?
Date: Sun, 12 Aug 2012 09:06:13
Message-Id: 20519.28578.237424.284438@a1i15.kph.uni-mainz.de
1 When preparing the list of EAPI 5 features for the upcoming council
2 meeting, I noticed that the eapi-5 branch mentions only GNU find [1]
3 whereas the corresponding bug mentions both find and xargs [2].
4
5 Shouldn't we mention xargs, too?
6
7 Ulrich
8
9 [1] <http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=472690942e14f63f1b1f3a5681976a59539ea3f8>
10 [2] <https://bugs.gentoo.org/show_bug.cgi?id=384157#c2>
11
12 From f9741fb09b19bb0cf232254368617c31f3c22898 Mon Sep 17 00:00:00 2001
13 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@g.o>
14 Date: Sun, 12 Aug 2012 10:55:51 +0200
15 Subject: [PATCH] Require xargs in addition to find.
16
17 ---
18 ebuild-env-commands.tex | 4 ++--
19 1 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex
22 index 1129fa6..d24fc81 100644
23 --- a/ebuild-env-commands.tex
24 +++ b/ebuild-env-commands.tex
25 @@ -29,8 +29,8 @@ The following commands must always be available in the ebuild environment:
26 \item \t{sed} must be available, and must support all forms of invocations valid for GNU sed
27 version 4 or later.
28 \item \t{patch} must be available, and must support all inputs valid for GNU patch.
29 -\item \t{find} must be available, and must support all forms of invocations valid for GNU find
30 - version 4.4 or later. Only for EAPIs listed in table~\ref{tab:system-commands-table} as
31 +\item \t{find} and \t{xargs} must be available, and must support all forms of invocations valid for
32 + GNU find version 4.4 or later. Only for EAPIs listed in table~\ref{tab:system-commands-table} as
33 requiring GNU find. \featurelabel{gnu-find}
34 \end{compactitem}
35
36 --
37 1.7.8.6

Replies

Subject Author
Re: [gentoo-pms] Mention xargs? Ralph Sennhauser <sera@g.o>
[gentoo-pms] Re: Mention xargs? Ulrich Mueller <ulm@g.o>