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 808AD138359 for ; Tue, 7 Jul 2020 07:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72F17E088C; Tue, 7 Jul 2020 07:55:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 542F8E088C for ; Tue, 7 Jul 2020 07:55:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AB12D34F241 for ; Tue, 7 Jul 2020 07:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CB1A290 for ; Tue, 7 Jul 2020 07:55:12 +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: <1594108320.b0127163c5cb1fdd5f0c2f27135c20c90b0dca26.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b0127163c5cb1fdd5f0c2f27135c20c90b0dca26 X-VCS-Branch: master Date: Tue, 7 Jul 2020 07:55:12 +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: 22088897-1b66-4ee3-9d6a-2b22faf6634d X-Archives-Hash: 9d2be29d14cdc48eb0d1e4412554d3f0 commit: b0127163c5cb1fdd5f0c2f27135c20c90b0dca26 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jul 7 07:52:00 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jul 7 07:52:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b0127163 Cheat sheet: Update ESYSROOT, following PMS. Signed-off-by: Ulrich Müller gentoo.org> eapi-cheatsheet.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index 98300c0..d4abb1a 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -433,8 +433,8 @@ differences between these previous EAPIs. \item[\code{SYSROOT}] The path to the root directory for \code{DEPEND} type dependencies. See \featureref{sysroot}. - \item[\code{ESYSROOT}] The concatenation of the \code{SYSROOT} - and \code{EPREFIX} paths, for convenience. + \item[\code{ESYSROOT}] The concatenation of \code{SYSROOT} and + the applicable offset-prefix. See \featureref{sysroot}. \item[\code{BROOT}] The prefixed root directory path for \code{BDEPEND} type dependencies, typically executable build tools. 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 5403413835A for ; Thu, 13 May 2021 11:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEC02E08ED; Thu, 13 May 2021 11:42:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 97073E08ED for ; Thu, 13 May 2021 11:42:29 +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 AAC6B33BEB8 for ; Thu, 13 May 2021 11:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2DC3787 for ; Thu, 13 May 2021 11:42:25 +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: <1594108320.b0127163c5cb1fdd5f0c2f27135c20c90b0dca26.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b0127163c5cb1fdd5f0c2f27135c20c90b0dca26 X-VCS-Branch: eapi-8 Date: Thu, 13 May 2021 11:42:25 +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: f8b801ac-23e4-4d28-9e8d-870077a9d182 X-Archives-Hash: 9afcc31836e8c65a4882bbcad4adb53c Message-ID: <20210513114225.LvYWg2Ohge3O7UzvFWHloKpgV4pQxoaJIZEP6sNtTJ4@z> commit: b0127163c5cb1fdd5f0c2f27135c20c90b0dca26 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jul 7 07:52:00 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jul 7 07:52:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b0127163 Cheat sheet: Update ESYSROOT, following PMS. Signed-off-by: Ulrich Müller gentoo.org> eapi-cheatsheet.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index 98300c0..d4abb1a 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -433,8 +433,8 @@ differences between these previous EAPIs. \item[\code{SYSROOT}] The path to the root directory for \code{DEPEND} type dependencies. See \featureref{sysroot}. - \item[\code{ESYSROOT}] The concatenation of the \code{SYSROOT} - and \code{EPREFIX} paths, for convenience. + \item[\code{ESYSROOT}] The concatenation of \code{SYSROOT} and + the applicable offset-prefix. See \featureref{sysroot}. \item[\code{BROOT}] The prefixed root directory path for \code{BDEPEND} type dependencies, typically executable build tools.