summaryrefslogtreecommitdiff
path: root/net-analyzer/gvm-tools
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-03 10:05:34 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-03 10:05:34 +0100
commit0eb9883b5a8a53c253c98d1c77438c39c27c8c97 (patch)
tree47a89f252688f21fcacd066ac01ed1992a453d42 /net-analyzer/gvm-tools
parentc6872c361190d4f1a559d23458f6cdffb154b0b0 (diff)
gentoo auto-resync : 03:07:2023 - 10:05:34
Diffstat (limited to 'net-analyzer/gvm-tools')
-rw-r--r--net-analyzer/gvm-tools/Manifest4
-rw-r--r--net-analyzer/gvm-tools/gvm-tools-23.4.0.ebuild23
-rw-r--r--net-analyzer/gvm-tools/metadata.xml4
3 files changed, 30 insertions, 1 deletions
diff --git a/net-analyzer/gvm-tools/Manifest b/net-analyzer/gvm-tools/Manifest
index ba04222be324..5d027988a6bd 100644
--- a/net-analyzer/gvm-tools/Manifest
+++ b/net-analyzer/gvm-tools/Manifest
@@ -1,3 +1,5 @@
DIST gvm-tools-21.10.0.tar.gz 162620 BLAKE2B b205fad4ef05dbd7f8d01b92cf8c123145cb526320dbe881b82ae53ebfbe5e1ee5858996687e256540dd9ce66a8fa50937b6bc0b79888c2c43389db107cefcb0 SHA512 0dc202debaae1431194585575d11b1af6aa057456429dc46e7bf6677b2217fd8569572dc71b8ada578caa961ff2b371a364fb67277c40e76e3025b6b3fcb3a5b
+DIST gvm-tools-23.4.0.tar.gz 219320 BLAKE2B 5ea56fbe1c613837eb8e5d17714439275b6e544c55a1bc4a86333e18b6772dddb5d425a78caccd1a5382cc83678bf927d21e96fd2738870a6cd3adf7200f958e SHA512 41830e2388eb661d2e64fd63bf42f50adc4d3a1ec5fbe708d0cea072bf0256f10177424989a3fe44c6d93a7e88bcbba139f05e1ff11f85546a5a639974c14ad3
EBUILD gvm-tools-21.10.0-r1.ebuild 1027 BLAKE2B 5b6618bf2b4a8dcb994dbee4249e7a0fb31ab2c3153c6bc3788839c3e8291125a6ca7c7ec406be1a6561cf4a1f54e35bc9f5c000eb4958453a2fa94e9fa2457d SHA512 2394382c8652ae738707b785999b9da4c4bd0e731b2a47539b2d9ca1f69ba882252ed084117e008542e9caaf432e9d7a69e408486a983fe4d361df3b2eee18c9
-MISC metadata.xml 902 BLAKE2B abe5956777a65453ee64130c58d6c1dafa31eca4d081e52408a020f50b2f7902e9854f7d963a26bd31160b9f3c58d969bb2c9e03ea6145a83c3feffc857ed6fc SHA512 d8f38fb07e80da6869ab0e02f8b33799e083ad59f09da4fda6c7f9cd74ba9f1af86885301a79e9e46607458a38f9b5b354e5544cffd4ec372eab5299318be6eb
+EBUILD gvm-tools-23.4.0.ebuild 623 BLAKE2B 9058d528ffdf112f209e9f13f89521514e705d1bb268ed3fb207305bfcee36a6218ce1b6b7f7d84fd3e13fc383e3a8fb53eef339b4d16dc19faf0479e76da143 SHA512 f052e150bb957f7b8f29039fe83c44e6bd65fd7aad2a3ad5f8e304adaa4f4ec7c5a95199b78db3b6abcd0ddf26d3eecda95f4e81c078973ea2f4a2331ce0982d
+MISC metadata.xml 1029 BLAKE2B 91595f8420740154d2823126b12f7b67740660a08dbf5b78b26fa59523b3a37238e64d0abbbfc4fdb3dc99cc741ea0c21160923ab67030a4a77b04f1b3a11481 SHA512 0b958ded9193e1acde6db72b15cea25bc9837afb82769cf12c5434afd0223874014a05dffee8680d0bbd27f263c2adb9b5b7f25b7dfddd9f79aa54b837482576
diff --git a/net-analyzer/gvm-tools/gvm-tools-23.4.0.ebuild b/net-analyzer/gvm-tools/gvm-tools-23.4.0.ebuild
new file mode 100644
index 000000000000..accfcb9a95f1
--- /dev/null
+++ b/net-analyzer/gvm-tools/gvm-tools-23.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..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"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=net-analyzer/python-gvm-23.4.2[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest
diff --git a/net-analyzer/gvm-tools/metadata.xml b/net-analyzer/gvm-tools/metadata.xml
index 3be5a1ca7d69..49aa4756bce9 100644
--- a/net-analyzer/gvm-tools/metadata.xml
+++ b/net-analyzer/gvm-tools/metadata.xml
@@ -2,6 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
+ <email>foti.giuseppe@gmail.com</email>
+ <name>Giuseppe Foti</name>
+ </maintainer>
+ <maintainer type="person" proxied="yes">
<email>jonas.licht@gmail.com</email>
<name>Jonas Licht</name>
</maintainer>