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 31654138335 for ; Thu, 28 Mar 2019 07:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 233AEE0B4A; Thu, 28 Mar 2019 07:23:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D5A21E0B4A for ; Thu, 28 Mar 2019 07:23:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E3151335C8E for ; Thu, 28 Mar 2019 07:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87B5857B for ; Thu, 28 Mar 2019 07:23:02 +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: <1553442964.4c284a710ad02b49167b4c5ddd4210b3ce304d47.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4c284a710ad02b49167b4c5ddd4210b3ce304d47 X-VCS-Branch: master Date: Thu, 28 Mar 2019 07:23:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1afdc2b2-0a2b-460f-b60d-ed42a6e6cc69 X-Archives-Hash: f10525351f9dff4b696ae1bbdd336aa0 commit: 4c284a710ad02b49167b4c5ddd4210b3ce304d47 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 23 20:32:56 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 24 15:56:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=4c284a71 ebuild-vars.tex: More precise cross references. Where appropriate, refer to the "Dependency Specification Format" section, instead of the "Dependencies" chapter. Signed-off-by: Ulrich Müller gentoo.org> ebuild-vars.tex | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ebuild-vars.tex b/ebuild-vars.tex index bdd0f6b..c1b8b73 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -45,16 +45,17 @@ All ebuilds must define at least the following variables: Ebuilds may define any of the following variables: \begin{description} -\item[EAPI] The EAPI\@. See below. +\item[EAPI] The EAPI\@. See below in section~\ref{sec:eapi}. \item[HOMEPAGE] The URI or URIs for a package's homepage, including protocols. - See section~\ref{sec:dependencies} for full syntax. + See section~\ref{sec:dependency-spec} for full syntax. \item[SRC_URI] A list of source URIs for the package. Valid protocols are \t{http://}, \t{https://}, \t{ftp://} and \t{mirror://} (see section~\ref{sec:thirdpartymirrors} for mirror behaviour). Fetch restricted packages may include URL parts consisting of just a filename. - See section~\ref{sec:dependencies} for full syntax. + See section~\ref{sec:src-uri-behaviour} for description and section~\ref{sec:dependency-spec} + for full syntax. \item[LICENSE] The package's license. Each text token must be a valid license name, as per section~\ref{sec:license-names}, and must correspond to a tree ``licenses/'' entry - (see section~\ref{sec:licenses-dir}). See section~\ref{sec:dependencies} for full syntax. + (see section~\ref{sec:licenses-dir}). See section~\ref{sec:dependency-spec} for full syntax. \label{ebuild-var-LICENSE} \item[KEYWORDS] A whitespace separated list of keywords for the ebuild. Each token must be a valid keyword name, as per section~\ref{sec:keyword-names}. See section~\ref{sec:keywords} for full @@ -70,15 +71,15 @@ Ebuilds may define any of the following variables: the default value of the use flag if no other configuration overrides it. \item[REQUIRED_USE] \featurelabel{required-use} Zero or more assertions that must be met by the configuration of \t{USE} flags to be valid for this ebuild. See section~\ref{sec:required-use} - for description and section~\ref{sec:dependencies} for full syntax. Only in EAPIs listed in + for description and section~\ref{sec:dependency-spec} for full syntax. Only in EAPIs listed in table~\ref{tab:optional-vars-table} as supporting \t{REQUIRED_USE}. \item[PROPERTIES] \featurelabel{properties} Zero or more properties for this package. - See section~\ref{sec:properties} for value meanings and section~\ref{sec:dependencies} for full - syntax. For EAPIs listed in table~\ref{tab:optional-vars-table} as having optional support, + See section~\ref{sec:properties} for value meanings and section~\ref{sec:dependency-spec} for + full syntax. For EAPIs listed in table~\ref{tab:optional-vars-table} as having optional support, ebuilds must not rely upon the package manager recognising or understanding this variable in any way. \item[RESTRICT] Zero or more behaviour restrictions for this package. See section~\ref{sec:restrict} - for value meanings and section~\ref{sec:dependencies} for full syntax. + for value meanings and section~\ref{sec:dependency-spec} for full syntax. \item[DEPEND] See section~\ref{sec:dependencies}. \item[RDEPEND] See section~\ref{sec:dependencies}. For some EAPIs, \t{RDEPEND} has special behaviour for its value if unset and when used with an eclass. See section~\ref{sec:rdepend-depend} for