2019-01-12 16:31:30 +03:00
|
|
|
# Copyright 1999-2019 Gentoo Authors
|
2015-09-16 09:59:17 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2019-01-12 16:31:30 +03:00
|
|
|
EAPI=7
|
2015-09-16 09:59:17 +03:00
|
|
|
|
|
|
|
DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP"
|
2019-06-12 23:25:01 +03:00
|
|
|
HOMEPAGE="https://bwping.sourceforge.io/"
|
2015-09-16 09:59:17 +03:00
|
|
|
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
2019-10-12 18:50:51 +03:00
|
|
|
KEYWORDS="amd64 ~sparc x86"
|
2019-06-12 23:25:01 +03:00
|
|
|
|
|
|
|
src_test() {
|
|
|
|
[[ ${UID} = 0 ]] && default
|
|
|
|
}
|