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 BDDA613835A for ; Sat, 22 May 2021 06:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9E54E0848; Sat, 22 May 2021 06:36:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 89BC7E083E for ; Sat, 22 May 2021 06:36:44 +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 47BA3335CEC for ; Sat, 22 May 2021 06:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CC48790 for ; Sat, 22 May 2021 06:36:41 +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: <1621572262.8047ad3e6e2a2701d8e679dc615afd7a52dc95a3.ulm@gentoo> Subject: [gentoo-commits] proj/pms:retroactive commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8047ad3e6e2a2701d8e679dc615afd7a52dc95a3 X-VCS-Branch: retroactive Date: Sat, 22 May 2021 06:36:41 +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: c3f80192-bece-4b4e-abb4-fd2599415187 X-Archives-Hash: 2fe54e2e082e7e5fb8d0a29d2ee0e15f commit: 8047ad3e6e2a2701d8e679dc615afd7a52dc95a3 Author: Ulrich Müller gentoo org> AuthorDate: Wed May 19 14:54:00 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 21 04:44:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=8047ad3e Recognise "test_network" as token in PROPERTIES This was originally proposed as a RESTRICT token for EAPI 8, but implementing it retroactively in PROPERTIES (where it is optional from the spec's point of view) appears to be more feasible. Bug: https://bugs.gentoo.org/553696 Signed-off-by: Ulrich Müller gentoo.org> ebuild-vars.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ebuild-vars.tex b/ebuild-vars.tex index fca8565..bbd286f 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -225,6 +225,8 @@ The following tokens are permitted inside \t{PROPERTIES}: \item[interactive] The package may require interaction with the user via the tty. \item[live] The package uses ``live'' source code that may vary each time that the package is installed. +\item[test_network] The package manager may run tests that require an internet connection, even if + the ebuild has \t{RESTRICT=test}. \end{description} Package managers may recognise other tokens. Ebuilds may not rely upon any token being supported. 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 BA81F1382C5 for ; Sat, 22 May 2021 06:36:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E1DEE0858; Sat, 22 May 2021 06:36:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 06778E0858 for ; Sat, 22 May 2021 06:36:56 +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 07BDA335D53 for ; Sat, 22 May 2021 06:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B21A5790 for ; Sat, 22 May 2021 06:36:53 +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: <1621572262.8047ad3e6e2a2701d8e679dc615afd7a52dc95a3.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8047ad3e6e2a2701d8e679dc615afd7a52dc95a3 X-VCS-Branch: eapi-8 Date: Sat, 22 May 2021 06:36:53 +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: 0ebc746e-8c90-4611-a394-32d7bb3c59af X-Archives-Hash: 88cf9acc00b8fb1d10a7e1363d02f4b5 Message-ID: <20210522063653.W0X5vzPlCXErd5jYVmLlDOmXexbU6OKua2_YJO3RsQE@z> commit: 8047ad3e6e2a2701d8e679dc615afd7a52dc95a3 Author: Ulrich Müller gentoo org> AuthorDate: Wed May 19 14:54:00 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 21 04:44:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=8047ad3e Recognise "test_network" as token in PROPERTIES This was originally proposed as a RESTRICT token for EAPI 8, but implementing it retroactively in PROPERTIES (where it is optional from the spec's point of view) appears to be more feasible. Bug: https://bugs.gentoo.org/553696 Signed-off-by: Ulrich Müller gentoo.org> ebuild-vars.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ebuild-vars.tex b/ebuild-vars.tex index fca8565..bbd286f 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -225,6 +225,8 @@ The following tokens are permitted inside \t{PROPERTIES}: \item[interactive] The package may require interaction with the user via the tty. \item[live] The package uses ``live'' source code that may vary each time that the package is installed. +\item[test_network] The package manager may run tests that require an internet connection, even if + the ebuild has \t{RESTRICT=test}. \end{description} Package managers may recognise other tokens. Ebuilds may not rely upon any token being supported.