summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-11-16 11:12:58 +0100
committerJeroen Roovers <jer@gentoo.org>2017-11-16 11:12:58 +0100
commit9264ee7b03749d136304ae52a8e809f2448cf07d (patch)
tree221e3ced1fc02f81b530b503d60703effa4acef3 /net-analyzer/netio
parentnet-analyzer/netio: Update HOMEPAGE/SRC_URI by Nico Baggus (bug #637660). (diff)
downloadgentoo-9264ee7b03749d136304ae52a8e809f2448cf07d.tar.gz
gentoo-9264ee7b03749d136304ae52a8e809f2448cf07d.tar.bz2
gentoo-9264ee7b03749d136304ae52a8e809f2448cf07d.zip
net-analyzer/netio: Old.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r--net-analyzer/netio/netio-1.32.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/net-analyzer/netio/netio-1.32.ebuild b/net-analyzer/netio/netio-1.32.ebuild
deleted file mode 100644
index 2f43e6a30a2d..000000000000
--- a/net-analyzer/netio/netio-1.32.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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/netio132.zip'
-
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-RESTRICT="mirror" # bug #391789 comment #1
-
-DEPEND="app-arch/unzip
- >=sys-apps/sed-4"
-
-S="${WORKDIR}"
-
-src_prepare() {
- edos2unix *.c *.h
-
- sed -i \
- -e "s|LFLAGS=\"\"|LFLAGS?=\"${LDFLAGS}\"|g" \
- -e 's|\(CC\)=|\1?=|g' \
- -e 's|\(CFLAGS\)=|\1+=|g' \
- Makefile || die
- epatch "${FILESDIR}"/${PN}-1.26-linux-include.patch
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- linux
-}
-
-src_install() {
- dobin netio
- dodoc netio.doc
-}