net-analyzer/ospd: Drop old 1.0.0
authorHasan ÇALIŞIR <hasan.calisir@psauxit.com>
Sat, 10 Aug 2019 14:32:48 +0000 (17:32 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Mon, 12 Aug 2019 04:54:23 +0000 (07:54 +0300)
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>
net-analyzer/ospd/Manifest
net-analyzer/ospd/ospd-1.0.0.ebuild [deleted file]

index 522fe6904d861222dece516b07d215de9122203d..3cce3451ef6b24201de5d3bde1267233cf46b106 100644 (file)
@@ -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 (file)
index 675c92e..0000000
+++ /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
-}