jer         14/08/06 21:13:56

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

Revision  Changes    Path
1.53                 net-misc/iperf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   1 Aug 2014 11:41:03 -0000       1.52
+++ ChangeLog   6 Aug 2014 21:13:56 -0000       1.53
@@ -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.52 2014/08/01 
11:41:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.53 2014/08/06 
21:13:56 jer Exp $
+
+*iperf-3.0.6 (06 Aug 2014)
+
+  06 Aug 2014; Jeroen Roovers <j...@gentoo.org> +iperf-3.0.6.ebuild:
+  Version bump.
 
   01 Aug 2014; Raúl Porcel <armi...@gentoo.org> iperf-2.0.5-r2.ebuild:
   sparc/x86 stable wrt #517430



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

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

Index: iperf-3.0.6.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.6.ebuild,v 1.1 
2014/08/06 21:13:56 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