net-analyzer/bwping: add 2.6

Signed-off-by: Oleg Derevenetz <oleg.derevenetz@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42424
Closes: https://github.com/gentoo/gentoo/pull/42424
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Oleg Derevenetz
2025-06-03 18:06:54 +03:00
committed by Sam James
parent 9ba4c2baaf
commit a6e0f7d29e
2 changed files with 17 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST bwping-2.5.tar.gz 113076 BLAKE2B c2a01b1d1d9fb83c2f0e40e2b1967d0e1e5a939d912372637558aa84cea0bca08f080cc8d980906d346ca44b39b7f37b54b0d6e18f834928bd59ddd056af43ac SHA512 2c271215476c8f1e0758aaae0e1730c526a326eeb3c7ffac3d8fac5783dbbe84d97fbb6732bfa7199ea8e4caf81a8dc9bd54ee36b63ece46dd2286880c734371
DIST bwping-2.6.tar.gz 113405 BLAKE2B aa37d0a2351cbfa72605a809d1f2cf01be0347487e87a4f337ecadc8c021f7b2414e31424789ee7a490beb2445bf3d8447f9ca20ce00672d4a352d1b17d203ff SHA512 df880a6a26fc00a18cd64b44de9f6b8fc6ff5aab472b6af2fc80dfd642347238987cad9da963cb2a719d36571ce9951feb579647c4e8a4b69d6902c994ac36d3

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP"
HOMEPAGE="https://bwping.sourceforge.io/"
SRC_URI="https://github.com/oleg-derevenetz/bwping/releases/download/RELEASE_${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
src_test() {
[[ ${UID} = 0 ]] && default
}