diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-19 19:38:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-19 19:38:32 +0000 |
commit | 14c78e2c068b26feceb5269c5eb510c0ac6fcd08 (patch) | |
tree | 9953eafa6f4b1c968bad907c02435a421905008f /net-analyzer/netio | |
parent | version bump (diff) | |
download | gentoo-2-14c78e2c068b26feceb5269c5eb510c0ac6fcd08.tar.gz gentoo-2-14c78e2c068b26feceb5269c5eb510c0ac6fcd08.tar.bz2 gentoo-2-14c78e2c068b26feceb5269c5eb510c0ac6fcd08.zip |
repoman: Fix leading whitespace
Diffstat (limited to 'net-analyzer/netio')
-rw-r--r-- | net-analyzer/netio/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/netio/netio-1.23.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/netio/Manifest b/net-analyzer/netio/Manifest index d50e49f0af73..f5bf9a3abba1 100644 --- a/net-analyzer/netio/Manifest +++ b/net-analyzer/netio/Manifest @@ -1,3 +1,3 @@ -MD5 eb55dbd3ef73a4714c34576b38dbf3d5 netio-1.23.ebuild 1057 MD5 7195b93ac0d0a148a0c0e72ea69a7a50 ChangeLog 3245 +MD5 5ac5d12bfb5f59c9625f54b833a1df09 netio-1.23.ebuild 1061 MD5 e2011a67f325086737a95017b12456d1 files/digest-netio-1.23 57 diff --git a/net-analyzer/netio/netio-1.23.ebuild b/net-analyzer/netio/netio-1.23.ebuild index 177f2e7fa9df..31268c5b54c3 100644 --- a/net-analyzer/netio/netio-1.23.ebuild +++ b/net-analyzer/netio/netio-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.1 2003/10/19 09:15:04 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.2 2003/10/19 19:38:28 mr_bones_ Exp $ 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/" @@ -24,8 +24,8 @@ src_install() { # 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\ - getopt.o netb_2_c.h netbios.o netio.doc getopt.c Makefile netbios.c\ - netio netio.o + getopt.o netb_2_c.h netbios.o netio.doc getopt.c Makefile netbios.c\ + netio netio.o # also install binaries for other platforms than linux dodoc bin/os2-i386.exe bin/win32-i386.exe |