Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ospd/
Date: Mon, 12 Aug 2019 04:54:42
Message-Id: 1565585663.f66f1bb02d51a3d65a37ce78dd1e4baf4fb0780f.juippis@gentoo
1 commit: f66f1bb02d51a3d65a37ce78dd1e4baf4fb0780f
2 Author: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit <DOT> com>
3 AuthorDate: Sat Aug 10 14:32:48 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 04:54:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66f1bb0
7
8 net-analyzer/ospd: Drop old 1.0.0
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit.com>
12 Closes: https://github.com/gentoo/gentoo/pull/12669
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 net-analyzer/ospd/Manifest | 1 -
16 net-analyzer/ospd/ospd-1.0.0.ebuild | 33 ---------------------------------
17 2 files changed, 34 deletions(-)
18
19 diff --git a/net-analyzer/ospd/Manifest b/net-analyzer/ospd/Manifest
20 index 522fe6904d8..3cce3451ef6 100644
21 --- a/net-analyzer/ospd/Manifest
22 +++ b/net-analyzer/ospd/Manifest
23 @@ -1,2 +1 @@
24 -DIST ospd-1.0.0.tar.gz 39656 BLAKE2B 754a7fcca382617ce7eed33d8d148d516c550435da7abed0e294e216898c0ad96d53bae62e5396b590812015c9a71be5346187d521c4051d5b2dc04345336b59 SHA512 64b1b42c5292dc8cf8b1ffde9082f4d05ff62f4d0bf2ed7b2b5d2ba4d3c3611ae8af30b39c8becb9f6bdc36eb519a0b881cdeb50891e5a2273003f6181cbebfb
25 DIST ospd-1.3.2.tar.gz 39097 BLAKE2B 4c102e1e6857f89015666950e2d7a107bf81c861f9c6d4d74aab33f77585ea871e353aa95deb3f84a1bb4cd391f40121ca927835ebec9db2545eb8f606e96df7 SHA512 26ec0b45d74df687264ce2d5e42a6f51cfb982f8fe00863294b990ee8db819b7f54ebf3f095094c32c2bc91a51d987ac83f15f4bf15e931d4ffd215b72ac6bec
26
27 diff --git a/net-analyzer/ospd/ospd-1.0.0.ebuild b/net-analyzer/ospd/ospd-1.0.0.ebuild
28 deleted file mode 100644
29 index 675c92e710f..00000000000
30 --- a/net-analyzer/ospd/ospd-1.0.0.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1
41 -
42 -DL_ID=1999
43 -
44 -DESCRIPTION="Collection of scanner wrappers for OpenVAS"
45 -HOMEPAGE="http://www.openvas.org/"
46 -SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz"
47 -
48 -SLOT="0"
49 -LICENSE="GPL-2+"
50 -KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
51 -IUSE=""
52 -
53 -RDEPEND="
54 - dev-python/paramiko[${PYTHON_USEDEP}]
55 - dev-python/pexpect[${PYTHON_USEDEP}]
56 - "
57 -DEPEND="${RDEPEND}"
58 -
59 -S="${WORKDIR}"/${P/_beta/-beta}
60 -
61 -_DOCS=( ChangeLog CHANGES README )
62 -
63 -python_test() {
64 - esetup.py test
65 -}