diff options
author | 2003-09-05 23:40:14 +0000 | |
---|---|---|
committer | 2003-09-05 23:40:14 +0000 | |
commit | 081020c6d8b00f2750190600c12379ea601be8f5 (patch) | |
tree | ecf8f2c2128cc45ef37da71a9c2073774502cba0 /net-analyzer/nload | |
parent | header fix (diff) | |
download | gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.gz gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.bz2 gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.zip |
whitespace cleanup
Diffstat (limited to 'net-analyzer/nload')
-rw-r--r-- | net-analyzer/nload/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.5.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/nload/Manifest b/net-analyzer/nload/Manifest index 4bf59b50e4fd..05c621d41742 100644 --- a/net-analyzer/nload/Manifest +++ b/net-analyzer/nload/Manifest @@ -1,6 +1,6 @@ MD5 f8040a766c594e85f9287f1d33837d05 ChangeLog 1399 -MD5 79cb7b046a5bc9cfa0a0ee3bb0177679 nload-0.4.0.ebuild 807 -MD5 0f265311485792113ce8ce28d620d35f nload-0.5.0.ebuild 901 +MD5 9fec9f1499d69dd130560707b137076e nload-0.4.0.ebuild 808 +MD5 b3b415c884bc340946a04b51eb5bd991 nload-0.5.0.ebuild 902 MD5 82010196b674db760feb74f0c745481d files/digest-nload-0.4.0 62 MD5 11473d2c929146cafe81a4318a3e0e74 files/digest-nload-0.5.0 63 MD5 46b4abff9907d2d0f7b5e980d2286a18 files/nload-0.5.0-gcc3-gentoo.patch 448 diff --git a/net-analyzer/nload/nload-0.4.0.ebuild b/net-analyzer/nload/nload-0.4.0.ebuild index a81960b3b8db..5b201d7e51c7 100644 --- a/net-analyzer/nload/nload-0.4.0.ebuild +++ b/net-analyzer/nload/nload-0.4.0.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/nload/nload-0.4.0.ebuild,v 1.8 2003/02/13 13:47:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.4.0.ebuild,v 1.9 2003/09/05 23:40:10 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" @@ -19,7 +19,7 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ --host=${CHOST} || die "./configure failed" - + emake || die "compile failed" } diff --git a/net-analyzer/nload/nload-0.5.0.ebuild b/net-analyzer/nload/nload-0.5.0.ebuild index 217938f7993e..2457ca9643c0 100644 --- a/net-analyzer/nload/nload-0.5.0.ebuild +++ b/net-analyzer/nload/nload-0.5.0.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/nload/nload-0.5.0.ebuild,v 1.5 2003/02/13 13:48:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.6 2003/09/05 23:40:10 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" @@ -25,7 +25,7 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ --host=${CHOST} || die "./configure failed" - + emake || die "compile failed" } |