From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1394414-garchives=archives.gentoo.org@lists.gentoo.org>
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 5105F158090
	for <garchives@archives.gentoo.org>; Mon,  9 May 2022 14:11:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 24AD3E0895;
	Mon,  9 May 2022 14:11:53 +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 0898CE0895
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 May 2022 14:11:53 +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 CEB043417F1
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 May 2022 14:11:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 50698105
	for <gentoo-commits@lists.gentoo.org>; Mon,  9 May 2022 14:11:50 +0000 (UTC)
From: "Florian Schmaus" <flow@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, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1652105487.c7e3f923201ebfc31df9bb2bb119f77760bb9ba0.flow@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-tools/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-analyzer/gvm-tools/gvm-tools-21.10.0-r1.ebuild net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild
X-VCS-Directories: net-analyzer/gvm-tools/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: c7e3f923201ebfc31df9bb2bb119f77760bb9ba0
X-VCS-Branch: master
Date: Mon,  9 May 2022 14:11:50 +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: a37be883-4d04-4319-a57f-d33e0754ad3f
X-Archives-Hash: 72918d97a8a7223fd79110e2027b1638

commit:     c7e3f923201ebfc31df9bb2bb119f77760bb9ba0
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 14:10:31 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May  9 14:11:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e3f923

net-analyzer/gvm-tools: update HOMEPAGE, DISTUTILS_USE_PEP517

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../{gvm-tools-21.10.0.ebuild => gvm-tools-21.10.0-r1.ebuild} | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild b/net-analyzer/gvm-tools/gvm-tools-21.10.0-r1.ebuild
similarity index 83%
rename from net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild
rename to net-analyzer/gvm-tools/gvm-tools-21.10.0-r1.ebuild
index 5577eb4050d5..33c7d6647157 100644
--- a/net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild
+++ b/net-analyzer/gvm-tools/gvm-tools-21.10.0-r1.ebuild
@@ -4,11 +4,11 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+DISTUTILS_USE_PEP517=poetry
 inherit distutils-r1
 
 DESCRIPTION="Remote control for Greenbone Vulnerability Manager, previously named openvas-cli"
-HOMEPAGE="https://www.greenbone.net/en/ https://github.com/greenbone/gvm-tools/"
+HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gvm-tools/"
 SRC_URI="https://github.com/greenbone/gvm-tools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
@@ -19,10 +19,9 @@ IUSE=""
 RDEPEND="
 	>=net-analyzer/python-gvm-21.11.0[${PYTHON_USEDEP}]
 	!net-analyzer/openvas-cli
-	!net-analyzer/openvas-tools"
-
-DEPEND="
-	${RDEPEND}"
+	!net-analyzer/openvas-tools
+"
+DEPEND="${RDEPEND}"
 
 distutils_enable_tests unittest