# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 git-r3 DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)" HOMEPAGE="http://www.openvas.org/" SRC_URI="" EGIT_REPO_URI="https://github.com/greenbone/gvm-tools.git" EGIT_BRANCH="master" EGIT_COMMIT="v1.4.1" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="" DEPEND=" =dev-python/lxml-4.2.5 =dev-python/paramiko-2.4.2 =dev-python/defusedxml-0.5.0 dev-python/pythondialog =net-analyzer/openvas-libraries-9.0.3 =net-analyzer/openvas-scanner-5.1.3 =net-analyzer/openvas-manager-7.0.4 " RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" src_prepare() { distutils-r1_python_prepare_all sed -i "s/packages=find_packages(),.*/packages=find_packages(exclude=['tests*', 'docs']),/" $S/setup.py || die } src_configure() { distutils-r1_src_configure } src_compile() { distutils-r1_src_compile } src_install() { distutils-r1_src_install }