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 F33311394EF for ; Fri, 28 Oct 2016 14:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9433A21C039; Fri, 28 Oct 2016 14:22:00 +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 7BA1A21C039 for ; Fri, 28 Oct 2016 14:22:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2A44C3413A6 for ; Fri, 28 Oct 2016 14:21:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6007308 for ; Fri, 28 Oct 2016 14:21:56 +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: <1477433259.0a988afa7e59e6b12b23adc19d9661b7bb3c0529.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: 0a988afa7e59e6b12b23adc19d9661b7bb3c0529 X-VCS-Branch: master Date: Fri, 28 Oct 2016 14:21:56 +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: c06df54c-b1fe-4f5f-8232-7af5477db79e X-Archives-Hash: 469f87deb85752469a0e51ee756cb753 commit: 0a988afa7e59e6b12b23adc19d9661b7bb3c0529 Author: Göktürk Yüksek gentoo org> AuthorDate: Tue Oct 25 22:07:39 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Tue Oct 25 22:07:39 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0a988afa ebuild-writing/variables: add brief explanations for EPREFIX, ED, EROOT Briefly mention the variables EPREFIX, ED, and EROOT by using the definitions from the PMS. ebuild-writing/variables/text.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index a82220e..eb8770d 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -113,6 +113,24 @@ for these variables when writing ebuilds. fetched for the package are stored. + + EPREFIX + + The normalised offset-prefix path of an offset installation. + + + + ED + + Shorthand for ${D%/}${EPREFIX}/. + + + + EROOT + + Shorthand for ${ROOT%/}${EPREFIX}/. + +