commit: 561197425c2f43afdbfd2f29343f26ae4d4f7693
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 6 17:37:15 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 17:37:15 2019 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=56119742
pms.bib: Add GLEP 74 to bibliography.
GLEP 74 has replaced GLEP 44, so use it as reference for the Manifest
file.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
pms.bib | 8 ++++++++
tree-layout.tex | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/pms.bib b/pms.bib
index e505418..8b718af 100644
--- a/pms.bib
+++ b/pms.bib
@@ -29,3 +29,11 @@
month = Feb,
url = {https://www.gentoo.org/glep/glep-0068.html}
}
+
+@manual{Glep74,
+ author = {Michał Górny and Robin Hugh Johnson and Ulrich Müller},
+ title = {{GLEP} 74: Full-tree verification using Manifest files},
+ year = 2018,
+ month = Feb,
+ url = {https://www.gentoo.org/glep/glep-0074.html}
+}
diff --git a/tree-layout.tex b/tree-layout.tex
index f84f6f5..80d70d6 100644
--- a/tree-layout.tex
+++ b/tree-layout.tex
@@ -52,7 +52,7 @@ A package directory contains the following:
\item A \t{metadata.xml} file, as described in
appendix~\ref{ch: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{Glep44}. Can be
omitted if the file
+\item A \t{Manifest} file, whose format is described in~\cite{Glep74}. Can be
omitted if the file
would be empty.
\item A \t{files} directory, containing any support files needed by the
ebuilds. Optional.
\end{compactitem}