jer         15/07/13 04:40:29

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

Revision  Changes    Path
1.69                 net-misc/iperf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   13 Jan 2015 10:22:40 -0000      1.68
+++ ChangeLog   13 Jul 2015 04:40:29 -0000      1.69
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/iperf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.68 2015/01/13 
10:22:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.69 2015/07/13 
04:40:29 jer Exp $
+
+*iperf-3.1_beta3 (13 Jul 2015)
+
+  13 Jul 2015; Jeroen Roovers <[email protected]> +iperf-3.1_beta3.ebuild:
+  Version bump.
 
 *iperf-3.0.11 (13 Jan 2015)
 



1.1                  net-misc/iperf/iperf-3.1_beta3.ebuild

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

Index: iperf-3.1_beta3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.1_beta3.ebuild,v 1.1 
2015/07/13 04:40:29 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/_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"

S=${WORKDIR}/${P/_beta/b}

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