Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scanssh/
Date: Wed, 02 Dec 2020 17:23:02
Message-Id: 1606929761.bf46b618831866a592276295d89e4023c00ae0d1.bman@gentoo
1 commit: bf46b618831866a592276295d89e4023c00ae0d1
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 17:22:41 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 17:22:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf46b618
7
8 net-analyzer/scanssh: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 net-analyzer/scanssh/Manifest | 1 -
13 net-analyzer/scanssh/scanssh-2.1-r2.ebuild | 50 ------------------------------
14 net-analyzer/scanssh/scanssh-2.1.ebuild | 34 --------------------
15 3 files changed, 85 deletions(-)
16
17 diff --git a/net-analyzer/scanssh/Manifest b/net-analyzer/scanssh/Manifest
18 index b8290cc75d1..7ff0d095f83 100644
19 --- a/net-analyzer/scanssh/Manifest
20 +++ b/net-analyzer/scanssh/Manifest
21 @@ -1,2 +1 @@
22 DIST scanssh-2.1.2.tar.gz 147470 BLAKE2B 4cb31a27dd925f071bcb958fc72bef7b7f0455b7d718a15536dae40cee969739628da64a3972e2c5cc9813ef24c5634ca019571783ea20df87c7df80f32da876 SHA512 af4e705c43156b907d6864b12f5832bb4e43d0ff284e34e96b32bbe7986299954d1175880ffe7588f91a939d140b45592fc72dc2bf397f140aed929dbe44a453
23 -DIST scanssh-2.1.tar.gz 111481 BLAKE2B 08ba8439cd02d597647f865fed68ef9eb32d63726f8d14bebe3b58a067b56eee70e01a1a7911ce69cf4466c0863d92d5d22e0202bb1cc60426ac283855438079 SHA512 1ddff6f8e51735bab28032c8d7cbb641ff0cd19a404a27ab489589ef1e30e3721dd486854eb4fef15368cc53f10c9c2650ffaf7fa7f767dc2202fcc5540ae59c
24
25 diff --git a/net-analyzer/scanssh/scanssh-2.1-r2.ebuild b/net-analyzer/scanssh/scanssh-2.1-r2.ebuild
26 deleted file mode 100644
27 index 954e6059dec..00000000000
28 --- a/net-analyzer/scanssh/scanssh-2.1-r2.ebuild
29 +++ /dev/null
30 @@ -1,50 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit autotools
36 -
37 -DESCRIPTION="network scanner that gathers info on SSH protocols and versions"
38 -HOMEPAGE="https://monkey.org/~provos/scanssh/"
39 -SRC_URI="https://monkey.org/~provos/${P}.tar.gz"
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
44 -
45 -DEPEND="
46 - dev-libs/libdnet
47 - dev-libs/libevent:=
48 - net-libs/libpcap
49 -"
50 -RDEPEND="
51 - ${DEPEND}
52 -"
53 -PATCHES=(
54 - "${FILESDIR}"/${PN}-2.0-fix-warnings.diff
55 - "${FILESDIR}"/${PN}-2.0-libdir.diff
56 -)
57 -
58 -src_prepare() {
59 - default
60 - eautoreconf
61 -}
62 -
63 -src_configure() {
64 - econf \
65 - DNETINC='' \
66 - DNETLIB=-ldnet \
67 - EVENTINC='' \
68 - EVENTLIB=-levent \
69 - PCAPINC='' \
70 - PCAPLIB=-lpcap
71 -}
72 -
73 -src_compile() {
74 - emake CFLAGS="${CFLAGS}"
75 -}
76 -
77 -src_install() {
78 - dobin scanssh
79 - doman scanssh.1
80 -}
81
82 diff --git a/net-analyzer/scanssh/scanssh-2.1.ebuild b/net-analyzer/scanssh/scanssh-2.1.ebuild
83 deleted file mode 100644
84 index d154e29437a..00000000000
85 --- a/net-analyzer/scanssh/scanssh-2.1.ebuild
86 +++ /dev/null
87 @@ -1,34 +0,0 @@
88 -# Copyright 1999-2018 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=5
92 -inherit eutils
93 -
94 -DESCRIPTION="network scanner that gathers info on SSH protocols and versions"
95 -HOMEPAGE="https://monkey.org/~provos/scanssh/"
96 -SRC_URI="https://monkey.org/~provos/${P}.tar.gz"
97 -
98 -LICENSE="BSD"
99 -SLOT="0"
100 -KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86"
101 -
102 -DEPEND="
103 - dev-libs/libdnet
104 - dev-libs/libevent
105 - net-libs/libpcap
106 -"
107 -RDEPEND="${DEPEND}"
108 -
109 -src_prepare() {
110 - epatch "${FILESDIR}"/${PN}-2.0-fix-warnings.diff
111 - touch configure
112 -}
113 -
114 -src_compile() {
115 - emake CFLAGS="${CFLAGS}"
116 -}
117 -
118 -src_install() {
119 - dobin scanssh
120 - doman scanssh.1
121 -}