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 D074A13997D for ; Mon, 11 Nov 2019 08:19:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05EFDE0968; Mon, 11 Nov 2019 08:19:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DEB9EE0968 for ; Mon, 11 Nov 2019 08:19:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8D38034CB77 for ; Mon, 11 Nov 2019 08:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 179468AC for ; Mon, 11 Nov 2019 08:19:13 +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: <1573061835.561197425c2f43afdbfd2f29343f26ae4d4f7693.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.bib tree-layout.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 561197425c2f43afdbfd2f29343f26ae4d4f7693 X-VCS-Branch: master Date: Mon, 11 Nov 2019 08:19:13 +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: 759106aa-7caf-45c2-8e49-5e15f4e9a799 X-Archives-Hash: ad2f29a2a2be3624c60276dd558c3771 commit: 561197425c2f43afdbfd2f29343f26ae4d4f7693 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 6 17:37:15 2019 +0000 Commit: Ulrich Müller gentoo 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 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}