From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1283896-garchives=archives.gentoo.org@lists.gentoo.org> 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 52F241382C5 for <garchives@archives.gentoo.org>; Wed, 19 May 2021 15:38:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 876FEE0874; Wed, 19 May 2021 15:38:48 +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 5AC6CE0874 for <gentoo-commits@lists.gentoo.org>; Wed, 19 May 2021 15:38:48 +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 6616E34090F for <gentoo-commits@lists.gentoo.org>; Wed, 19 May 2021 15:38:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D183F78F for <gentoo-commits@lists.gentoo.org>; Wed, 19 May 2021 15:38:45 +0000 (UTC) From: "Ulrich Müller" <ulm@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, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1621436040.88b4d7964342166c6cee231d7f0c829af2d8a9fb.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: 88b4d7964342166c6cee231d7f0c829af2d8a9fb X-VCS-Branch: eapi-8 Date: Wed, 19 May 2021 15:38:45 +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: 068d3b08-9c38-4bfd-bb18-71067da2b0b5 X-Archives-Hash: 0e640e18c2583db2fdacb8b022868dc6 commit: 88b4d7964342166c6cee231d7f0c829af2d8a9fb Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed May 19 14:54:00 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed May 19 14:54:00 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=88b4d796 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 <ulm <AT> gentoo.org> ebuild-vars.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ebuild-vars.tex b/ebuild-vars.tex index cd03882..64951ab 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.