commit:     381eaffe9392aef5bc226e6a3536cba8fc06f527
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 19:16:25 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 19:16:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381eaffe

net-analyzer/scanssh: drop 2.1.2, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/scanssh/Manifest             |  1 -
 net-analyzer/scanssh/scanssh-2.1.2.ebuild | 50 -------------------------------
 2 files changed, 51 deletions(-)

diff --git a/net-analyzer/scanssh/Manifest b/net-analyzer/scanssh/Manifest
index fce19ea97a2f..c1e82f737fa8 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.3.1.tar.gz 147954 BLAKE2B 
a263eda2d49159e715bb8d2190fc78f8e41d5f3a56e0bf67b70ed716eb787c09cff0ea9e759b5aa62096f75de01d2d5b5980aa66a7c5b14635d835fd3b7c6f07
 SHA512 
970cbb03aa44fcef62aa03132335e6ecedb083cee98a360b3d781efc8c2d3c169f70c17837b1faaf9ceaa2691a7c619174a9bb185146af50188eaceda5d14adb

diff --git a/net-analyzer/scanssh/scanssh-2.1.2.ebuild 
b/net-analyzer/scanssh/scanssh-2.1.2.ebuild
deleted file mode 100644
index 02520623012d..000000000000
--- a/net-analyzer/scanssh/scanssh-2.1.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 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://github.com/ofalk/scanssh/";
-SRC_URI="https://github.com/ofalk/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 ~riscv 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
-}

Reply via email to