commit: 6e4019f50c16f428f0c89f3816b76f7bbca5b2f8 Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Wed Oct 1 04:56:52 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Wed Oct 1 07:26:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4019f5
net-analyzer/gvm-tools: drop 24.12.1 Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43993 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-analyzer/gvm-tools/Manifest | 1 - net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/net-analyzer/gvm-tools/Manifest b/net-analyzer/gvm-tools/Manifest index 0d36d9b2bd8f..9ee72bfea488 100644 --- a/net-analyzer/gvm-tools/Manifest +++ b/net-analyzer/gvm-tools/Manifest @@ -1,4 +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 DIST gvm-tools-25.4.0.tar.gz 263485 BLAKE2B a70a1a3962ba3892a52c921672dcc3a534f6c448a9db17d17d62e3237ca1cca9dab7828436704918708c5e91006369fa79c23b997273ce1aba0cbb7688e26adb SHA512 988bae093d7b6441f183116139a3f9989a00098edbf277751c288fb807ff7b7a003dbe96b515f12864eff484cf5bc1e9fe8d643c98582601525207507e6e0381 diff --git a/net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild b/net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild deleted file mode 100644 index db08306b7d0a..000000000000 --- a/net-analyzer/gvm-tools/gvm-tools-24.12.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..13} 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
