Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-tools/
Date: Mon, 09 May 2022 14:11:54
Message-Id: 1652105487.c7e3f923201ebfc31df9bb2bb119f77760bb9ba0.flow@gentoo
1 commit: c7e3f923201ebfc31df9bb2bb119f77760bb9ba0
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 14:10:31 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 14:11:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e3f923
7
8 net-analyzer/gvm-tools: update HOMEPAGE, DISTUTILS_USE_PEP517
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 .../{gvm-tools-21.10.0.ebuild => gvm-tools-21.10.0-r1.ebuild} | 11 +++++------
13 1 file changed, 5 insertions(+), 6 deletions(-)
14
15 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
16 similarity index 83%
17 rename from net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild
18 rename to net-analyzer/gvm-tools/gvm-tools-21.10.0-r1.ebuild
19 index 5577eb4050d5..33c7d6647157 100644
20 --- a/net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild
21 +++ b/net-analyzer/gvm-tools/gvm-tools-21.10.0-r1.ebuild
22 @@ -4,11 +4,11 @@
23 EAPI=8
24
25 PYTHON_COMPAT=( python3_{8..10} )
26 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
27 +DISTUTILS_USE_PEP517=poetry
28 inherit distutils-r1
29
30 DESCRIPTION="Remote control for Greenbone Vulnerability Manager, previously named openvas-cli"
31 -HOMEPAGE="https://www.greenbone.net/en/ https://github.com/greenbone/gvm-tools/"
32 +HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gvm-tools/"
33 SRC_URI="https://github.com/greenbone/gvm-tools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 SLOT="0"
36 @@ -19,10 +19,9 @@ IUSE=""
37 RDEPEND="
38 >=net-analyzer/python-gvm-21.11.0[${PYTHON_USEDEP}]
39 !net-analyzer/openvas-cli
40 - !net-analyzer/openvas-tools"
41 -
42 -DEPEND="
43 - ${RDEPEND}"
44 + !net-analyzer/openvas-tools
45 +"
46 +DEPEND="${RDEPEND}"
47
48 distutils_enable_tests unittest