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 D9DBF15808C for ; Mon, 14 Feb 2022 07:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB9FE083E; Mon, 14 Feb 2022 07:29:47 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A94EDE083E for ; Mon, 14 Feb 2022 07:29:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AA393343207 for ; Mon, 14 Feb 2022 07:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F1362D6 for ; Mon, 14 Feb 2022 07:29:45 +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: <1629200708.edae70c9cc4b936670151088e9e97c51331b6440.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: edae70c9cc4b936670151088e9e97c51331b6440 X-VCS-Branch: eapi-9 Date: Mon, 14 Feb 2022 07:29:45 +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: 34819554-87f0-4513-b22a-cc1550dfb4e1 X-Archives-Hash: f35d5d8f98ecfeb6d99fc7c711e06fc3 commit: edae70c9cc4b936670151088e9e97c51331b6440 Author: Ulrich Müller gentoo org> AuthorDate: Tue Aug 17 11:45:08 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Aug 17 11:45:08 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=edae70c9 profiles.tex: Don't use \verb Signed-off-by: Ulrich Müller gentoo.org> profiles.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles.tex b/profiles.tex index d6e8649..30da81b 100644 --- a/profiles.tex +++ b/profiles.tex @@ -49,7 +49,7 @@ This file must not contain comments or make use of line continuations. This file is unusual in that it is not combined at a file level with the parent---instead, each variable is combined or overridden individually as described in section~\ref{sec:profile-variables}. -The file itself is a line-based key-value format. Each line contains a single \verb|VAR="value"| +The file itself is a line-based key-value format. Each line contains a single \t{VAR="value"} entry, where the value must be double quoted. A variable name must start with one of \t{a-zA-Z} and may contain \t{a-zA-Z0-9_} only. Additional syntax, which is a small subset of bash syntax, is allowed as follows: 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 7CBF7158F56 for ; Tue, 17 Aug 2021 11:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91C81E077D; Tue, 17 Aug 2021 11:45:45 +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 101E6E077D for ; Tue, 17 Aug 2021 11:45:45 +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 E8CD233BE66 for ; Tue, 17 Aug 2021 11:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A963858 for ; Tue, 17 Aug 2021 11:45:42 +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: <1629200708.edae70c9cc4b936670151088e9e97c51331b6440.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: edae70c9cc4b936670151088e9e97c51331b6440 X-VCS-Branch: master Date: Tue, 17 Aug 2021 11:45:42 +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: dfc914bd-b4af-4f8b-9390-0f6db90bba2c X-Archives-Hash: 32ee5c7466373616a6eb3153c9b73ae5 Message-ID: <20210817114542.-sW4H4Mspq-PU5_OqTV4x3V2bAYSxvsClsc39nshA5Q@z> commit: edae70c9cc4b936670151088e9e97c51331b6440 Author: Ulrich Müller gentoo org> AuthorDate: Tue Aug 17 11:45:08 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Aug 17 11:45:08 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=edae70c9 profiles.tex: Don't use \verb Signed-off-by: Ulrich Müller gentoo.org> profiles.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles.tex b/profiles.tex index d6e8649..30da81b 100644 --- a/profiles.tex +++ b/profiles.tex @@ -49,7 +49,7 @@ This file must not contain comments or make use of line continuations. This file is unusual in that it is not combined at a file level with the parent---instead, each variable is combined or overridden individually as described in section~\ref{sec:profile-variables}. -The file itself is a line-based key-value format. Each line contains a single \verb|VAR="value"| +The file itself is a line-based key-value format. Each line contains a single \t{VAR="value"} entry, where the value must be double quoted. A variable name must start with one of \t{a-zA-Z} and may contain \t{a-zA-Z0-9_} only. Additional syntax, which is a small subset of bash syntax, is allowed as follows: