net-analyzer/*: drop last-rited pkgs properly this time
authorAaron Bauman <bman@gentoo.org>
Fri, 29 Nov 2019 23:28:15 +0000 (18:28 -0500)
committerAaron Bauman <bman@gentoo.org>
Fri, 29 Nov 2019 23:28:49 +0000 (18:28 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-ruby/openvas-omp/Manifest [deleted file]
dev-ruby/openvas-omp/metadata.xml [deleted file]
dev-ruby/openvas-omp/openvas-omp-0.0.4.ebuild [deleted file]
net-analyzer/openvas-cli/Manifest [deleted file]
net-analyzer/openvas-cli/metadata.xml [deleted file]
net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild [deleted file]
net-analyzer/openvas-tools/Manifest [deleted file]
net-analyzer/openvas-tools/metadata.xml [deleted file]
net-analyzer/openvas-tools/openvas-tools-0_pre20512.ebuild [deleted file]
net-analyzer/openvas/metadata.xml [deleted file]
net-analyzer/openvas/openvas-9.0.0.ebuild [deleted file]

diff --git a/dev-ruby/openvas-omp/Manifest b/dev-ruby/openvas-omp/Manifest
deleted file mode 100644 (file)
index d25a3b2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST openvas-omp-0.0.4.gem 10752 BLAKE2B 866f04895551ecace2183b1125deb727083d1427e4326ad5123e660586e26af40632a8e68b0390720fc39449ff8c3143a25edf22d2e015c31697ce6c24464030 SHA512 cb62ec9e480ad009eb9f47cd4ac77d385b8d5855748509466e5227e9d729067b279c277d3d53f2de1a89cccba75bccdd1e23b7ae858adeb35e0958fdb004c0e1
diff --git a/dev-ruby/openvas-omp/metadata.xml b/dev-ruby/openvas-omp/metadata.xml
deleted file mode 100644 (file)
index d29753f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>zerochaos@gentoo.org</email>
-    <name>Rick Farina</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">kost/openvas-omp-ruby</remote-id>
-    <remote-id type="rubygems">openvas-omp</remote-id>
-  </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/openvas-omp/openvas-omp-0.0.4.ebuild b/dev-ruby/openvas-omp/openvas-omp-0.0.4.ebuild
deleted file mode 100644 (file)
index 4de270e..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Communicate with OpenVAS manager through OMP"
-HOMEPAGE="https://rubygems.org/gems/openvas-omp"
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-
-PDEPEND="net-analyzer/openvas"
-
-all_ruby_prepare() {
-       sed -i '/bundler/d' Rakefile
-}
diff --git a/net-analyzer/openvas-cli/Manifest b/net-analyzer/openvas-cli/Manifest
deleted file mode 100644 (file)
index ec9e627..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST openvas-cli-1.4.3.tar.gz 108228 BLAKE2B d8f657fde8d1cac257dac8e87fdea23401ce1f89ccb08a63c8c63f5aae9c83ff663193425eabb86481ee697ecf6bf1f893325ba472a794c83586464d24e7ecbc SHA512 a85c754612b8f8102aa1ccf0af72f3266758c4873f7c346004b4f6794bfa8e562dbe14009ae04a2792978354454fa75f8a912bc13a83bce3604ff00019c363e3
diff --git a/net-analyzer/openvas-cli/metadata.xml b/net-analyzer/openvas-cli/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild b/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild
deleted file mode 100644 (file)
index 8a46aad..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DL_ID=2209
-inherit cmake-utils
-
-DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)"
-HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       >=net-analyzer/openvas-libraries-8.0.4
-"
-RDEPEND="${DEPEND}
-       !net-analyzer/openvas-client
-"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/_beta/+beta}
-
-src_configure() {
-       local mycmakeargs=(
-               -DLOCALSTATEDIR="${EPREFIX}"/var
-               -DSYSCONFDIR="${EPREFIX}"/etc
-       )
-       cmake-utils_src_configure
-}
diff --git a/net-analyzer/openvas-tools/Manifest b/net-analyzer/openvas-tools/Manifest
deleted file mode 100644 (file)
index dcafeba..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST openvas-tools-0_pre20512.tar.xz 46100 BLAKE2B 4d497ef59620818c872756b9b251fa813b255d172e0e9968a130700f7851342b7a238790637e3fe93d93b664e2cc01af28d55c006ae38a64480be26fd4f824eb SHA512 ab524c18a9c9cbfbc742d19c55c7eacc99c39d9209d3f915a6e0070c662f9761cc55b1166dfb48cdaab2607a07ea0640ff9f0a3d48a364409e516a3142f96cbb
diff --git a/net-analyzer/openvas-tools/metadata.xml b/net-analyzer/openvas-tools/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-analyzer/openvas-tools/openvas-tools-0_pre20512.ebuild b/net-analyzer/openvas-tools/openvas-tools-0_pre20512.ebuild
deleted file mode 100644 (file)
index 48c6d83..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-DESCRIPTION="A remote security scanner for Linux (extra tools)"
-HOMEPAGE="http://www.openvas.org/"
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}"/tools
-
-src_install() {
-       insinto /usr/$(get_libdir)/nagios/plugins/
-       doins nagios/*
-
-       dosbin openvas-check-setup
-
-       insinto /usr/share/vim/vimfiles/syntax
-       doins nasl.vim
-}
diff --git a/net-analyzer/openvas/metadata.xml b/net-analyzer/openvas/metadata.xml
deleted file mode 100644 (file)
index a2806dd..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>hasan.calisir@psauxit.com</email>
-               <name>Hasan ÇALIŞIR</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>proxy-maint@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <use>
-               <flag name="extras">Extra fonts, pdf results and html docs support</flag>
-               <flag name="cli">Command Line Interface for OpenVAS Scanner throught <pkg>net-analyzer/gvm-tools</pkg></flag>
-               <flag name="gsa">Greenbone Security Assistant (WebUI) through <pkg>net-analyzer/greenbone-security-assistant</pkg></flag>
-               <flag name="ospd">Enable support for scanner wrappers through <pkg>net-analyzer/ospd</pkg></flag>
-               <flag name="ldap">Enable support for ldap through <pkg>net-nds/openldap</pkg></flag>
-               <flag name="radius">Enable support for radius through <pkg>net-dialup/freeradius-client</pkg></flag>
-       </use>
-</pkgmetadata>
diff --git a/net-analyzer/openvas/openvas-9.0.0.ebuild b/net-analyzer/openvas/openvas-9.0.0.ebuild
deleted file mode 100644 (file)
index b9d86a8..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils
-
-DESCRIPTION="A remote security scanner"
-HOMEPAGE="http://www.openvas.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cli +extras +gsa ldap +ospd radius"
-
-RDEPEND="
-       >=net-analyzer/openvas-libraries-9.0.3[extras?]
-       >=net-analyzer/openvas-manager-7.0.3[extras?]
-       ~net-analyzer/openvas-scanner-5.1.3[extras?]
-       cli? ( >=net-analyzer/gvm-tools-1.4.1 )
-       gsa? ( ~net-analyzer/greenbone-security-assistant-7.0.3[extras?] )
-       ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] )
-       ospd? ( >=net-analyzer/ospd-1.3.2[extras?] )
-       radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] )"
-
-pkg_postinst() {
-       elog "----------------------------IMPORTANT----------------------------"
-       elog " Please read important notes > /usr/share/openvas/OPENVAS.gentoo "
-       elog "-----------------------------------------------------------------"
-       elog "Additional support for extra checks can be get from"
-       optfeature "Web server scanning and testing tool" net-analyzer/nikto
-       optfeature "Portscanner" net-analyzer/nmap
-       optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
-       optfeature "Application protocol detection tool" net-analyzer/amap
-       optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
-       optfeature "Linux-kernel-based portscanner" net-analyzer/portbunny
-       optfeature "Web application attack and audit framework" net-analyzer/w3af
-}