summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-11-19 07:48:29 +0100
committerJeroen Roovers <jer@gentoo.org>2019-11-19 07:57:06 +0100
commit55d2ec074d4e8eb538152ab67f018c952ab055aa (patch)
treebd4cd96665c5a5100b56f11bc6aa3f0aa69ee925 /net-analyzer/bwping/bwping-1.16.ebuild
parentapp-admin/consul: Bump to version 1.6.2 (diff)
downloadgentoo-55d2ec074d4e8eb538152ab67f018c952ab055aa.tar.gz
gentoo-55d2ec074d4e8eb538152ab67f018c952ab055aa.tar.bz2
gentoo-55d2ec074d4e8eb538152ab67f018c952ab055aa.zip
net-analyzer/bwping: Version 1.16
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/bwping/bwping-1.16.ebuild')
-rw-r--r--net-analyzer/bwping/bwping-1.16.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-analyzer/bwping/bwping-1.16.ebuild b/net-analyzer/bwping/bwping-1.16.ebuild
new file mode 100644
index 000000000000..b8610ffd425f
--- /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
+}