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 DA19E15808F for ; Thu, 24 Feb 2022 11:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A5A9E0863; Thu, 24 Feb 2022 11:10:25 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E205AE085B for ; Thu, 24 Feb 2022 11:10:24 +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 2E8E8342EC7 for ; Thu, 24 Feb 2022 11:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE84730F for ; Thu, 24 Feb 2022 11:10:18 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1645632119.08819e2c0d3643729488b2236d191d27303e62af.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/extension-manager/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gnome-extra/extension-manager/extension-manager-9999.ebuild X-VCS-Directories: gnome-extra/extension-manager/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 08819e2c0d3643729488b2236d191d27303e62af X-VCS-Branch: master Date: Thu, 24 Feb 2022 11:10:18 +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: 5c4ef2c0-4c9a-4b3f-8e53-3b50d43c7b43 X-Archives-Hash: 98cc7198b178ea743ebf0b4615f73c2c commit: 08819e2c0d3643729488b2236d191d27303e62af Author: Yuan Liao gmail com> AuthorDate: Wed Feb 23 15:18:01 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Wed Feb 23 16:01:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08819e2c gnome-extra/extension-manager: Add comments about the package's tests Signed-off-by: Yuan Liao gmail.com> .../extension-manager/extension-manager-9999.ebuild | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gnome-extra/extension-manager/extension-manager-9999.ebuild b/gnome-extra/extension-manager/extension-manager-9999.ebuild index 1bf8f484c..4a5dfc5e0 100644 --- a/gnome-extra/extension-manager/extension-manager-9999.ebuild +++ b/gnome-extra/extension-manager/extension-manager-9999.ebuild @@ -42,9 +42,24 @@ src_configure() { meson_src_configure } -# disable AppStream test +# Tests are skipped because as of version 0.2.3, the tests only validate +# resource files and do not verify any functionality of the program. Those +# validations are either already handled by QA checks or are not relevant on +# Gentoo. For more information about the rationale, please refer to: +# https://github.com/gentoo/guru/commit/f896bee213fbb62c70e818c1bf503fee2a41919a#comments +# +# If tests are to be executed in the future because the upstream adds +# functionality tests in the future or for other reasons, and should there be +# no convenient way to skip the validations, the following variable values need +# to be set: +# +# IUSE="test" +# # 'Validate appstream file' test case requires Internet connection +# PROPERTIES="test_network" +# RESTRICT="test" +# BDEPEND="test? ( dev-libs/appstream-glib dev-util/desktop-file-utils )" src_test() { -: + : } pkg_postinst() {