From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50037138334 for ; Mon, 25 Nov 2019 13:43:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BE35E086A; Mon, 25 Nov 2019 13:43:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65403E086A for ; Mon, 25 Nov 2019 13:43:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16CCD34D381 for ; Mon, 25 Nov 2019 13:43:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F265726C for ; Mon, 25 Nov 2019 13:43:27 +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: <1574679337.8b404a13673c35a1fa7bf4eb4aa2b29e9ce120a2.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-differences.tex ebuild-functions.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8b404a13673c35a1fa7bf4eb4aa2b29e9ce120a2 X-VCS-Branch: master Date: Mon, 25 Nov 2019 13:43:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36adf70c-cbfd-46e7-b7ae-034781cda709 X-Archives-Hash: d6331f974ab906658ec3db017c35f4aa commit: 8b404a13673c35a1fa7bf4eb4aa2b29e9ce120a2 Author: Ulrich Müller gentoo org> AuthorDate: Mon Nov 25 10:55:37 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 25 10:55:37 2019 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=8b404a13 ebuild-functions.tex: Reorder phase functions in table. Ordering corresponding to their call order (except pkg_nofetch). Signed-off-by: Ulrich Müller gentoo.org> eapi-differences.tex | 8 ++++---- ebuild-functions.tex | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eapi-differences.tex b/eapi-differences.tex index 4c22473..bc49a33 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -132,13 +132,13 @@ Parallel tests & \compactfeatureref{parallel-tests} & \t{default_} phase functions & \compactfeatureref{default-phase-funcs} & * & \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure}, - \t{src_compile}, \t{src_install}, \t{src_test} & + \t{src_compile}, \t{src_test}, \t{src_install} & \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure}, - \t{src_compile}, \t{src_install}, \t{src_test} & + \t{src_compile}, \t{src_test}, \t{src_install} & \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure}, - \t{src_compile}, \t{src_install}, \t{src_test} & + \t{src_compile}, \t{src_test}, \t{src_install} & \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure}, - \t{src_compile}, \t{src_install}, \t{src_test} \\ + \t{src_compile}, \t{src_test}, \t{src_install} \\ \t{AA} & \compactfeatureref{aa} & Yes & No & No & No & No \\ diff --git a/ebuild-functions.tex b/ebuild-functions.tex index 10247a8..33c003a 100644 --- a/ebuild-functions.tex +++ b/ebuild-functions.tex @@ -470,7 +470,7 @@ when in the phase in question. 2, 3 & \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure}, \t{src_compile}, \t{src_test} \\ 4, 5, 6, 7 & \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure}, - \t{src_compile}, \t{src_install}, \t{src_test} \\ + \t{src_compile}, \t{src_test}, \t{src_install} \\ \bottomrule \end{tabular} \end{centertable}