diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 07:04:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 07:04:07 +0000 |
commit | 1b5920d19b53a09608aa1c6dcdf4db9be95db849 (patch) | |
tree | 8842d019f13a651c646dda08a03d14038c06281f /net-analyzer/bing | |
parent | repoman: whitespace cleanup (diff) | |
download | historical-1b5920d19b53a09608aa1c6dcdf4db9be95db849.tar.gz historical-1b5920d19b53a09608aa1c6dcdf4db9be95db849.tar.bz2 historical-1b5920d19b53a09608aa1c6dcdf4db9be95db849.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-analyzer/bing')
-rw-r--r-- | net-analyzer/bing/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/bing/bing-1.1.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/bing/Manifest b/net-analyzer/bing/Manifest index 991de79d8a05..2f92a6d2086f 100644 --- a/net-analyzer/bing/Manifest +++ b/net-analyzer/bing/Manifest @@ -1,3 +1,3 @@ -MD5 19ecb82523831c0ef02bea278efde3d1 bing-1.1.3.ebuild 769 MD5 bf0143d9ae1977c2b1765020b93cd364 ChangeLog 337 +MD5 743c1120ccfbbf0fc91b51ea51e4f8b2 bing-1.1.3.ebuild 773 MD5 bf66c0ba5f0a560b8714360b378c26b6 files/digest-bing-1.1.3 66 diff --git a/net-analyzer/bing/bing-1.1.3.ebuild b/net-analyzer/bing/bing-1.1.3.ebuild index cbbba55bdcc3..ba622aebaf33 100644 --- a/net-analyzer/bing/bing-1.1.3.ebuild +++ b/net-analyzer/bing/bing-1.1.3.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/bing/bing-1.1.3.ebuild,v 1.1 2003/09/06 23:33:49 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/bing-1.1.3.ebuild,v 1.2 2003/09/07 07:04:03 msterret Exp $ DESCRIPTION="A point-to-point bandwidth measurement tool." @@ -20,7 +20,7 @@ S="${WORKDIR}/${P}" src_compile() { cp Makefile Makefile.orig sed -e "s:#COPTIM = -g: COPTIM = ${CLFAGS}:" Makefile.orig > Makefile - emake || die + emake || die } src_install() { |