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 4E0DB1384B4 for ; Sun, 8 Nov 2015 19:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9775D21C008; Sun, 8 Nov 2015 19:36:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC0DD21C005 for ; Sun, 8 Nov 2015 19:36:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF5B434069F for ; Sun, 8 Nov 2015 19:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB44822CC for ; Sun, 8 Nov 2015 19:36:52 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1447010960.0d2ad45e5083cea349f4c4e4a596e6b03396f24b.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0d2ad45e5083cea349f4c4e4a596e6b03396f24b X-VCS-Branch: eapi-6 Date: Sun, 8 Nov 2015 19:36:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e5b1c56-0acf-4d33-918a-2ca355cce6eb X-Archives-Hash: 9afd8687f8ad97b9319f912c8113fd94 commit: 0d2ad45e5083cea349f4c4e4a596e6b03396f24b Author: Ulrich Müller gentoo org> AuthorDate: Mon Oct 19 16:38:00 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 8 19:29:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=0d2ad45e EAPI 6: eapply_user should be idempotent. pkg-mgr-commands.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index c6b4806..994e4c6 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -159,7 +159,8 @@ Ebuilds must not run any of these commands once the current phase function has r is implementation defined and beyond the scope of this specification. Package managers not supporting it must implement the command as a no-op. Only available in EAPIs listed in table~\ref{tab:patch-commands} as supporting \t{eapply\_user}. In EAPIs where it is supported, - \t{eapply\_user} must be called exactly once in the \t{src\_prepare} phase. + \t{eapply\_user} must be called once in the \t{src\_prepare} phase. For any subsequent calls + the command will do nothing. \end{description} \begin{algorithm}