From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1442883-garchives=archives.gentoo.org@lists.gentoo.org> 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 1C9F1158094 for <garchives@archives.gentoo.org>; Tue, 4 Oct 2022 06:56:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D376E090E; Tue, 4 Oct 2022 06:56:29 +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 35F27E090E for <gentoo-commits@lists.gentoo.org>; Tue, 4 Oct 2022 06:56:29 +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 3984533BECE for <gentoo-commits@lists.gentoo.org>; Tue, 4 Oct 2022 06:56:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8EC35E0 for <gentoo-commits@lists.gentoo.org>; Tue, 4 Oct 2022 06:56:26 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1664866561.9b53e76d502b457efb38e69645ef7f8da5e28190.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: 9b53e76d502b457efb38e69645ef7f8da5e28190 X-VCS-Branch: master Date: Tue, 4 Oct 2022 06:56:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c1fb3b1-717c-4ae9-92c5-300ca155c97e X-Archives-Hash: fec76ac3c6bc8263d8633d14a92fdc86 commit: 9b53e76d502b457efb38e69645ef7f8da5e28190 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Sep 23 13:09:19 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 06:56:01 2022 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=9b53e76d glep-0074: Clarify that DIST entries are specific to PMs Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> glep-0074.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glep-0074.rst b/glep-0074.rst index 7f53302..0a55ad4 100644 --- a/glep-0074.rst +++ b/glep-0074.rst @@ -8,7 +8,7 @@ Type: Standards Track Status: Final Version: 1.3 Created: 2017-10-21 -Last-Modified: 2022-09-21 +Last-Modified: 2022-10-04 Post-History: 2017-10-26, 2017-11-16, 2018-02-08, 2022-09-08, 2022-09-11 Content-Type: text/x-rst Requires: 59, 61 @@ -286,6 +286,9 @@ The Manifest files can specify the following tags: ``DIST`` entries apply to all packages below the Manifest file specifying them. + This entry is specific to package manager use and it is not used + when verifying local directories. + Deprecated Manifest tags ------------------------