diff options
Diffstat (limited to 'net-analyzer/ospd-openvas/ospd-openvas-20.8.1.ebuild')
-rw-r--r-- | net-analyzer/ospd-openvas/ospd-openvas-20.8.1.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/net-analyzer/ospd-openvas/ospd-openvas-20.8.1.ebuild b/net-analyzer/ospd-openvas/ospd-openvas-20.8.1.ebuild deleted file mode 100644 index 18cbd96b1442..000000000000 --- a/net-analyzer/ospd-openvas/ospd-openvas-20.8.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 systemd - -DESCRIPTION="This is an OSP server implementation to allow GVM to remotely control OpenVAS" -HOMEPAGE="https://github.com/greenbone/ospd-openvas" -SRC_URI="https://github.com/greenbone/ospd-openvas/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - acct-group/gvm - acct-user/gvm - >=dev-python/packaging-20.4[${PYTHON_USEDEP}] - >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}] - >=dev-python/redis-py-3.5.3[${PYTHON_USEDEP}] - >=net-analyzer/ospd-20.8.0[${PYTHON_USEDEP}] -" -RDEPEND=" - ${DEPEND} - >=net-analyzer/openvas-scanner-20.8.0" -BDEPEND="" - -distutils_enable_tests unittest - -python_install() { - distutils-r1_python_install - - insinto /etc/openvas - doins "${FILESDIR}"/redis.conf.example - doins "${FILESDIR}"/ospd.conf - - fowners -R gvm:gvm /etc/openvas - - newinitd "${FILESDIR}/${PN}.initd" "${PN}" - newconfd "${FILESDIR}/${PN}.confd" "${PN}" - - systemd_dounit "${FILESDIR}/${PN}.service" -} |