Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@××××××××××.edu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/
Date: Wed, 04 May 2016 09:13:25
Message-Id: 1462352895.d24b59bd14a563baeb99b8465e4cc3e9b4d22d2b.gokturk@gentoo
1 commit: d24b59bd14a563baeb99b8465e4cc3e9b4d22d2b
2 Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
3 AuthorDate: Wed May 4 08:09:00 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
5 CommitDate: Wed May 4 09:08:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d24b59bd
7
8 ebuild-writing/variables: add HOME to the list of read-only variables
9
10 Per PMS Section 11.1 [0], HOME is a read-only environment variable.
11
12 [0] https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-11900011.1
13
14 Signed-off-by: Göktürk Yüksek <gokturk <AT> binghamton.edu>
15
16 ebuild-writing/variables/text.xml | 8 ++++++++
17 1 file changed, 8 insertions(+)
18
19 diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
20 index a9671de..ef15347 100644
21 --- a/ebuild-writing/variables/text.xml
22 +++ b/ebuild-writing/variables/text.xml
23 @@ -90,6 +90,14 @@ them.
24 </ti>
25 </tr>
26 <tr>
27 + <ti><c>HOME</c></ti>
28 + <ti>
29 + Path to a temporary directory for use by any programs invoked by
30 + an ebuild that may read or modify the home directory. Value:
31 + <c>"${PORTAGE_BUILDDIR}/homedir"</c>.
32 + </ti>
33 + </tr>
34 + <tr>
35 <ti><c>ROOT</c></ti>
36 <ti>
37 Path to the root directory. When not using <c>${D}</c>,