From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QbahM-0001oz-S5 for garchives@archives.gentoo.org; Tue, 28 Jun 2011 15:59:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A4601C0EE; Tue, 28 Jun 2011 15:58:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CA6631C0EE for ; Tue, 28 Jun 2011 15:58:50 +0000 (UTC) Received: from localhost.localdomain (213-238-101-234.adsl.inetia.pl [213.238.101.234]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 49C201B4008; Tue, 28 Jun 2011 15:58:49 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-pms@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-pms] [PATCH] Mention EAPI offset-prefix table in E* vars. Date: Tue, 28 Jun 2011 17:59:15 +0200 Message-Id: <1309276755-13271-1-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.7.6 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org Reply-To: gentoo-pms@lists.gentoo.org X-Archives-Salt: X-Archives-Hash: ce2e89620d8ee3349e533c64e8840b4b For the sake of consistency, mention that offset-prefix variable availability per EAPI is listed in that table. --- ebuild-env-vars.tex | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index c871902..48dacff 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -108,7 +108,8 @@ variable. \t{pkg\_*} & No & Like \t{ROOT}, but with \t{EPREFIX} appended. This is a convenience variable. See also the - \t{EPREFIX} variable. \\ + \t{EPREFIX} variable. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as + supporting \t{EROOT}. \\ \t{T} & All & Partially\footnote{Consistent and preserved across a single connected sequence of install or @@ -132,7 +133,8 @@ variable. calling environment, \t{EPREFIX} defaults to the built-in offset-prefix that was set during installation of the package manager. When a different \t{EPREFIX} value than the built-in value is set in the calling environment, a cross-prefix build is performed where using the existing utilities, a - package is built for the given \t{EPREFIX}, akin to \t{ROOT}. See also~\ref{sec:offset-vars}. \\ + package is built for the given \t{EPREFIX}, akin to \t{ROOT}. See also~\ref{sec:offset-vars}. Only + for EAPIs listed in table~\ref{tab:offset-env-vars-table} as supporting \t{EPREFIX}. \\ \t{D} & \t{src\_install} & No & @@ -147,7 +149,8 @@ variable. \t{src\_install}, \t{pkg\_preinst}, \t{pkg\_postinst} & See \t{D} & Like \t{D}, but with \t{EPREFIX} appended. This is a convenience variable. See also the - \t{EPREFIX} variable. \\ + \t{EPREFIX} variable. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as + supporting \t{ED}. \\ \t{IMAGE}\footnote{Deprecated in favour of \t{D}.} & \t{pkg\_preinst}, \t{pkg\_postinst} & Yes & -- 1.7.6