From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 479C5138334 for ; Tue, 19 Nov 2019 06:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ED51E089A; Tue, 19 Nov 2019 06:57:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 052CCE089A for ; Tue, 19 Nov 2019 06:57:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6D9E34D04A for ; Tue, 19 Nov 2019 06:57:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 452EB2A5 for ; Tue, 19 Nov 2019 06:57:09 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1574146626.55d2ec074d4e8eb538152ab67f018c952ab055aa.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bwping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/bwping/Manifest net-analyzer/bwping/bwping-1.16.ebuild X-VCS-Directories: net-analyzer/bwping/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 55d2ec074d4e8eb538152ab67f018c952ab055aa X-VCS-Branch: master Date: Tue, 19 Nov 2019 06:57:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ffc2a266-3cb9-47dc-bfbc-cbe44d3edf3f X-Archives-Hash: b17fd72f85068328a91ab26e7616c1f0 commit: 55d2ec074d4e8eb538152ab67f018c952ab055aa Author: Jeroen Roovers gentoo org> AuthorDate: Tue Nov 19 06:48:29 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Nov 19 06:57:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d2ec07 net-analyzer/bwping: Version 1.16 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/bwping/Manifest | 1 + net-analyzer/bwping/bwping-1.16.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/net-analyzer/bwping/Manifest b/net-analyzer/bwping/Manifest index 56f887cc583..0db0cfbe8f9 100644 --- a/net-analyzer/bwping/Manifest +++ b/net-analyzer/bwping/Manifest @@ -1 +1,2 @@ DIST bwping-1.15.tar.gz 104234 BLAKE2B f0bc4b050760c775b5186667c2c15ce431832761d0bf00bf451d37514f93bafc1b6379ba96c30b1132f6dcb22fd4626304e4037c47794f9bf6fe28d10d5df6fb SHA512 76578571e3b3ca0f5ee61c28380d784fdcfbcee632e92b28a42c446ded9fb0fd0b682f360a51fca2df599353d5da9227762b186b5339ccfe7b9a7fa876399f8a +DIST bwping-1.16.tar.gz 103811 BLAKE2B 63880d4fe96d1272c06ca307fd0eb16fb1729ec3ddbd0de7bd484859625b3a9e8ba6d5730ac8df30795e2f7cb22ffd73dc9416eaca1ebc876f7ada83bcb46ca7 SHA512 d8f625a858e8278021ae91c5476ce18d1ecb8518a0f1d3d410a59dea4a64ec658fff527bc1f80d141a1249fe92da87afc536b86d31a30bcf316072e45cbc3998 diff --git a/net-analyzer/bwping/bwping-1.16.ebuild b/net-analyzer/bwping/bwping-1.16.ebuild new file mode 100644 index 00000000000..b8610ffd425 --- /dev/null +++ b/net-analyzer/bwping/bwping-1.16.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP" +HOMEPAGE="https://bwping.sourceforge.io/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" + +src_test() { + [[ ${UID} = 0 ]] && default +}