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 2021B15814C for ; Sat, 7 Oct 2023 15:11:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 490902BC029; Sat, 7 Oct 2023 15:11:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20F012BC029 for ; Sat, 7 Oct 2023 15:11:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6783335CD2 for ; Sat, 7 Oct 2023 15:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CC179ED for ; Sat, 7 Oct 2023 15:11:16 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1696691460.97393f4f63da69b87a34811f9620d26799941dff.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/notus-scanner/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/notus-scanner/notus-scanner-22.6.0.ebuild X-VCS-Directories: net-analyzer/notus-scanner/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 97393f4f63da69b87a34811f9620d26799941dff X-VCS-Branch: master Date: Sat, 7 Oct 2023 15:11:16 +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: f7b895b6-4d64-4461-88c4-860de7f87752 X-Archives-Hash: b15b3b6fafdf4fd5df27de93f74eacbf commit: 97393f4f63da69b87a34811f9620d26799941dff Author: Florian Schmaus gentoo org> AuthorDate: Sat Oct 7 15:10:34 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Oct 7 15:11:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97393f4f net-analyzer/notus-scanner: remove conditional patching Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/notus-scanner/notus-scanner-22.6.0.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.0.ebuild b/net-analyzer/notus-scanner/notus-scanner-22.6.0.ebuild index 136c08284b4a..c0dcb14e48c9 100644 --- a/net-analyzer/notus-scanner/notus-scanner-22.6.0.ebuild +++ b/net-analyzer/notus-scanner/notus-scanner-22.6.0.ebuild @@ -31,6 +31,10 @@ RDEPEND=" app-misc/mosquitto " +PATCHES=( + "${FILESDIR}"/${P}-remove-tests.patch +) + DOC_CONTENTS=" For validating the feed content, a GnuPG keychain with the Greenbone Community Feed integrity key needs to be created. Please, read here on how to create it: @@ -44,13 +48,6 @@ DISABLE_AUTOFORMATTING=true distutils_enable_tests unittest -src_prepare() { - if use test; then - PATCHES+=( "${FILESDIR}"/${P}-remove-tests.patch ) - fi - default -} - python_compile() { distutils-r1_python_compile }