diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:40:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:40:14 +0000 |
commit | 51b3927648f41771ee9c6e7d37c843373ecab637 (patch) | |
tree | 980739b1a87f0bd0c814bb0353f243ca3d4fc5f1 /net-analyzer/hping | |
parent | header fix (diff) | |
download | historical-51b3927648f41771ee9c6e7d37c843373ecab637.tar.gz historical-51b3927648f41771ee9c6e7d37c843373ecab637.tar.bz2 historical-51b3927648f41771ee9c6e7d37c843373ecab637.zip |
whitespace cleanup
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc1.ebuild | 20 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc2.ebuild | 20 |
3 files changed, 22 insertions, 22 deletions
diff --git a/net-analyzer/hping/Manifest b/net-analyzer/hping/Manifest index eb49b2b9e3fb..b75a46157a44 100644 --- a/net-analyzer/hping/Manifest +++ b/net-analyzer/hping/Manifest @@ -1,5 +1,5 @@ MD5 85e2305a2f48e2640d1217be2c9aa63a ChangeLog 1168 -MD5 36f9ff4cd3355413b1ca9789b44d18ea hping-2.0.0_rc1.ebuild 988 -MD5 409f4821fc077df64e780f6c96923257 hping-2.0.0_rc2.ebuild 995 +MD5 c501ffecd3d6b80c182c3ed45c6cff8d hping-2.0.0_rc1.ebuild 965 +MD5 6b2c926d967d86a58522ea01fbc1cd07 hping-2.0.0_rc2.ebuild 969 MD5 704f5fd266e6ab22f0eed2acb3aa621b files/digest-hping-2.0.0_rc1 65 MD5 eef05cbe61a0adf5b65aced19f629085 files/digest-hping-2.0.0_rc2 66 diff --git a/net-analyzer/hping/hping-2.0.0_rc1.ebuild b/net-analyzer/hping/hping-2.0.0_rc1.ebuild index 7611ed63dd79..3e20c19b40a5 100644 --- a/net-analyzer/hping/hping-2.0.0_rc1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc1.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/hping/hping-2.0.0_rc1.ebuild,v 1.9 2003/02/15 07:43:47 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.10 2003/09/05 23:40:09 msterret Exp $ # NOTE: author couldn't make up mind over tarball names, directory names, # etc... hense the need to hardcode S and SRC_URI :( @@ -16,19 +16,19 @@ KEYWORDS="x86 sparc ppc" DEPEND="net-libs/libpcap" src_compile() { - ./configure || die - make CCOPT="$CFLAGS" || die - make strip + ./configure || die + make CCOPT="$CFLAGS" || die + make strip } src_install () { - cd ${S} + cd ${S} - dodir /usr/sbin - dosbin hping2 - dosym /usr/sbin/hping2 /usr/sbin/hping + dodir /usr/sbin + dosbin hping2 + dosym /usr/sbin/hping2 /usr/sbin/hping - doman docs/hping2.8 - dodoc INSTALL KNOWN-BUGS MIRRORS NEWS README TODO AUTHORS BUGS CHANGES COPYING + doman docs/hping2.8 + dodoc INSTALL KNOWN-BUGS MIRRORS NEWS README TODO AUTHORS BUGS CHANGES COPYING } diff --git a/net-analyzer/hping/hping-2.0.0_rc2.ebuild b/net-analyzer/hping/hping-2.0.0_rc2.ebuild index a3f7b712757e..f6cd36c548a4 100644 --- a/net-analyzer/hping/hping-2.0.0_rc2.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2.ebuild,v 1.4 2003/08/03 15:23:54 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2.ebuild,v 1.5 2003/09/05 23:40:09 msterret Exp $ # NOTE: author couldn't make up mind over tarball names, directory names, # etc... hense the need to hardcode S and SRC_URI :( @@ -16,19 +16,19 @@ KEYWORDS="x86 ~sparc hppa" DEPEND="net-libs/libpcap" src_compile() { - ./configure || die - make CCOPT="$CFLAGS" || die - make strip + ./configure || die + make CCOPT="$CFLAGS" || die + make strip } src_install () { - cd ${S} + cd ${S} - dodir /usr/sbin - dosbin hping2 - dosym /usr/sbin/hping2 /usr/sbin/hping + dodir /usr/sbin + dosbin hping2 + dosym /usr/sbin/hping2 /usr/sbin/hping - doman docs/hping2.8 - dodoc INSTALL KNOWN-BUGS MIRRORS NEWS README TODO AUTHORS BUGS CHANGES COPYING + doman docs/hping2.8 + dodoc INSTALL KNOWN-BUGS MIRRORS NEWS README TODO AUTHORS BUGS CHANGES COPYING } |