diff options
Diffstat (limited to 'net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild')
-rw-r--r-- | net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild b/net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild deleted file mode 100644 index 5577eb4050d5..000000000000 --- a/net-analyzer/gvm-tools/gvm-tools-21.10.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -inherit distutils-r1 - -DESCRIPTION="Remote control for Greenbone Vulnerability Manager, previously named openvas-cli" -HOMEPAGE="https://www.greenbone.net/en/ 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" -IUSE="" - -RDEPEND=" - >=net-analyzer/python-gvm-21.11.0[${PYTHON_USEDEP}] - !net-analyzer/openvas-cli - !net-analyzer/openvas-tools" - -DEPEND=" - ${RDEPEND}" - -distutils_enable_tests unittest - -src_prepare() { - distutils-r1_src_prepare - - # Fixing tests - # Use correct socket path - sed -i "s/\/usr\/local\/var\/run\/gvmd.sock/\/var\/run\/gvmd.sock/g" tests/test_parser.py || die - # ignore help formating - sed -i "s/class HelpFormatting/@unittest.skip('ignoring help formatting')\nclass HelpFormatting/g" tests/test_parser.py || die -} |