From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 15257138222 for ; Wed, 4 May 2016 09:13:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70038224173; Wed, 4 May 2016 09:13:24 +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 0C74F224173 for ; Wed, 4 May 2016 09:13:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3DC43409E2 for ; Wed, 4 May 2016 09:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A60CD95C for ; Wed, 4 May 2016 09:13:19 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1462352895.d24b59bd14a563baeb99b8465e4cc3e9b4d22d2b.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/variables/text.xml X-VCS-Directories: ebuild-writing/variables/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: d24b59bd14a563baeb99b8465e4cc3e9b4d22d2b X-VCS-Branch: master Date: Wed, 4 May 2016 09:13:19 +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: 14c52d39-6c64-447e-8be5-821805e6b0ec X-Archives-Hash: 1df7e095aaefc3deb474016723e93113 commit: d24b59bd14a563baeb99b8465e4cc3e9b4d22d2b Author: Göktürk Yüksek binghamton edu> AuthorDate: Wed May 4 08:09:00 2016 +0000 Commit: Göktürk Yüksek binghamton edu> CommitDate: Wed May 4 09:08:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d24b59bd ebuild-writing/variables: add HOME to the list of read-only variables Per PMS Section 11.1 [0], HOME is a read-only environment variable. [0] https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-11900011.1 Signed-off-by: Göktürk Yüksek binghamton.edu> ebuild-writing/variables/text.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index a9671de..ef15347 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -90,6 +90,14 @@ them. + HOME + + Path to a temporary directory for use by any programs invoked by + an ebuild that may read or modify the home directory. Value: + "${PORTAGE_BUILDDIR}/homedir". + + + ROOT Path to the root directory. When not using ${D},