jer 14/12/18 09:57:48 Modified: ChangeLog Added: iperf-3.0.10.ebuild Removed: iperf-3.0.8.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.67 net-misc/iperf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 29 Oct 2014 09:31:43 -0000 1.66 +++ ChangeLog 18 Dec 2014 09:57:48 -0000 1.67 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/iperf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.66 2014/10/29 09:31:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.67 2014/12/18 09:57:48 jer Exp $ + +*iperf-3.0.10 (18 Dec 2014) + + 18 Dec 2014; Jeroen Roovers <[email protected]> -iperf-3.0.8.ebuild, + +iperf-3.0.10.ebuild: + Version bump. 29 Oct 2014; Agostino Sarubbo <[email protected]> iperf-3.0.7.ebuild: Stable for sparc, wrt bug #524444 1.1 net-misc/iperf/iperf-3.0.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/iperf-3.0.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/iperf-3.0.10.ebuild?rev=1.1&content-type=text/plain Index: iperf-3.0.10.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.0.10.ebuild,v 1.1 2014/12/18 09:57:48 jer Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool" LICENSE="BSD" SLOT="3" HOMEPAGE="https://github.com/esnet/iperf/" SRC_URI="https://codeload.github.com/esnet/${PN}/tar.gz/${PV} -> ${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" src_prepare() { epatch "${FILESDIR}"/${PN}-3.0.5-flags.patch eautoreconf } src_configure() { econf $(use_enable static-libs static) } src_install() { default prune_libtool_files }
