From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / Date: Sun, 26 Feb 2023 17:42:54 +0000 (UTC) [thread overview] Message-ID: <1672176477.b3718b21370c2991ff6b2ed76ac7a53af8477d57.ulm@gentoo> (raw) commit: b3718b21370c2991ff6b2ed76ac7a53af8477d57 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 27 21:27:57 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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
WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/pms:master commit in: / Date: Tue, 27 Dec 2022 21:33:27 +0000 (UTC) [thread overview] Message-ID: <1672176477.b3718b21370c2991ff6b2ed76ac7a53af8477d57.ulm@gentoo> (raw) Message-ID: <20221227213327.PgD19VfaxLaPOQ8iHeD-Mt2yK_ioKvUkWGkhrUsvIkI@z> (raw) commit: b3718b21370c2991ff6b2ed76ac7a53af8477d57 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 27 21:27:57 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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
next reply other threads:[~2023-02-26 17:42 UTC|newest] Thread overview: 167+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-02-26 17:42 Ulrich Müller [this message] 2022-12-27 21:33 ` [gentoo-commits] proj/pms:master commit in: / Ulrich Müller -- strict thread matches above, loose matches on Subject: below -- 2025-02-09 20:38 [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-02-09 20:38 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-18 10:18 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-17 18:50 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-18 10:18 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-13 17:25 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-13 17:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-13 17:25 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-09 17:37 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-10 9:56 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:37 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-12-03 17:44 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-12-01 11:30 Ulrich Müller 2024-11-29 16:46 Ulrich Müller 2024-11-22 14:41 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-07-16 9:50 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-06-24 9:10 Ulrich Müller 2024-06-16 19:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-06-16 19:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:55 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-05-14 4:25 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-04-05 14:07 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-02-08 9:43 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-01-01 14:34 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-08-09 17:24 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-08-06 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-06-05 18:45 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-06-05 18:45 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-02-27 11:05 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-09 18:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-01 17:57 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-01 17:57 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-12-17 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-12-14 10:10 Ulrich Müller 2022-12-14 10:10 Ulrich Müller 2022-12-09 19:07 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-10-20 7:06 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-04-07 6:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-08-18 15:53 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-02-21 19:05 Ulrich Müller 2022-02-21 19:05 Ulrich Müller 2022-02-21 19:05 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-07 8:13 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-02-07 8:13 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-03 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-03 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-03 6:56 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-01 17:35 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-08-19 19:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1672176477.b3718b21370c2991ff6b2ed76ac7a53af8477d57.ulm@gentoo \ --to=ulm@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox