summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-06-19 10:52:44 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-06-19 10:52:44 +0200
commit1097d0725eb8de727d4021141fa8a31fe95636fd (patch)
tree2bfd83a857c0bea009a5aabb8d71e53f558d5648
parentdev-java/commons-jxpath: treeclean (diff)
downloadgentoo-1097d0725eb8de727d4021141fa8a31fe95636fd.tar.gz
gentoo-1097d0725eb8de727d4021141fa8a31fe95636fd.tar.bz2
gentoo-1097d0725eb8de727d4021141fa8a31fe95636fd.zip
net-analyzer/ospd: treeclean
Closes: https://bugs.gentoo.org/846113 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--net-analyzer/ospd/Manifest2
-rw-r--r--net-analyzer/ospd/metadata.xml24
-rw-r--r--net-analyzer/ospd/ospd-2.0.1.ebuild34
-rw-r--r--net-analyzer/ospd/ospd-20.8.2.ebuild42
-rw-r--r--profiles/package.mask5
5 files changed, 0 insertions, 107 deletions
diff --git a/net-analyzer/ospd/Manifest b/net-analyzer/ospd/Manifest
deleted file mode 100644
index 2eb1accdf10b..000000000000
--- a/net-analyzer/ospd/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ospd-2.0.1.tar.gz 87313 BLAKE2B cf527742246ceb5acaf69900d48f1800ef98153026fa6aae2661e4a3aafad6f69221fa7c7f34a222a0972cf5550a9543696b1e7a4368ef050574ca08f72f0978 SHA512 4aed0e1a22ea6c0db26977e7b0bde9c9c37890422f3480ad83ef23ad193b7ae3dd7352872c4fe377808d2a398317a4c1d38d7ab2ef5a0266c544e0ef55a0365a
-DIST ospd-20.8.2.tar.gz 122686 BLAKE2B 3e05c157e41837af52d54fc4f430da57ad5fb3dff97ed6fef7339844e8b0990977a1ef5e0878a06ca7c3e209f988bdd2e13b0829d47f6d309f183960a8a286b3 SHA512 127ca6fe370faf99c9c2d2b182bb524b279d714635f367a30318acde1d383048e7a2a5e3944e83642d3963304c506fe893763b6ee78404391ead8d751c978873
diff --git a/net-analyzer/ospd/metadata.xml b/net-analyzer/ospd/metadata.xml
deleted file mode 100644
index 66c937b52db4..000000000000
--- a/net-analyzer/ospd/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>jonas.licht@gmail.com</email>
- <name>Jonas Licht</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <use>
- <flag name="extras">Html docs support</flag>
- </use>
- <longdescription lang="en">
- OSPD is a base class for scanner wrappers which share the same communication protocol:
- OSP (Open Scanner Protocol). OSP creates a unified interface for different security scanners
- and makes their control flow and scan results consistently available under the central
- Greenbone Vulnerability Manager service.
- </longdescription>
- <upstream>
- <remote-id type="github">greenbone/ospd</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-analyzer/ospd/ospd-2.0.1.ebuild b/net-analyzer/ospd/ospd-2.0.1.ebuild
deleted file mode 100644
index 124b5a105ea8..000000000000
--- a/net-analyzer/ospd/ospd-2.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Base class for scanner wrappers,communication protocol for GVM"
-HOMEPAGE="https://www.greenbone.net/en/"
-SRC_URI="https://github.com/greenbone/ospd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="extras"
-
-RDEPEND="
- dev-python/defusedxml[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/paramiko[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}"
-
-distutils_enable_tests unittest
-
-python_compile() {
- if use extras; then
- bash "${S}"/doc/generate || die
- HTML_DOCS=( "${S}"/doc/. )
- fi
- distutils-r1_python_compile
-}
diff --git a/net-analyzer/ospd/ospd-20.8.2.ebuild b/net-analyzer/ospd/ospd-20.8.2.ebuild
deleted file mode 100644
index f7108a886271..000000000000
--- a/net-analyzer/ospd/ospd-20.8.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Base class for scanner wrappers, communication protocol for GVM"
-HOMEPAGE="https://www.greenbone.net/en/ https://github.com/greenbone/ospd/"
-SRC_URI="https://github.com/greenbone/ospd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
-IUSE="extras"
-
-RDEPEND="
- dev-python/defusedxml[${PYTHON_USEDEP}]
- dev-python/deprecated[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/paramiko[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}"
-
-distutils_enable_tests unittest
-
-src_prepare() {
- default
- #QA-Fix: do not install test subpackages
- sed -i "s/tests']/tests*']/g" setup.py || die
-}
-
-python_compile() {
- if use extras; then
- bash "${S}"/doc/generate || die
- HTML_DOCS=( "${S}"/doc/. )
- fi
- distutils-r1_python_compile
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index cd5759935f3a..24749c29f839 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -424,11 +424,6 @@ dev-python/python-iptables
# Removal on 2022-06-10.
net-analyzer/greenbone-security-assistant
-# Florian Schmaus <flow@gentoo.org> (2022-05-10)
-# Functionality now in net-analyzer/ospd-openvas.
-# Removal on 2022-06-10.
-net-analyzer/ospd
-
# Matt Turner <mattst88@gentoo.org> (2022-04-30)
# Masked for testing. Apparently causes crashes. Bug #841857.
>=x11-libs/libX11-1.8