commit:     bf46b618831866a592276295d89e4023c00ae0d1
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 17:22:41 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 17:22:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf46b618

net-analyzer/scanssh: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/scanssh/Manifest              |  1 -
 net-analyzer/scanssh/scanssh-2.1-r2.ebuild | 50 ------------------------------
 net-analyzer/scanssh/scanssh-2.1.ebuild    | 34 --------------------
 3 files changed, 85 deletions(-)

diff --git a/net-analyzer/scanssh/Manifest b/net-analyzer/scanssh/Manifest
index b8290cc75d1..7ff0d095f83 100644
--- a/net-analyzer/scanssh/Manifest
+++ b/net-analyzer/scanssh/Manifest
@@ -1,2 +1 @@
 DIST scanssh-2.1.2.tar.gz 147470 BLAKE2B 
4cb31a27dd925f071bcb958fc72bef7b7f0455b7d718a15536dae40cee969739628da64a3972e2c5cc9813ef24c5634ca019571783ea20df87c7df80f32da876
 SHA512 
af4e705c43156b907d6864b12f5832bb4e43d0ff284e34e96b32bbe7986299954d1175880ffe7588f91a939d140b45592fc72dc2bf397f140aed929dbe44a453
-DIST scanssh-2.1.tar.gz 111481 BLAKE2B 
08ba8439cd02d597647f865fed68ef9eb32d63726f8d14bebe3b58a067b56eee70e01a1a7911ce69cf4466c0863d92d5d22e0202bb1cc60426ac283855438079
 SHA512 
1ddff6f8e51735bab28032c8d7cbb641ff0cd19a404a27ab489589ef1e30e3721dd486854eb4fef15368cc53f10c9c2650ffaf7fa7f767dc2202fcc5540ae59c

diff --git a/net-analyzer/scanssh/scanssh-2.1-r2.ebuild 
b/net-analyzer/scanssh/scanssh-2.1-r2.ebuild
deleted file mode 100644
index 954e6059dec..00000000000
--- a/net-analyzer/scanssh/scanssh-2.1-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="network scanner that gathers info on SSH protocols and versions"
-HOMEPAGE="https://monkey.org/~provos/scanssh/";
-SRC_URI="https://monkey.org/~provos/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND="
-       dev-libs/libdnet
-       dev-libs/libevent:=
-       net-libs/libpcap
-"
-RDEPEND="
-       ${DEPEND}
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.0-fix-warnings.diff
-       "${FILESDIR}"/${PN}-2.0-libdir.diff
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               DNETINC='' \
-               DNETLIB=-ldnet \
-               EVENTINC='' \
-               EVENTLIB=-levent \
-               PCAPINC='' \
-               PCAPLIB=-lpcap
-}
-
-src_compile() {
-       emake CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-       dobin scanssh
-       doman scanssh.1
-}

diff --git a/net-analyzer/scanssh/scanssh-2.1.ebuild 
b/net-analyzer/scanssh/scanssh-2.1.ebuild
deleted file mode 100644
index d154e29437a..00000000000
--- a/net-analyzer/scanssh/scanssh-2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="network scanner that gathers info on SSH protocols and versions"
-HOMEPAGE="https://monkey.org/~provos/scanssh/";
-SRC_URI="https://monkey.org/~provos/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86"
-
-DEPEND="
-       dev-libs/libdnet
-       dev-libs/libevent
-       net-libs/libpcap
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-2.0-fix-warnings.diff
-       touch configure
-}
-
-src_compile() {
-       emake CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-       dobin scanssh
-       doman scanssh.1
-}

Reply via email to