summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-01-19 12:57:05 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-01-19 12:57:05 +0000
commitf85f1cb3f2cdda224bfb3a596aabf1fe12d79af9 (patch)
treefb7d18bc82f00ba082edcaaf70dd2fcef9e323f0 /net-analyzer/netio
parentalpha/ia64/sparc/x86 stable (diff)
downloadhistorical-f85f1cb3f2cdda224bfb3a596aabf1fe12d79af9.tar.gz
historical-f85f1cb3f2cdda224bfb3a596aabf1fe12d79af9.tar.bz2
historical-f85f1cb3f2cdda224bfb3a596aabf1fe12d79af9.zip
old
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r--net-analyzer/netio/ChangeLog5
-rw-r--r--net-analyzer/netio/files/digest-netio-1.233
-rw-r--r--net-analyzer/netio/netio-1.23.ebuild55
3 files changed, 4 insertions, 59 deletions
diff --git a/net-analyzer/netio/ChangeLog b/net-analyzer/netio/ChangeLog
index 2b1fd8cad486..6954ed2c45ef 100644
--- a/net-analyzer/netio/ChangeLog
+++ b/net-analyzer/netio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/netio
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.17 2008/01/16 20:21:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/ChangeLog,v 1.18 2008/01/19 12:57:04 armin76 Exp $
+
+ 19 Jan 2008; Raúl Porcel <armin76@gentoo.org> -netio-1.23.ebuild:
+ old
16 Jan 2008; Fabian Groffen <grobian@gentoo.org> netio-1.23.ebuild,
netio-1.26.ebuild:
diff --git a/net-analyzer/netio/files/digest-netio-1.23 b/net-analyzer/netio/files/digest-netio-1.23
deleted file mode 100644
index f252b7fe1ae2..000000000000
--- a/net-analyzer/netio/files/digest-netio-1.23
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 672c3a34656b4ec59500028a7baa67b7 netio123.zip 130800
-RMD160 df6b077cd4549c7cc6e6df71c3af103d1f43cb42 netio123.zip 130800
-SHA256 d0a347ae58bbb2da04834a900d1b827977565c7626351a07dd55460c538f22ce netio123.zip 130800
diff --git a/net-analyzer/netio/netio-1.23.ebuild b/net-analyzer/netio/netio-1.23.ebuild
deleted file mode 100644
index b7f49e4655fb..000000000000
--- a/net-analyzer/netio/netio-1.23.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.14 2008/01/16 20:21:29 grobian Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="a network benchmark for DOS, OS/2, Windows NT and Unix that measures net througput with NetBIOS and TCP/IP protocols."
-HOMEPAGE="http://freshmeat.net/projects/netio/"
-SRC_URI="http://ftp.leo.org/pub/comp/os/os2/leo/systools/netio123.zip"
-
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-IUSE=""
-
-DEPEND="virtual/libc
- app-arch/unzip
- >=sys-apps/sed-4"
-RDEPEND="virtual/libc"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's|\(CFLAGS\)=|\1?=|g' \
- -e 's|\(CC\)=|\1?=|g' Makefile || die "sed Makefile failed"
-}
-
-src_compile() {
- emake linux \
- CC="$(tc-getCC)" \
- CFLAGS="-DUNIX ${CFLAGS}" \
- || die "emake failed"
-}
-
-src_install() {
- dobin netio || die "dobin failed"
-
- # to be sure to comply with the license statement in netio.doc,
- # just install everything included in the package to doc
- dodoc netio.doc FILE_ID.DIZ getopt.h netb_1_c.h netbios.h netio.c \
- netb_2_c.h netio.doc getopt.c Makefile netbios.c
-
- # also install binaries
- dodoc bin/os2-i386.exe bin/win32-i386.exe bin/linux-i386
-}
-
-pkg_postinst() {
- echo
- elog "NOTE: all files included in the upstream zip file have"
- elog "been installed to /usr/share/doc/${PF}, as required by"
- elog "the license."
- echo
-}