From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D521D138239 for ; Wed, 13 Mar 2019 14:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB417E0955; Wed, 13 Mar 2019 14:59:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C9D7E0951 for ; Wed, 13 Mar 2019 14:59:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 291BE335CF7 for ; Wed, 13 Mar 2019 14:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14F9056A for ; Wed, 13 Mar 2019 14:59:13 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1552489133.257b29c2db97033f98e6a712bab787f569f7ee50.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvm-tools/Manifest net-analyzer/gvm-tools/gvm-tools-1.4.1.ebuild net-analyzer/gvm-tools/metadata.xml X-VCS-Directories: net-analyzer/gvm-tools/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 257b29c2db97033f98e6a712bab787f569f7ee50 X-VCS-Branch: master Date: Wed, 13 Mar 2019 14:59:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81bdd971-c076-4bba-81bf-f73e0d169b60 X-Archives-Hash: 35f96bc21a80e85beebb443c8b280d76 commit: 257b29c2db97033f98e6a712bab787f569f7ee50 Author: Hasan ÇALIŞIR psauxit com> AuthorDate: Thu Feb 7 01:57:45 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Mar 13 14:58:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257b29c2 net-analyzer/gvm-tools: new package. gvm-tools in short is a collection of tools that help with remote controlling a Greenbone Security Manager (GSM) appliance and its underlying Greenbone Vulnerability Manager (GVM). The tools essentially aid accessing the communication protocols GMP (Greenbone Management Protocol) and OSP (Open Scanner Protocol). This package is part of net-analyzer/openvas. This package is replacement of net-analyzer/openvas-cli which is not needed anymore. This package is replacement of net-analyzer/openvas-tools which is not needed anymore. Reported-by: NP-Hardass gentoo.org> Acked-by: Hasan ÇALIŞIR psauxit.com> Tested-by: Hasan ÇALIŞIR psauxit.com> Signed-off-by: Hasan ÇALIŞIR psauxit.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement gentoo.org> net-analyzer/gvm-tools/Manifest | 1 + net-analyzer/gvm-tools/gvm-tools-1.4.1.ebuild | 36 +++++++++++++++++++++++++++ net-analyzer/gvm-tools/metadata.xml | 12 +++++++++ 3 files changed, 49 insertions(+) diff --git a/net-analyzer/gvm-tools/Manifest b/net-analyzer/gvm-tools/Manifest new file mode 100644 index 00000000000..4d1b9091e53 --- /dev/null +++ b/net-analyzer/gvm-tools/Manifest @@ -0,0 +1 @@ +DIST gvm-tools-1.4.1.tar.gz 52020 BLAKE2B 0648c7e26dc0aed02eeeafdc8db45ae88afd8725196457a6a8cdcb888ed7e07c9998fc83c03fd9dd4f7aca1e238b46052653216b7373f98b150f6a181ba1538c SHA512 cd1049311241ad7b4a2d9648b54224ca1636f9620ffd238282bbf1089ab0c3b4e8b8f722c93c6809695bc71b0c7cb2bc3e65561b05269c7737abdc6ddca69aea diff --git a/net-analyzer/gvm-tools/gvm-tools-1.4.1.ebuild b/net-analyzer/gvm-tools/gvm-tools-1.4.1.ebuild new file mode 100644 index 00000000000..98d3f4eb399 --- /dev/null +++ b/net-analyzer/gvm-tools/gvm-tools-1.4.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6} ) +inherit distutils-r1 + +DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)" +HOMEPAGE="http://www.openvas.org/" +SRC_URI="https://github.com/greenbone/gvm-tools/archive/v1.4.1.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/defusedxml[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/paramiko[${PYTHON_USEDEP}] + dev-python/pythondialog:0[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=net-analyzer/openvas-manager-7.0.3 + !net-analyzer/openvas-cli" + +DEPEND=" + ${RDEPEND} + >=net-analyzer/openvas-libraries-9.0.3" + +src_prepare() { + distutils-r1_python_prepare_all + # Exlude tests & correct FHS/Gentoo policy paths + sed -i "s/packages=find_packages(),.*/packages=find_packages(exclude=['tests*', 'docs']),/" "$S"/setup.py || die + sed -i -e "s*''*'/usr/share/doc/${P}'*g" "$S"/setup.py || die +} diff --git a/net-analyzer/gvm-tools/metadata.xml b/net-analyzer/gvm-tools/metadata.xml new file mode 100644 index 00000000000..1b94d673740 --- /dev/null +++ b/net-analyzer/gvm-tools/metadata.xml @@ -0,0 +1,12 @@ + + + + + hasan.calisir@psauxit.com + Hasan ÇALIŞIR + + + proxy-maint@gentoo.org + Proxy Maintainers + +