jer         14/07/18 16:33:50

  Modified:             ChangeLog
  Added:                iperf-3.0.5.ebuild
  Log:
  Version bump (bug #466508 by Bryan Duff).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.46                 net-misc/iperf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   18 Jul 2014 16:15:59 -0000      1.45
+++ ChangeLog   18 Jul 2014 16:33:50 -0000      1.46
@@ -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.45 2014/07/18 
16:15:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.46 2014/07/18 
16:33:50 jer Exp $
+
+*iperf-3.0.5 (18 Jul 2014)
+
+  18 Jul 2014; Jeroen Roovers <j...@gentoo.org> +iperf-3.0.5.ebuild:
+  Version bump (bug #466508 by Bryan Duff).
 
   18 Jul 2014; Jeroen Roovers <j...@gentoo.org> iperf-2.0.5-r2.ebuild,
   files/iperf-bidirectional-tcp-server.patch,



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

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

Index: iperf-3.0.5.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.5.ebuild,v 1.1 
2014/07/18 16:33:50 jer Exp $

EAPI=5
inherit eutils

DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
LICENSE="BSD"
SLOT="0"
HOMEPAGE="https://github.com/esnet/iperf/";
SRC_URI="https://codeload.github.com/esnet/${PN}/tar.gz/${PV} -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint"
IUSE="static-libs"

src_configure() {
        econf $(use_enable static-libs static)
}

src_install() {
        default
        prune_libtool_files
}




Reply via email to