commit: 040ff5c8d771314934e410c5715ba62e4518fc7d Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Sat Nov 1 15:42:16 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Nov 11 14:32:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040ff5c8
net-analyzer/gvm-tools: drop 24.8.0-r1 Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44418 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> net-analyzer/gvm-tools/Manifest | 1 - net-analyzer/gvm-tools/gvm-tools-24.8.0-r1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/net-analyzer/gvm-tools/Manifest b/net-analyzer/gvm-tools/Manifest index 9ee72bfea488..dbf3aabb8126 100644 --- a/net-analyzer/gvm-tools/Manifest +++ b/net-analyzer/gvm-tools/Manifest @@ -1,3 +1,2 @@ -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.8.0-r1.ebuild b/net-analyzer/gvm-tools/gvm-tools-24.8.0-r1.ebuild deleted file mode 100644 index 6ca295a9f0b3..000000000000 --- a/net-analyzer/gvm-tools/gvm-tools-24.8.0-r1.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 ~x86" - -RDEPEND=" - >=net-analyzer/python-gvm-23.4.2[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -distutils_enable_tests unittest
