summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-04-15 11:00:19 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-04-15 11:00:19 +0300
commit3e7bbcd42631e7c460f16a182eecabcb4f780e45 (patch)
tree9ba55da59386ae3b416b44c18a1cc4c2405d8495 /net-analyzer/nessus-plugins
parentsec-policy/selinux-nessus: remove last rited package (diff)
downloadgentoo-3e7bbcd42631e7c460f16a182eecabcb4f780e45.tar.gz
gentoo-3e7bbcd42631e7c460f16a182eecabcb4f780e45.tar.bz2
gentoo-3e7bbcd42631e7c460f16a182eecabcb4f780e45.zip
net-analyzer: remove lastrited nessus and co.
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-analyzer/nessus-plugins')
-rw-r--r--net-analyzer/nessus-plugins/Manifest1
-rw-r--r--net-analyzer/nessus-plugins/files/2.2.9-gentoo.patch58
-rw-r--r--net-analyzer/nessus-plugins/metadata.xml9
-rw-r--r--net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild35
4 files changed, 0 insertions, 103 deletions
diff --git a/net-analyzer/nessus-plugins/Manifest b/net-analyzer/nessus-plugins/Manifest
deleted file mode 100644
index e8810678711b..000000000000
--- a/net-analyzer/nessus-plugins/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nessus-plugins-GPL-2.2.9.tar.gz 1064740 BLAKE2B 347559036c5054f0b6a890b41f9fba27cb44be5a4885e5d6e3594241006b9723037297d9af82c78844305bc8b46573e81d7bc6bed137ee1044cff47cb877cb37 SHA512 b76a77be29409bca00fb014ae8e35878283e5d8adccef570da08b65df760f46438ef0392c4435366831b4bc456715f7af9c0ad5e20dd5554f1e4b8c9e8791b04
diff --git a/net-analyzer/nessus-plugins/files/2.2.9-gentoo.patch b/net-analyzer/nessus-plugins/files/2.2.9-gentoo.patch
deleted file mode 100644
index 39366844382f..000000000000
--- a/net-analyzer/nessus-plugins/files/2.2.9-gentoo.patch
+++ /dev/null
@@ -1,58 +0,0 @@
- plugins/find_service/Makefile | 2 +-
- plugins/nessus_tcp_scanner/Makefile | 2 +-
- plugins/ssl_ciphers/Makefile | 2 +-
- plugins/synscan/Makefile | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/plugins/find_service/Makefile b/plugins/find_service/Makefile
-index f4fd8e3..12e62a3 100644
---- a/plugins/find_service/Makefile
-+++ b/plugins/find_service/Makefile
-@@ -5,7 +5,7 @@ PLUGNAME=find_service
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) $(CC) $(LDFLAGS) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff --git a/plugins/nessus_tcp_scanner/Makefile b/plugins/nessus_tcp_scanner/Makefile
-index 8cf6c6d..7a27495 100644
---- a/plugins/nessus_tcp_scanner/Makefile
-+++ b/plugins/nessus_tcp_scanner/Makefile
-@@ -8,7 +8,7 @@ PLUGNAME=nessus_tcp_scanner
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \
-+ $(LIBTOOL) $(CC) $(LDFLAGS) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff --git a/plugins/ssl_ciphers/Makefile b/plugins/ssl_ciphers/Makefile
-index dc10e64..1747745 100644
---- a/plugins/ssl_ciphers/Makefile
-+++ b/plugins/ssl_ciphers/Makefile
-@@ -5,7 +5,7 @@ PLUGNAME=ssl_ciphers
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff --git a/plugins/synscan/Makefile b/plugins/synscan/Makefile
-index 16aefa1..c434b92 100644
---- a/plugins/synscan/Makefile
-+++ b/plugins/synscan/Makefile
-@@ -5,7 +5,7 @@ PLUGNAME=synscan
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
diff --git a/net-analyzer/nessus-plugins/metadata.xml b/net-analyzer/nessus-plugins/metadata.xml
deleted file mode 100644
index 3c5a6082eb8f..000000000000
--- a/net-analyzer/nessus-plugins/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>netmon@gentoo.org</email>
- <name>Gentoo network monitoring and analysis project</name>
-</maintainer>
-<longdescription>A remote security scanner for Linux (nessus-plugins)</longdescription>
-</pkgmetadata>
diff --git a/net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild b/net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild
deleted file mode 100644
index 1bf4d4933b7a..000000000000
--- a/net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A remote security scanner for Linux (nessus-plugins)"
-HOMEPAGE="http://www.nessus.org/"
-SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/nessus-plugins-GPL-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="libressl"
-
-RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- ~net-analyzer/nessus-core-${PV}
- ~net-analyzer/nessus-libraries-${PV}
- net-libs/libpcap"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${PN}
-
-src_prepare() {
- tc-export CC
- epatch "${FILESDIR}"/${PV}-gentoo.patch
-}
-
-src_install() {
- default
- dodoc docs/*.txt
-}