commit:     697b6c0d2efbb1940ab1845e4560a324c07a42b3
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 26 04:41:23 2025 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Wed Mar 26 04:42:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697b6c0d

net-analyzer/sshping: drop 0.1.4

Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 net-analyzer/sshping/sshping-0.1.4.ebuild | 32 -------------------------------
 1 file changed, 32 deletions(-)

diff --git a/net-analyzer/sshping/sshping-0.1.4.ebuild 
b/net-analyzer/sshping/sshping-0.1.4.ebuild
deleted file mode 100644
index b6898c56a36b..000000000000
--- a/net-analyzer/sshping/sshping-0.1.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="ssh-based ping: measure character echo latency and bandwidth"
-HOMEPAGE="https://github.com/spook/sshping";
-SRC_URI="https://github.com/spook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="dev-lang/perl"
-DEPEND="net-libs/libssh:="
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-       "${FILESDIR}/${P}-fix-man-dir.patch"
-       "${FILESDIR}/${P}-respect-cxxflags.patch"
-)
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
-               -DCMAKE_CXX_FLAGS="${CXXFLAGS}"
-       )
-
-       cmake_src_configure
-}

Reply via email to