From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5F40813800E for ; Sun, 12 Aug 2012 09:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02577E049A for ; Sun, 12 Aug 2012 09:06:12 +0000 (UTC) Received: from a1iwww1.kph.uni-mainz.de (a1iwww1.kph.uni-mainz.de [134.93.134.1]) by pigeon.gentoo.org (Postfix) with ESMTP id A5E3FE0552 for ; Sun, 12 Aug 2012 08:56:04 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.4/8.13.4) with ESMTP id q7C8u3Y9012865 for ; Sun, 12 Aug 2012 10:56:03 +0200 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.5/8.14.2) with ESMTP id q7C8u2jk030612; Sun, 12 Aug 2012 10:56:03 +0200 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.5/8.14.5/Submit) id q7C8u2cT030609; Sun, 12 Aug 2012 10:56:02 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org Reply-To: gentoo-pms@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20519.28578.237424.284438@a1i15.kph.uni-mainz.de> Date: Sun, 12 Aug 2012 10:56:02 +0200 To: gentoo-pms@lists.gentoo.org Subject: [gentoo-pms] Mention xargs? X-Mailer: VM 8.2.0b under 23.4.2 (x86_64-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: bad7188a-668a-44c5-b98f-d0d16b2e5c71 X-Archives-Hash: b5504e77517a8da91f232f6276c15f0f When preparing the list of EAPI 5 features for the upcoming council meeting, I noticed that the eapi-5 branch mentions only GNU find [1] whereas the corresponding bug mentions both find and xargs [2]. Shouldn't we mention xargs, too? Ulrich [1] [2] >From f9741fb09b19bb0cf232254368617c31f3c22898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 12 Aug 2012 10:55:51 +0200 Subject: [PATCH] Require xargs in addition to find. --- ebuild-env-commands.tex | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex index 1129fa6..d24fc81 100644 --- a/ebuild-env-commands.tex +++ b/ebuild-env-commands.tex @@ -29,8 +29,8 @@ The following commands must always be available in the ebuild environment: \item \t{sed} must be available, and must support all forms of invocations valid for GNU sed version 4 or later. \item \t{patch} must be available, and must support all inputs valid for GNU patch. -\item \t{find} must be available, and must support all forms of invocations valid for GNU find - version 4.4 or later. Only for EAPIs listed in table~\ref{tab:system-commands-table} as +\item \t{find} and \t{xargs} must be available, and must support all forms of invocations valid for + GNU find version 4.4 or later. Only for EAPIs listed in table~\ref{tab:system-commands-table} as requiring GNU find. \featurelabel{gnu-find} \end{compactitem} -- 1.7.8.6