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 991DF158012 for ; Mon, 12 Sep 2022 06:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9765E08F3; Mon, 12 Sep 2022 06:21:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B3A3AE08EF for ; Mon, 12 Sep 2022 06:21:00 +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 C4D28340E0A for ; Mon, 12 Sep 2022 06:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EB025D4 for ; Mon, 12 Sep 2022 06:20:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1662635675.2d609f4f49bafeea9a9d8dc822f128a742f06524.mgorny@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0074.rst X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d609f4f49bafeea9a9d8dc822f128a742f06524 X-VCS-Branch: master Date: Mon, 12 Sep 2022 06:20:58 +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: b269b70d-8132-43e2-96c7-0954e921ccdd X-Archives-Hash: 9c0466e0cb42ab9d341ec274a592c7e1 commit: 2d609f4f49bafeea9a9d8dc822f128a742f06524 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 8 08:21:05 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 8 11:14:35 2022 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=2d609f4f glep-0074: Inline Manifest format description Rather than limiting the GLEP to list changes from GLEP 44, include a short inline explanation of the base Manifest format. This makes the standard more standalone, and GLEP 44 did not do a very good job of describing the format either. Signed-off-by: Michał Górny gentoo.org> glep-0074.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/glep-0074.rst b/glep-0074.rst index 0ce7baf..677bf35 100644 --- a/glep-0074.rst +++ b/glep-0074.rst @@ -68,6 +68,12 @@ repurposed as a generic *tag* that could also indicate additional (non-checksum) metadata. Appropriately, those tags can be followed by other space-separated values. +The Manifest file is a line-oriented text file. Every line comprises +a single Manifest entry and consists of one or more fields separated +by a single space character (``U+0020``). The tags and their +corresponding fields are defined in the `modern Manifest tags`_ +and `deprecated Manifest tags`_ sections. + Unless specified otherwise, the paths used in the Manifest files are relative to the directory containing the Manifest file. The paths must not reference the parent directory (``..``). Forward slash (``/``)