diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-10 17:43:58 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-15 10:47:51 +0100 |
commit | 51ec04621149852516ebebbed3d5938c93511083 (patch) | |
tree | 0a10ad08aa08771c9433d0cee1433fdf77b9e608 /net-analyzer/ospd | |
parent | net-analyzer/openvas-scanner: remove unused patch (diff) | |
download | gentoo-51ec04621149852516ebebbed3d5938c93511083.tar.gz gentoo-51ec04621149852516ebebbed3d5938c93511083.tar.bz2 gentoo-51ec04621149852516ebebbed3d5938c93511083.zip |
net-analyzer/ospd: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3422
Diffstat (limited to 'net-analyzer/ospd')
-rw-r--r-- | net-analyzer/ospd/files/ospd-1.0_beta3-description.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-analyzer/ospd/files/ospd-1.0_beta3-description.patch b/net-analyzer/ospd/files/ospd-1.0_beta3-description.patch deleted file mode 100644 index a6f7061a5e10..000000000000 --- a/net-analyzer/ospd/files/ospd-1.0_beta3-description.patch +++ /dev/null @@ -1,18 +0,0 @@ - setup.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/setup.py b/setup.py -index 5c17dd1..fffea59 100644 ---- a/setup.py -+++ b/setup.py -@@ -40,8 +40,8 @@ setup( - # http://packaging.python.org/en/latest/tutorial.html#version - version='1.0+beta3', - -- description=('OSPD is a collection of scanner wrappers which share the, ', -- 'same communication protocol: OSP (OpenVAS Scanner ', -+ description=('OSPD is a collection of scanner wrappers which share the, ' -+ 'same communication protocol: OSP (OpenVAS Scanner ' - 'Protocol)'), - long_description=long_description, - |