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 9E1EA1580B2 for ; Fri, 3 Sep 2021 15:26:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD31E088F; Fri, 3 Sep 2021 15:26:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C0599E088F for ; Fri, 3 Sep 2021 15:26:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CD377335D0F for ; Fri, 3 Sep 2021 15:26:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 851218E for ; Fri, 3 Sep 2021 15:26:25 +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: <1630682665.823cc48478a0bb108baa03f0e33e5f77824e5db2.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 823cc48478a0bb108baa03f0e33e5f77824e5db2 X-VCS-Branch: master Date: Fri, 3 Sep 2021 15:26:25 +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: f8617ecd-a5e5-4857-9ac7-34b59da46ca0 X-Archives-Hash: 8b6e0cf23dcb0ddd925aa8d55c0891e4 commit: 823cc48478a0bb108baa03f0e33e5f77824e5db2 Author: Ulrich Müller gentoo org> AuthorDate: Fri Sep 3 15:24:25 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Sep 3 15:24:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=823cc484 eapi-cheatsheet.tex: Delete trailing whitespace Signed-off-by: Ulrich Müller gentoo.org> eapi-cheatsheet.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index c333b32..8c379bc 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -556,7 +556,7 @@ differences between these previous EAPIs. to configure, respectively. See \featureref{econf-options}. \item[\code{dosym}] With the new option \code{-r}, an absolute path specified for the link target will be converted to a path - relative to the link location. See \featureref{dosym-relative}. + relative to the link location. See \featureref{dosym-relative}. \item[\code{insopts}] Commands \code{doconfd}, \code{doenvd}, \code{doheader} install files with fixed mode 0644, i.\,e.\ they are no longer affected by \code{insopts}. 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 507BE15808B for ; Mon, 14 Feb 2022 07:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E337CE086C; Mon, 14 Feb 2022 07:29:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C9E32E086C for ; Mon, 14 Feb 2022 07:29:49 +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 3A324343200 for ; Mon, 14 Feb 2022 07:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2F052E7 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: <1630682665.823cc48478a0bb108baa03f0e33e5f77824e5db2.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 823cc48478a0bb108baa03f0e33e5f77824e5db2 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: cfddbc4c-1893-45dd-b34b-fc6e8abd8abd X-Archives-Hash: ccc7cf4258f31fc3029fdc835e7da1c4 Message-ID: <20220214072945.bwAWk0INzzKNo24K-j9PqQ-cTZfc_F5dfupGdN6-QAw@z> commit: 823cc48478a0bb108baa03f0e33e5f77824e5db2 Author: Ulrich Müller gentoo org> AuthorDate: Fri Sep 3 15:24:25 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Sep 3 15:24:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=823cc484 eapi-cheatsheet.tex: Delete trailing whitespace Signed-off-by: Ulrich Müller gentoo.org> eapi-cheatsheet.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index c333b32..8c379bc 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -556,7 +556,7 @@ differences between these previous EAPIs. to configure, respectively. See \featureref{econf-options}. \item[\code{dosym}] With the new option \code{-r}, an absolute path specified for the link target will be converted to a path - relative to the link location. See \featureref{dosym-relative}. + relative to the link location. See \featureref{dosym-relative}. \item[\code{insopts}] Commands \code{doconfd}, \code{doenvd}, \code{doheader} install files with fixed mode 0644, i.\,e.\ they are no longer affected by \code{insopts}.