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/bwmon | |
parent | header fix (diff) | |
download | historical-51b3927648f41771ee9c6e7d37c843373ecab637.tar.gz historical-51b3927648f41771ee9c6e7d37c843373ecab637.tar.bz2 historical-51b3927648f41771ee9c6e7d37c843373ecab637.zip |
whitespace cleanup
Diffstat (limited to 'net-analyzer/bwmon')
-rw-r--r-- | net-analyzer/bwmon/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/bwmon/bwmon-1.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/bwmon/Manifest b/net-analyzer/bwmon/Manifest index f02ca1b9b5f4..69432b5397f9 100644 --- a/net-analyzer/bwmon/Manifest +++ b/net-analyzer/bwmon/Manifest @@ -1,3 +1,3 @@ MD5 1e1e3469adeb17a3ebfa3e4f61b70291 ChangeLog 523 -MD5 75d5bd1758a6d6fa0870f08c5196b696 bwmon-1.3.ebuild 909 +MD5 2c836c918c8ff4db06b0e047d6c7bfdd bwmon-1.3.ebuild 910 MD5 270ff1875fead6fcabdd180f8b24aa82 files/digest-bwmon-1.3 59 diff --git a/net-analyzer/bwmon/bwmon-1.3.ebuild b/net-analyzer/bwmon/bwmon-1.3.ebuild index 6fbe2fdacd37..b2b74f09da00 100644 --- a/net-analyzer/bwmon/bwmon-1.3.ebuild +++ b/net-analyzer/bwmon/bwmon-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/bwmon/bwmon-1.3.ebuild,v 1.7 2003/02/13 13:39:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.8 2003/09/05 23:40:08 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Simple ncurses bandwidth monitor" @@ -24,7 +24,7 @@ src_unpack() { -e "s:LDFLAGS =:LDFLAGS = -L/lib:" \ src/Makefile > src/Makefile.hacked mv src/Makefile.hacked src/Makefile - + } |