jer         14/10/16 09:18:50

  Modified:             ChangeLog
  Added:                iperf-3.0.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key A792A613)

Revision  Changes    Path
1.65                 net-misc/iperf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/ChangeLog?rev=1.65&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/ChangeLog?rev=1.65&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   10 Oct 2014 10:54:04 -0000      1.64
+++ ChangeLog   16 Oct 2014 09:18:50 -0000      1.65
@@ -1,6 +1,11 @@
 # 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.64 2014/10/10 
10:54:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.65 2014/10/16 
09:18:50 jer Exp $
+
+*iperf-3.0.9 (16 Oct 2014)
+
+  16 Oct 2014; Jeroen Roovers <j...@gentoo.org> +iperf-3.0.9.ebuild:
+  Version bump.
 
   10 Oct 2014; Agostino Sarubbo <a...@gentoo.org> iperf-3.0.7.ebuild:
   Stable for x86, wrt bug #524444



1.1                  net-misc/iperf/iperf-3.0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/iperf-3.0.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/iperf/iperf-3.0.9.ebuild?rev=1.1&content-type=text/plain

Index: iperf-3.0.9.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.9.ebuild,v 1.1 
2014/10/16 09:18:50 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
}




Reply via email to