public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ssh-audit/
Date: Sun,  1 Dec 2024 11:38:47 +0000 (UTC)	[thread overview]
Message-ID: <1733053110.5baede06508cc959184874cfef32a90ea19218ad.graaff@gentoo> (raw)

commit:     5baede06508cc959184874cfef32a90ea19218ad
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 11:02:34 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 11:38:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5baede06

net-analyzer/ssh-audit: drop 3.0.0, 3.1.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-analyzer/ssh-audit/Manifest               |  2 --
 net-analyzer/ssh-audit/ssh-audit-3.0.0.ebuild | 27 ---------------------------
 net-analyzer/ssh-audit/ssh-audit-3.1.0.ebuild | 27 ---------------------------
 3 files changed, 56 deletions(-)

diff --git a/net-analyzer/ssh-audit/Manifest b/net-analyzer/ssh-audit/Manifest
index b430cc765c0d..c21cf1748121 100644
--- a/net-analyzer/ssh-audit/Manifest
+++ b/net-analyzer/ssh-audit/Manifest
@@ -1,4 +1,2 @@
-DIST ssh-audit-3.0.0.tar.gz 151667 BLAKE2B 3d79ee96793634f97d5ee7237189f97ddacd388afbbfb55cc8a8f21b4cb1198d79595694c88bf9f0df1adbe997ec5a9d8caa9b9f07d988d4cff07ae0d6924ea0 SHA512 2fcfc6c8b6737d54894de70dbcf1f800662ca122995c897507c87c73fecad66571b44bc3dfe102ff0dbafd270e537e5e00c7449319f1ee12b90494ee784c0cde
-DIST ssh-audit-3.1.0.tar.gz 154296 BLAKE2B 8c474ddfa2ceacb5c271eac152d1bb0b1e10132ae46de9da891b445a8a4b2ae70ffc20bb83a2d4ec52fdad8701c13f4777c85bd2e15b8ee5dbc6b021c268e731 SHA512 ea42aa93272cb1881d8c5882b2f68655606fe73f64a708bc0f9f743f14137aab1026eabf10a813f3919de179117c1a9b4c8325d511e25afd60caee273cb32deb
 DIST ssh-audit-3.2.0.tar.gz 175715 BLAKE2B 89e9710dae25a05347cfc3f29d69af9f9aaf5c9238c6b7454458bce32db6ce711483b9616ecb9dc20ab2f7de090fc9e724a271c10c8d96fe763cbf4e08c9e443 SHA512 66544b631eee07d02f2c15324016bbe1d6504e70032659f7610fd25aa248285a0ac20d43c4ae8958f434adab079a551baad4f7fabebdde51d0ff7b7047082abe
 DIST ssh-audit-3.3.0.tar.gz 172808 BLAKE2B 9c02708344b491c3a64edec96b95973dddc7eb2e77bfc7752e747d4b890b2e0ef9ca2724962ea81940b0ee7ed475f5a149f768d915289bb704ea3b2cec17dafb SHA512 5be8c2e65ca76f34b425392ee54dc62be7a7bfe00fd567123000278a3c4fcd5fe7f4cab8f1edab5ffb08cb9827303ec1e6605b4d0b0a8b35c210f69a57fc595d

diff --git a/net-analyzer/ssh-audit/ssh-audit-3.0.0.ebuild b/net-analyzer/ssh-audit/ssh-audit-3.0.0.ebuild
deleted file mode 100644
index 1a964a4b8a85..000000000000
--- a/net-analyzer/ssh-audit/ssh-audit-3.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=(python3_{10,11})
-
-inherit distutils-r1
-
-DESCRIPTION="SSH server auditing (banner, key exchange, encryption, mac, compression, etc)"
-HOMEPAGE="https://github.com/jtesta/ssh-audit"
-SRC_URI="https://github.com/jtesta/ssh-audit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-IUSE=""
-
-# Tests require prospector which is not packaged
-RESTRICT="test"
-
-src_install() {
-	distutils-r1_src_install
-
-	doman ssh-audit.1
-}

diff --git a/net-analyzer/ssh-audit/ssh-audit-3.1.0.ebuild b/net-analyzer/ssh-audit/ssh-audit-3.1.0.ebuild
deleted file mode 100644
index f61f9ddb69ed..000000000000
--- a/net-analyzer/ssh-audit/ssh-audit-3.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=(python3_{10,11,12})
-
-inherit distutils-r1
-
-DESCRIPTION="SSH server auditing (banner, key exchange, encryption, mac, compression, etc)"
-HOMEPAGE="https://github.com/jtesta/ssh-audit"
-SRC_URI="https://github.com/jtesta/ssh-audit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-IUSE=""
-
-# Tests require prospector which is not packaged
-RESTRICT="test"
-
-src_install() {
-	distutils-r1_src_install
-
-	doman ssh-audit.1
-}


             reply	other threads:[~2024-12-01 11:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-01 11:38 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-01 11:38 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ssh-audit/ Hans de Graaff
2024-10-16  6:00 Hans de Graaff
2024-04-23  5:37 Hans de Graaff
2023-12-22  9:40 Hans de Graaff
2023-12-22  9:40 Hans de Graaff
2023-09-09  4:32 Hans de Graaff
2023-09-09  4:32 Hans de Graaff
2023-04-30  8:50 Hans de Graaff
2022-11-12 13:52 Hans de Graaff
2022-06-17 12:18 Jakov Smolić
2022-06-17 12:07 Jakov Smolić
2022-05-27  5:39 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1733053110.5baede06508cc959184874cfef32a90ea19218ad.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox