commit: 50549a1586d272366de9686bc2f2459adaea6a63 Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Wed Apr 23 19:00:24 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 07:35:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50549a15
net-analyzer/gvm-tools: add 25.3.0 Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/41718 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> net-analyzer/gvm-tools/Manifest | 1 + net-analyzer/gvm-tools/gvm-tools-25.3.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/net-analyzer/gvm-tools/Manifest b/net-analyzer/gvm-tools/Manifest index 5c2a2be0c915..15da54cc6b2b 100644 --- a/net-analyzer/gvm-tools/Manifest +++ b/net-analyzer/gvm-tools/Manifest @@ -1,2 +1,3 @@ DIST gvm-tools-24.12.1.tar.gz 243110 BLAKE2B 9d03b3a4ce692512e2c454d914dfd56bab5bf9430a241fc5e9dd85e51b03f1d3ac42212612d030e04f8f3b9ecf0b0be984d86c875d46b7ba797d671d23067dac SHA512 b27d491ba399f370d1c85b30f6a18a325478f001912796dd6ef4665712bca17275e37a9113287c703a3b671d80b0b621f94e9cde6715fb2c992371c5dc9fc9c3 DIST gvm-tools-24.8.0.tar.gz 241845 BLAKE2B 8f8d94c1dfc23d59ad5fc9cc9b165a875acb8503d3a38d0be2938d2cecdf07167ddd49420c29e316db6623ccd877afb5c22fa891fcfed8cc1bfb6aa1eb66fa4a SHA512 4434410424521f80adeb52785ba5c8f9a6548f9bfc9e7798f127c92b238b747485d6b1599f5f944f359cbf2327bf6a564250430aac3ac317f2847b61863fb829 +DIST gvm-tools-25.3.0.tar.gz 260850 BLAKE2B 1ccf7876a8fcd82c7c1adbffbeb4b220a0a4938d1dffef4f855dc4e8629e1a5d1a68e4dc709e86bc862fe74c04acfb8a4a5272fff1344564c618f4157aafb0d3 SHA512 d4760361b89b3164a60491c7ffa9604d427ad8bbb2e9cb284ed6a94106158ea68a35facbbe395706bd51c47d26e4c993d9232827e57723d1386859942889dc0b diff --git a/net-analyzer/gvm-tools/gvm-tools-25.3.0.ebuild b/net-analyzer/gvm-tools/gvm-tools-25.3.0.ebuild new file mode 100644 index 000000000000..27dd104afc34 --- /dev/null +++ b/net-analyzer/gvm-tools/gvm-tools-25.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 + +DESCRIPTION="Remote control for Greenbone Vulnerability Manager, previously named openvas-cli" +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" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=net-analyzer/python-gvm-23.4.2[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_tests unittest
