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 14CB01382C5 for ; Fri, 9 Mar 2018 16:51:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DAE8E08F6; Fri, 9 Mar 2018 16:51:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DF398E08F6 for ; Fri, 9 Mar 2018 16:51:04 +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 78DCD335C0A for ; Fri, 9 Mar 2018 16:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADC9D1CC for ; Fri, 9 Mar 2018 16:51:01 +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: <1520082142.42ee1314dd89baf5a7323e2f763c4e26d1fe99aa.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 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: 42ee1314dd89baf5a7323e2f763c4e26d1fe99aa X-VCS-Branch: eapi-7 Date: Fri, 9 Mar 2018 16:51:01 +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: 128696f0-6a1c-443a-b87e-36e37ca183c8 X-Archives-Hash: 54b41b460e51946990cc763304f58f96 commit: 42ee1314dd89baf5a7323e2f763c4e26d1fe99aa Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 3 13:02:22 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 3 13:02:22 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=42ee1314 EAPI 7: DESTTREE and INSDESTTREE retained as conceptual variables. ebuild-env-vars.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 7836bd9..2207539 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -201,12 +201,14 @@ variable. No & \featurelabel{desttree} Controls the location where \t{dobin}, \t{dolib}, \t{domo}, and \t{dosbin} install things. Only for EAPIs listed in table~\ref{tab:removed-env-vars-table} - as supporting \t{DESTTREE}. \\ + as supporting \t{DESTTREE}. In all other EAPIs, this is retained as a conceptual variable not + exported to the ebuild environment. \\ \t{INSDESTTREE} & \t{src_install} & No & \featurelabel{insdesttree} Controls the location where \t{doins} installs things. Only for EAPIs - listed in table~\ref{tab:removed-env-vars-table} as supporting \t{INSDESTTREE}. \\ + listed in table~\ref{tab:removed-env-vars-table} as supporting \t{INSDESTTREE}. In all other + EAPIs, this is retained as a conceptual variable not exported to the ebuild environment. \\ \t{USE} & All & Yes &