diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-21 12:18:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-21 12:18:01 +0000 |
commit | c74f40c60c0288707e0c07aa3237050e55430a89 (patch) | |
tree | 973bb603b9a8c2bd0f4c42c35077822dc084ff7e /net-analyzer/netio | |
parent | Fix rb-inotify dependency to adhere to semantic versioning. (diff) | |
download | gentoo-2-c74f40c60c0288707e0c07aa3237050e55430a89.tar.gz gentoo-2-c74f40c60c0288707e0c07aa3237050e55430a89.tar.bz2 gentoo-2-c74f40c60c0288707e0c07aa3237050e55430a89.zip |
Version bump by thomasg (bug #453242).
(Portage version: 2.2.0_alpha158/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r-- | net-analyzer/netio/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/netio/files/netio-1.26-linux-include.patch | 4 | ||||
-rw-r--r-- | net-analyzer/netio/netio-1.32.ebuild (renamed from net-analyzer/netio/netio-1.31.ebuild) | 12 |
3 files changed, 16 insertions, 10 deletions
diff --git a/net-analyzer/netio/ChangeLog b/net-analyzer/netio/ChangeLog index 3bcc5d2e26df..548cb65ada57 100644 --- a/net-analyzer/netio/ChangeLog +++ b/net-analyzer/netio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/netio -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.26 2011/11/24 17:31:19 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.27 2013/01/21 12:18:01 jer Exp $ + +*netio-1.32 (21 Jan 2013) + + 21 Jan 2013; Jeroen Roovers <jer@gentoo.org> + files/netio-1.26-linux-include.patch, -netio-1.31.ebuild, +netio-1.32.ebuild: + Version bump by thomasg (bug #453242). 24 Nov 2011; Jeroen Roovers <jer@gentoo.org> netio-1.31.ebuild: Set RESTRICT=mirror (bug #391789 comment #1). diff --git a/net-analyzer/netio/files/netio-1.26-linux-include.patch b/net-analyzer/netio/files/netio-1.26-linux-include.patch index dc0cd9813e52..e006c82d71aa 100644 --- a/net-analyzer/netio/files/netio-1.26-linux-include.patch +++ b/net-analyzer/netio/files/netio-1.26-linux-include.patch @@ -1,8 +1,8 @@ Add missing include (see inet(3)) - JeR ---- a/netio.c 2005-08-30 16:47:18.000000000 +0200 -+++ b/netio.c 2010-08-09 19:31:51.000000000 +0200 +--- a/netio.c ++++ b/netio.c @@ -199,6 +199,7 @@ #include <sys/time.h> #include <time.h> diff --git a/net-analyzer/netio/netio-1.31.ebuild b/net-analyzer/netio/netio-1.32.ebuild index 1a01b8936678..faf6b0058bb9 100644 --- a/net-analyzer/netio/netio-1.31.ebuild +++ b/net-analyzer/netio/netio-1.32.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.31.ebuild,v 1.2 2011/11/24 17:31:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.32.ebuild,v 1.1 2013/01/21 12:18:01 jer Exp $ EAPI=4 - inherit eutils toolchain-funcs DESCRIPTION="a network benchmarking tool that measures net throughput with NetBIOS and TCP/IP protocols." HOMEPAGE="http://www.ars.de/ars/ars.nsf/docs/netio" -SRC_URI='http://www.ars.de/ars/ars.nsf/f24a6a0b94c22d82862566960071bf5a/aa577bc4be573b05c125706d004c75b5/$FILE/netio131.zip' +SRC_URI='http://www.ars.de/ARS/ars.nsf/f24a6a0b94c22d82862566960071bf5a/aa577bc4be573b05c125706d004c75b5/$FILE/netio132.zip' LICENSE="free-noncomm" SLOT="0" @@ -34,9 +33,10 @@ src_prepare() { } src_compile() { - emake linux \ + emake \ CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" + CFLAGS="${CFLAGS}" \ + linux } src_install() { |