summaryrefslogtreecommitdiff
path: root/net-misc/iperf/iperf-2.99999.99999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /net-misc/iperf/iperf-2.99999.99999.ebuild
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'net-misc/iperf/iperf-2.99999.99999.ebuild')
-rw-r--r--net-misc/iperf/iperf-2.99999.99999.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-misc/iperf/iperf-2.99999.99999.ebuild b/net-misc/iperf/iperf-2.99999.99999.ebuild
index 5d1c5b42d4a4..a4087a924a8e 100644
--- a/net-misc/iperf/iperf-2.99999.99999.ebuild
+++ b/net-misc/iperf/iperf-2.99999.99999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit git-r3 toolchain-funcs
DESCRIPTION="Tool to measure IP bandwidth using UDP or TCP"
@@ -10,13 +11,9 @@ EGIT_REPO_URI="https://git.code.sf.net/p/iperf2/code"
LICENSE="HPND"
SLOT="2"
-KEYWORDS=""
IUSE="ipv6 threads debug"
-DOCS="INSTALL README"
-PATCHES=(
- "${FILESDIR}"/${PN}-2.0.12-ipv6.patch
-)
+DOCS=( "INSTALL" "README" )
src_configure() {
econf \
@@ -31,6 +28,7 @@ src_compile() {
src_install() {
default
+
dodoc doc/*
newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}