From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NdUg3-0004MI-5D for garchives@archives.gentoo.org; Fri, 05 Feb 2010 20:21:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E83E07CD; Fri, 5 Feb 2010 20:21:15 +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 6E795E07CD for ; Fri, 5 Feb 2010 20:21:15 +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.0/8.13.4) with ESMTP id o15KLBak011121 for ; Fri, 5 Feb 2010 21:21:11 +0100 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.3/8.14.2) with ESMTP id o15KLB6g017289; Fri, 5 Feb 2010 21:21:11 +0100 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.3/8.14.3/Submit) id o15KLBGZ017286; Fri, 5 Feb 2010 21:21:11 +0100 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 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19308.32183.544736.789594@a1i15.kph.uni-mainz.de> Date: Fri, 5 Feb 2010 21:21:11 +0100 To: gentoo-pms@lists.gentoo.org Subject: [gentoo-pms] Re: EXPORT_FUNCTIONS In-Reply-To: <19302.43620.26044.466404@a1i15.kph.uni-mainz.de> References: <19283.1288.750642.339010@a1i15.kph.uni-mainz.de> <82dd739f1001170626o343dfa75qc1fd64621f9645d7@mail.gmail.com> <20100119120625.GB12986@hrair> <19302.43620.26044.466404@a1i15.kph.uni-mainz.de> X-Mailer: VM 8.1.0-beta under 23.1.91.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: ff232948-d8ae-43ed-aa4d-3f1429df494e X-Archives-Hash: 12cd8cbe5a7e2dd11f9e45259f453bc9 >>>>> On Mon, 1 Feb 2010, I wrote: > What is the reason for the following restriction: > "EXPORT_FUNCTIONS must be used at most once per eclass." If nobody knows a reason for it, then I suggest removing of this sentence. Ulrich >From a048b02f31a4c69fcdf0498d49eef9e387f389e3 Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Fri, 5 Feb 2010 21:19:23 +0100 Subject: [PATCH] Remove restriction that EXPORT_FUNCTIONS must be used only once. Signed-off-by: Ulrich Mueller --- eclasses.tex | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/eclasses.tex b/eclasses.tex index 9aeec91..b3ad13b 100644 --- a/eclasses.tex +++ b/eclasses.tex @@ -71,8 +71,6 @@ should the author wish to override it he can access the function in \t{foo.eclas \t{EXPORT\_FUNCTIONS} must only be used on ebuild phase functions. The function that is aliased must be named \t{eclassname\_phasefunctionname}, where \t{eclassname} is the name of the eclass. -\t{EXPORT\_FUNCTIONS} must be used at most once per eclass. - % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en : %%% Local Variables: -- 1.6.6.1