From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5391258973 for ; Fri, 29 Jan 2016 01:20:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 898B8E07F1; Fri, 29 Jan 2016 01:20:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DF69E07F1 for ; Fri, 29 Jan 2016 01:20:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C186A340BB0 for ; Fri, 29 Jan 2016 01:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F5968DC for ; Fri, 29 Jan 2016 01:20:24 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1454030468.d09df9740494c773e5d3cdb607b0b28573f76cd6.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iperf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/iperf/iperf-3.1_beta3.ebuild net-misc/iperf/metadata.xml X-VCS-Directories: net-misc/iperf/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: d09df9740494c773e5d3cdb607b0b28573f76cd6 X-VCS-Branch: master Date: Fri, 29 Jan 2016 01:20:24 +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-Archives-Salt: 8674c223-8b12-47b7-9b58-80b4b396db43 X-Archives-Hash: ac0ffa7ec060f23eab1b763a31954f4d commit: d09df9740494c773e5d3cdb607b0b28573f76cd6 Author: Jason A. Donenfeld gentoo org> AuthorDate: Fri Jan 29 01:21:08 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Fri Jan 29 01:21:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09df974 net-misc/iperf: add sctp support Package-Manager: portage-2.2.26 net-misc/iperf/iperf-3.1_beta3.ebuild | 5 ++++- net-misc/iperf/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/net-misc/iperf/iperf-3.1_beta3.ebuild b/net-misc/iperf/iperf-3.1_beta3.ebuild index 4b4687a..6e0d184 100644 --- a/net-misc/iperf/iperf-3.1_beta3.ebuild +++ b/net-misc/iperf/iperf-3.1_beta3.ebuild @@ -11,7 +11,10 @@ SLOT="3" HOMEPAGE="https://github.com/esnet/iperf/" SRC_URI="https://codeload.github.com/esnet/${PN}/tar.gz/${PV/_beta/b} -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" -IUSE="static-libs" +IUSE="static-libs sctp" + +DEPEND="sctp? ( net-misc/lksctp-tools )" +RDEPEND="$DEPEND" S=${WORKDIR}/${P/_beta/b} diff --git a/net-misc/iperf/metadata.xml b/net-misc/iperf/metadata.xml index c2391d4..dcefadc 100644 --- a/net-misc/iperf/metadata.xml +++ b/net-misc/iperf/metadata.xml @@ -1,6 +1,9 @@ + + Support for Stream Control Transmission Protocol + netmon@gentoo.org Gentoo network monitoring and analysis project