diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-19 12:57:05 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-19 12:57:05 +0000 |
commit | 59c695c31d93e919e7dabe18eb674a05bb7bb4d3 (patch) | |
tree | 5b48a131ad0912e0ba73dbb78b8b2a6ce5d090fe /net-analyzer/netio | |
parent | alpha/ia64/sparc/x86 stable (diff) | |
download | gentoo-2-59c695c31d93e919e7dabe18eb674a05bb7bb4d3.tar.gz gentoo-2-59c695c31d93e919e7dabe18eb674a05bb7bb4d3.tar.bz2 gentoo-2-59c695c31d93e919e7dabe18eb674a05bb7bb4d3.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r-- | net-analyzer/netio/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/netio/files/digest-netio-1.23 | 3 | ||||
-rw-r--r-- | net-analyzer/netio/netio-1.23.ebuild | 55 |
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 -} |