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 EF67813888F for ; Mon, 19 Oct 2015 16:39:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F046521C00F; Mon, 19 Oct 2015 16:39:09 +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 982FF21C00F for ; Mon, 19 Oct 2015 16:39:09 +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 61985340753 for ; Mon, 19 Oct 2015 16:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31C5D10F6 for ; Mon, 19 Oct 2015 16:39:05 +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: <1445272713.c3029b7a89bbf8b1eddac158a6c2bdbfedcf1bb6.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: c3029b7a89bbf8b1eddac158a6c2bdbfedcf1bb6 X-VCS-Branch: eapi-6 Date: Mon, 19 Oct 2015 16:39:05 +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: 5ece4cc4-dc2d-47d0-8e10-00b5662057da X-Archives-Hash: 0fee547335dfc4add51f59f5dfc4eff4 commit: c3029b7a89bbf8b1eddac158a6c2bdbfedcf1bb6 Author: Ulrich Müller gentoo org> AuthorDate: Mon Oct 19 16:38:00 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Oct 19 16:38:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c3029b7a 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 049de0e..ec02e57 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}