summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHasan ÇALIŞIR <hasan.calisir@psauxit.com>2019-08-10 17:32:48 +0300
committerJoonas Niilola <juippis@gentoo.org>2019-08-12 07:54:23 +0300
commitf66f1bb02d51a3d65a37ce78dd1e4baf4fb0780f (patch)
treee2bc6debdc01cf733d3593f47c971032722f1cae /net-analyzer/ospd
parentnet-analyzer/openvas-cli: Drop keywords ~arm ~ppc (diff)
downloadgentoo-f66f1bb02d51a3d65a37ce78dd1e4baf4fb0780f.tar.gz
gentoo-f66f1bb02d51a3d65a37ce78dd1e4baf4fb0780f.tar.bz2
gentoo-f66f1bb02d51a3d65a37ce78dd1e4baf4fb0780f.zip
net-analyzer/ospd: Drop old 1.0.0
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com> Closes: https://github.com/gentoo/gentoo/pull/12669 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/ospd')
-rw-r--r--net-analyzer/ospd/Manifest1
-rw-r--r--net-analyzer/ospd/ospd-1.0.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/net-analyzer/ospd/Manifest b/net-analyzer/ospd/Manifest
index 522fe6904d86..3cce3451ef6b 100644
--- a/net-analyzer/ospd/Manifest
+++ b/net-analyzer/ospd/Manifest
@@ -1,2 +1 @@
-DIST ospd-1.0.0.tar.gz 39656 BLAKE2B 754a7fcca382617ce7eed33d8d148d516c550435da7abed0e294e216898c0ad96d53bae62e5396b590812015c9a71be5346187d521c4051d5b2dc04345336b59 SHA512 64b1b42c5292dc8cf8b1ffde9082f4d05ff62f4d0bf2ed7b2b5d2ba4d3c3611ae8af30b39c8becb9f6bdc36eb519a0b881cdeb50891e5a2273003f6181cbebfb
DIST ospd-1.3.2.tar.gz 39097 BLAKE2B 4c102e1e6857f89015666950e2d7a107bf81c861f9c6d4d74aab33f77585ea871e353aa95deb3f84a1bb4cd391f40121ca927835ebec9db2545eb8f606e96df7 SHA512 26ec0b45d74df687264ce2d5e42a6f51cfb982f8fe00863294b990ee8db819b7f54ebf3f095094c32c2bc91a51d987ac83f15f4bf15e931d4ffd215b72ac6bec
diff --git a/net-analyzer/ospd/ospd-1.0.0.ebuild b/net-analyzer/ospd/ospd-1.0.0.ebuild
deleted file mode 100644
index 675c92e710f5..000000000000
--- a/net-analyzer/ospd/ospd-1.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DL_ID=1999
-
-DESCRIPTION="Collection of scanner wrappers for OpenVAS"
-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 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- dev-python/paramiko[${PYTHON_USEDEP}]
- dev-python/pexpect[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${P/_beta/-beta}
-
-_DOCS=( ChangeLog CHANGES README )
-
-python_test() {
- esetup.py test
-}