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 A0D1C139694 for ; Tue, 11 Apr 2017 17:25:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21FFAE0E1E; Tue, 11 Apr 2017 17:25:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3DE3E0E1E for ; Tue, 11 Apr 2017 17:25:52 +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 CC55D341674 for ; Tue, 11 Apr 2017 17:25:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CF3469BC for ; Tue, 11 Apr 2017 17:25:49 +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: <1491929700.7a04d1e8577ec052e8309b1daf1d96ddeea40fa7.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-env-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7a04d1e8577ec052e8309b1daf1d96ddeea40fa7 X-VCS-Branch: master Date: Tue, 11 Apr 2017 17:25:49 +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: c5bde6b9-7ced-487c-939e-27e873babfb5 X-Archives-Hash: f2f9cd8068ae62adc6190c2598961659 commit: 7a04d1e8577ec052e8309b1daf1d96ddeea40fa7 Author: Ulrich Müller gentoo org> AuthorDate: Tue Apr 11 16:55:00 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Apr 11 16:55:00 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=7a04d1e8 Revert "WORKDIR and S have the same scope as FILESDIR and DISTDIR." This reverts commit 65d38361a953c0b6da4cc192d8727b0d6f1c64cc. ebuild-env-vars.tex | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index d8ccd6c..1e155f5 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -95,18 +95,6 @@ variable. Ditto & Yes & The full path to the directory in which the files in the \t{A} variable are stored. \\ -\t{WORKDIR} & - Ditto & - Yes & - The full path to the ebuild's working directory, where all build data should be contained.% - \label{env-var-WORKDIR} \\ -\t{S} & - Ditto & - Yes & - The full path to the temporary build directory, used by \t{src\_compile}, \t{src\_install} etc. - Defaults to \t{\$\{WORKDIR\}/\$\{P\}}. May be modified by ebuilds. If \t{S} is assigned in the - global scope of an ebuild, then the restrictions of section~\ref{sec:ebuild-env-state} for - global variables apply. \\ \t{PORTDIR} & \t{src\_*} & No & @@ -202,6 +190,18 @@ variable. was executed by the package manager. May be unset or any single word that is not any of the above when the ebuild is being sourced for other (e.\,g.\ metadata or QA) purposes. Only for EAPIs listed in table~\ref{tab:added-env-vars-table} as supporting \t{EBUILD\_PHASE\_FUNC}. \\ +\t{WORKDIR} & + \t{src\_*}, global~scope & + Yes & + The full path to the ebuild's working directory, in which all build data should be + contained. \label{env-var-WORKDIR} \\ +\t{S} & + \t{src\_*} & + Yes & + The full path to the temporary build directory, used by \t{src\_compile}, \t{src\_install} etc. + Defaults to \t{\$\{WORKDIR\}/\$\{P\}}. May be modified by ebuilds. If \t{S} is assigned in the + global scope of an ebuild, then the restrictions of section~\ref{sec:ebuild-env-state} for + global variables apply. \\ \t{KV} & All & Yes &