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 BD804158086 for ; Sat, 8 Jan 2022 10:33:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38D602BC029; Sat, 8 Jan 2022 10:33:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23C232BC029 for ; Sat, 8 Jan 2022 10:33:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 15BB3342E45 for ; Sat, 8 Jan 2022 10:32:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D37B9286 for ; Sat, 8 Jan 2022 10:32:54 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1641637948.f1f3182bb13af6935b4376e91b98258f725b320d.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvm/gvm-10.0.1.ebuild net-analyzer/gvm/gvm-11.0.0.ebuild X-VCS-Directories: net-analyzer/gvm/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f1f3182bb13af6935b4376e91b98258f725b320d X-VCS-Branch: master Date: Sat, 8 Jan 2022 10:32:54 +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: 3ace0ed0-3b9e-4484-9909-03a89bf7789a X-Archives-Hash: d076ca4d9818995cafb2295b05444ca8 commit: f1f3182bb13af6935b4376e91b98258f725b320d Author: Jakov Smolić gentoo org> AuthorDate: Sat Jan 8 10:27:55 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Jan 8 10:32:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f3182b net-analyzer/gvm: Remove net-analyzer/amap optfeature Signed-off-by: Jakov Smolić gentoo.org> net-analyzer/gvm/gvm-10.0.1.ebuild | 3 +-- net-analyzer/gvm/gvm-11.0.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/net-analyzer/gvm/gvm-10.0.1.ebuild b/net-analyzer/gvm/gvm-10.0.1.ebuild index 4587ac214cf7..25b7338d62e4 100644 --- a/net-analyzer/gvm/gvm-10.0.1.ebuild +++ b/net-analyzer/gvm/gvm-10.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,6 @@ pkg_postinst() { optfeature "web server scanning and testing tool" net-analyzer/nikto optfeature "port scanner" net-analyzer/nmap optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan - optfeature "application protocol detection tool" net-analyzer/amap optfeature "OVALdi — an OVAL Interpreter" app-forensics/ovaldi optfeature "Linux-kernel-based portscanner" net-analyzer/portbunny optfeature "web application attack and audit framework" net-analyzer/w3af diff --git a/net-analyzer/gvm/gvm-11.0.0.ebuild b/net-analyzer/gvm/gvm-11.0.0.ebuild index d8f63107e62a..7eefd05a5af8 100644 --- a/net-analyzer/gvm/gvm-11.0.0.ebuild +++ b/net-analyzer/gvm/gvm-11.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,6 @@ pkg_postinst() { optfeature "web server scanning and testing tool" net-analyzer/nikto optfeature "port scanner" net-analyzer/nmap optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan - optfeature "application protocol detection tool" net-analyzer/amap optfeature "OVALdi — an OVAL Interpreter" app-forensics/ovaldi optfeature "Linux-kernel-based portscanner" net-analyzer/portbunny optfeature "web application attack and audit framework" net-analyzer/w3af