From 1ed3e3255878a42850b9a38bf462e34beeaf5f1b Mon Sep 17 00:00:00 2001 From: Giuseppe Foti Date: Mon, 22 Jan 2024 09:28:44 +0100 Subject: net-analyzer/gvm-tools: add 24.1.0, drop 23.11.0 Signed-off-by: Giuseppe Foti Closes: https://github.com/gentoo/gentoo/pull/34957 Signed-off-by: Florian Schmaus --- net-analyzer/gvm-tools/Manifest | 2 +- net-analyzer/gvm-tools/gvm-tools-23.11.0.ebuild | 23 ----------------------- net-analyzer/gvm-tools/gvm-tools-24.1.0.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 net-analyzer/gvm-tools/gvm-tools-23.11.0.ebuild create mode 100644 net-analyzer/gvm-tools/gvm-tools-24.1.0.ebuild diff --git a/net-analyzer/gvm-tools/Manifest b/net-analyzer/gvm-tools/Manifest index 6a9b21641027..aa7ac3dc5280 100644 --- a/net-analyzer/gvm-tools/Manifest +++ b/net-analyzer/gvm-tools/Manifest @@ -1 +1 @@ -DIST gvm-tools-23.11.0.tar.gz 218303 BLAKE2B e58ca451d1b058c9baa5493df675026951cfb800b931907bc32faea3f7ff6921cb0e4a9fd1e86e601ad36346e24d0a394d57e5a9a8ec7f69be42141c4ef3306d SHA512 14a6020caed6c0b6e45d34c78bf5a9c43425e1b17fbcdfc2abb1fb88361da5a7e22b4b7f108c2023798154f4481d2b1221c1bbf2a7f22520de0411ddf74aaedd +DIST gvm-tools-24.1.0.tar.gz 218801 BLAKE2B ddc17406e5253696dca652c5e583fd5cc64505202f81496372d8b26ee7d4dafa1457cf4ae3249e7a183c123b3bd51b2de566ccdb2fa5f251d4edac90175e1b95 SHA512 6138c6c85421c7b011b73c2c857e9481cd46622ad3627a8d85c50563ebbd3c6d5cae80f43118ec85ef243fb965dcbe1cd7c1df29326f1d81b21c56ad117bef28 diff --git a/net-analyzer/gvm-tools/gvm-tools-23.11.0.ebuild b/net-analyzer/gvm-tools/gvm-tools-23.11.0.ebuild deleted file mode 100644 index 611f26ff853b..000000000000 --- a/net-analyzer/gvm-tools/gvm-tools-23.11.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -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" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=net-analyzer/python-gvm-23.4.2[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest diff --git a/net-analyzer/gvm-tools/gvm-tools-24.1.0.ebuild b/net-analyzer/gvm-tools/gvm-tools-24.1.0.ebuild new file mode 100644 index 000000000000..945878c4edea --- /dev/null +++ b/net-analyzer/gvm-tools/gvm-tools-24.1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +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" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=net-analyzer/python-gvm-23.4.2[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +distutils_enable_tests unittest -- cgit v1.2.3-65-gdbad