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 8D11715ACFB for ; Fri, 14 Apr 2023 16:41:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A88A2E07B2; Fri, 14 Apr 2023 16:41:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 828AAE07B2 for ; Fri, 14 Apr 2023 16:41: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 74962340F56 for ; Fri, 14 Apr 2023 16:40:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEAE2108 for ; Fri, 14 Apr 2023 16:40:57 +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: <1681487605.97a6391f49d9a9ba297da349c021fb00c3067762.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: profiles.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 97a6391f49d9a9ba297da349c021fb00c3067762 X-VCS-Branch: eapi-9 Date: Fri, 14 Apr 2023 16:40:57 +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: c22021db-2219-4b7e-824f-3b02950464cd X-Archives-Hash: aed52ed4f909b077aab67a7a431c3064 commit: 97a6391f49d9a9ba297da349c021fb00c3067762 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 21 18:30:11 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 14 15:53:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=97a6391f profiles.tex: The parent file can contain comments Closes: https://bugs.gentoo.org/470094 Signed-off-by: Ulrich Müller gentoo.org> profiles.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles.tex b/profiles.tex index 30da81b..856643b 100644 --- a/profiles.tex +++ b/profiles.tex @@ -25,7 +25,8 @@ first, left to right, with duplicate parent paths being sourced for every time t It is illegal for a profile's parent tree to contain cycles. Package manager behaviour upon encountering a cycle is undefined. -This file must not contain comments, blank lines or make use of line continuations. +This file must not make use of line continuations. Blank lines and those beginning with a \t{\#} +are discarded. \subsection{The eapi file} \label{sec:profile-eapi} 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 845DE15ACFB for ; Fri, 14 Apr 2023 16:34:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B44EAE07B2; Fri, 14 Apr 2023 16:34:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9963CE07B2 for ; Fri, 14 Apr 2023 16:34:46 +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 AF21D340F4E for ; Fri, 14 Apr 2023 16:34:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F6D0108 for ; Fri, 14 Apr 2023 16:34:43 +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: <1681487605.97a6391f49d9a9ba297da349c021fb00c3067762.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: profiles.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 97a6391f49d9a9ba297da349c021fb00c3067762 X-VCS-Branch: master Date: Fri, 14 Apr 2023 16:34:43 +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: 5563d1ac-2925-4060-a0d7-4a0d5f0021b0 X-Archives-Hash: 197543388cbd21b90fe1a6807361939f Message-ID: <20230414163443.N2K4bQiysYHG-Lw7mCymX6KodnwgbjeMIRa-WmjDdDw@z> commit: 97a6391f49d9a9ba297da349c021fb00c3067762 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 21 18:30:11 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 14 15:53:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=97a6391f profiles.tex: The parent file can contain comments Closes: https://bugs.gentoo.org/470094 Signed-off-by: Ulrich Müller gentoo.org> profiles.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles.tex b/profiles.tex index 30da81b..856643b 100644 --- a/profiles.tex +++ b/profiles.tex @@ -25,7 +25,8 @@ first, left to right, with duplicate parent paths being sourced for every time t It is illegal for a profile's parent tree to contain cycles. Package manager behaviour upon encountering a cycle is undefined. -This file must not contain comments, blank lines or make use of line continuations. +This file must not make use of line continuations. Blank lines and those beginning with a \t{\#} +are discarded. \subsection{The eapi file} \label{sec:profile-eapi}