summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-14 22:30:35 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-14 22:30:35 +0000
commitc06ddd291406a2a14239180a99f7eb359dd8b108 (patch)
tree45c3b72a7331054bf1b9c8d9c2fce11500513df7 /net-analyzer/netio
parentEAPI bump. Lots of cleaning up. (diff)
downloadgentoo-2-c06ddd291406a2a14239180a99f7eb359dd8b108.tar.gz
gentoo-2-c06ddd291406a2a14239180a99f7eb359dd8b108.tar.bz2
gentoo-2-c06ddd291406a2a14239180a99f7eb359dd8b108.zip
EAPI bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r--net-analyzer/netio/ChangeLog7
-rw-r--r--net-analyzer/netio/netio-1.32.ebuild15
2 files changed, 12 insertions, 10 deletions
diff --git a/net-analyzer/netio/ChangeLog b/net-analyzer/netio/ChangeLog
index e4adb4109ee4..b9a04eb91a87 100644
--- a/net-analyzer/netio/ChangeLog
+++ b/net-analyzer/netio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/netio
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.28 2013/01/21 12:20:44 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.29 2014/07/14 22:30:35 jer Exp $
+
+ 14 Jul 2014; Jeroen Roovers <jer@gentoo.org> netio-1.32.ebuild:
+ EAPI bump.
21 Jan 2013; Jeroen Roovers <jer@gentoo.org> -netio-1.26.ebuild,
-netio-1.26-r1.ebuild:
diff --git a/net-analyzer/netio/netio-1.32.ebuild b/net-analyzer/netio/netio-1.32.ebuild
index faf6b0058bb9..24b6265527c4 100644
--- a/net-analyzer/netio/netio-1.32.ebuild
+++ b/net-analyzer/netio/netio-1.32.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.32.ebuild,v 1.1 2013/01/21 12:18:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.32.ebuild,v 1.2 2014/07/14 22:30:35 jer Exp $
-EAPI=4
+EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="a network benchmarking tool that measures net throughput with NetBIOS and TCP/IP protocols."
@@ -17,18 +17,17 @@ RESTRICT="mirror" # bug #391789 comment #1
DEPEND="app-arch/unzip
>=sys-apps/sed-4"
-RDEPEND=""
S="${WORKDIR}"
src_prepare() {
edos2unix *.c *.h
- sed -i Makefile \
- -e 's|\(CFLAGS\)=|\1+=|g' \
- -e 's|\(CC\)=|\1?=|g' \
+ sed -i \
-e "s|LFLAGS=\"\"|LFLAGS?=\"${LDFLAGS}\"|g" \
- || die "sed Makefile failed"
+ -e 's|\(CC\)=|\1?=|g' \
+ -e 's|\(CFLAGS\)=|\1+=|g' \
+ Makefile || die
epatch "${FILESDIR}"/${PN}-1.26-linux-include.patch
}