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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE58E158030 for ; Sun, 26 Feb 2023 17:42:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20BB0E086A; Sun, 26 Feb 2023 17:42:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BD29E086A for ; Sun, 26 Feb 2023 17:42:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E4C1340D1D for ; Sun, 26 Feb 2023 17:42:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ACB48CA for ; Sun, 26 Feb 2023 17:42:54 +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: <1672176477.b3718b21370c2991ff6b2ed76ac7a53af8477d57.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: appendices.tex desk-reference.tex tree-layout.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b3718b21370c2991ff6b2ed76ac7a53af8477d57 X-VCS-Branch: eapi-9 Date: Sun, 26 Feb 2023 17:42:54 +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: f5a7eeac-bde9-4fc3-ac2a-585960a77bad X-Archives-Hash: b8a332afeb49cd91327ff8a70118d026 commit: b3718b21370c2991ff6b2ed76ac7a53af8477d57 Author: Ulrich Müller gentoo org> AuthorDate: Tue Dec 27 21:27:57 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Dec 27 21:27:57 2022 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b3718b21 Use "app:" instead of "ch:" for labels in the appendix Signed-off-by: Ulrich Müller gentoo.org> appendices.tex | 2 +- desk-reference.tex | 4 ++-- tree-layout.tex | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appendices.tex b/appendices.tex index a093936..db1dc64 100644 --- a/appendices.tex +++ b/appendices.tex @@ -1,5 +1,5 @@ \chapter{metadata.xml} -\label{ch:metadata-xml} +\label{app:metadata-xml} The \t{metadata.xml} file is used to contain extra package- or category-level information beyond what is stored in ebuild metadata. Its exact format is strictly beyond the scope of this document, diff --git a/desk-reference.tex b/desk-reference.tex index a096032..0bcda38 100644 --- a/desk-reference.tex +++ b/desk-reference.tex @@ -1,12 +1,12 @@ \ifthenelse{\boolean{TEX4HT-HACKS}}{% \chapter{Desk Reference} - \label{ch:cheatsheet} + \label{app:cheatsheet} \href{eapi-cheatsheet.pdf}{EAPI Cheat Sheet} }{% % Make sure that the cheat sheet starts on an odd page \ifthenelse{\isodd{\thepage}}{}{\null\newpage}% \includepdf[pages=-,landscape,turn=false,lastpage=2,% - addtotoc={1,chapter,0,Desk Reference,ch:cheatsheet}]{eapi-cheatsheet} + addtotoc={1,chapter,0,Desk Reference,app:cheatsheet}]{eapi-cheatsheet} } % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en : diff --git a/tree-layout.tex b/tree-layout.tex index aa04d3d..da01ff8 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -29,7 +29,7 @@ Each category provided by the repository (see also: the \t{profiles/categories} section~\ref{sec:profiles-dir}) shall be contained in one directory, whose name shall be that of the category. Each category directory shall contain: \begin{compactitem} -\item A \t{metadata.xml} file, as described in appendix~\ref{ch:metadata-xml}\@. Optional. +\item A \t{metadata.xml} file, as described in appendix~\ref{app:metadata-xml}\@. Optional. \item Zero or more package directories, one for each package in the category, as described in section~\ref{sec:package-dirs}. The name of the package directory shall be the corresponding package name. @@ -51,7 +51,7 @@ A package directory contains the following: \nobreakpar \begin{compactitem} \item Zero or more ebuilds. These are as described in chapter~\ref{ch:ebuild-format} and others. -\item A \t{metadata.xml} file, as described in appendix~\ref{ch:metadata-xml}\@. Optional only for +\item A \t{metadata.xml} file, as described in appendix~\ref{app:metadata-xml}\@. Optional only for legacy support. \item A \t{ChangeLog}, in a format determined by the provider of the repository. Optional. \item A \t{Manifest} file, whose format is described in~\cite{Glep74}. Can be omitted if the file 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25DBD158020 for ; Tue, 27 Dec 2022 21:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49003E0839; Tue, 27 Dec 2022 21:33:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D824E0839 for ; Tue, 27 Dec 2022 21:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A42F3410B6 for ; Tue, 27 Dec 2022 21:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DB63779 for ; Tue, 27 Dec 2022 21:33:27 +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: <1672176477.b3718b21370c2991ff6b2ed76ac7a53af8477d57.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: appendices.tex desk-reference.tex tree-layout.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b3718b21370c2991ff6b2ed76ac7a53af8477d57 X-VCS-Branch: master Date: Tue, 27 Dec 2022 21:33:27 +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: 7775b68f-0261-4a91-817f-209dd3f147e9 X-Archives-Hash: cb97a51abaac26c8d1f6789ab906f12b Message-ID: <20221227213327.PgD19VfaxLaPOQ8iHeD-Mt2yK_ioKvUkWGkhrUsvIkI@z> commit: b3718b21370c2991ff6b2ed76ac7a53af8477d57 Author: Ulrich Müller gentoo org> AuthorDate: Tue Dec 27 21:27:57 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Dec 27 21:27:57 2022 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b3718b21 Use "app:" instead of "ch:" for labels in the appendix Signed-off-by: Ulrich Müller gentoo.org> appendices.tex | 2 +- desk-reference.tex | 4 ++-- tree-layout.tex | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appendices.tex b/appendices.tex index a093936..db1dc64 100644 --- a/appendices.tex +++ b/appendices.tex @@ -1,5 +1,5 @@ \chapter{metadata.xml} -\label{ch:metadata-xml} +\label{app:metadata-xml} The \t{metadata.xml} file is used to contain extra package- or category-level information beyond what is stored in ebuild metadata. Its exact format is strictly beyond the scope of this document, diff --git a/desk-reference.tex b/desk-reference.tex index a096032..0bcda38 100644 --- a/desk-reference.tex +++ b/desk-reference.tex @@ -1,12 +1,12 @@ \ifthenelse{\boolean{TEX4HT-HACKS}}{% \chapter{Desk Reference} - \label{ch:cheatsheet} + \label{app:cheatsheet} \href{eapi-cheatsheet.pdf}{EAPI Cheat Sheet} }{% % Make sure that the cheat sheet starts on an odd page \ifthenelse{\isodd{\thepage}}{}{\null\newpage}% \includepdf[pages=-,landscape,turn=false,lastpage=2,% - addtotoc={1,chapter,0,Desk Reference,ch:cheatsheet}]{eapi-cheatsheet} + addtotoc={1,chapter,0,Desk Reference,app:cheatsheet}]{eapi-cheatsheet} } % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en : diff --git a/tree-layout.tex b/tree-layout.tex index aa04d3d..da01ff8 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -29,7 +29,7 @@ Each category provided by the repository (see also: the \t{profiles/categories} section~\ref{sec:profiles-dir}) shall be contained in one directory, whose name shall be that of the category. Each category directory shall contain: \begin{compactitem} -\item A \t{metadata.xml} file, as described in appendix~\ref{ch:metadata-xml}\@. Optional. +\item A \t{metadata.xml} file, as described in appendix~\ref{app:metadata-xml}\@. Optional. \item Zero or more package directories, one for each package in the category, as described in section~\ref{sec:package-dirs}. The name of the package directory shall be the corresponding package name. @@ -51,7 +51,7 @@ A package directory contains the following: \nobreakpar \begin{compactitem} \item Zero or more ebuilds. These are as described in chapter~\ref{ch:ebuild-format} and others. -\item A \t{metadata.xml} file, as described in appendix~\ref{ch:metadata-xml}\@. Optional only for +\item A \t{metadata.xml} file, as described in appendix~\ref{app:metadata-xml}\@. Optional only for legacy support. \item A \t{ChangeLog}, in a format determined by the provider of the repository. Optional. \item A \t{Manifest} file, whose format is described in~\cite{Glep74}. Can be omitted if the file