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
 

Reply via email to