diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch) | |
tree | aaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/nforce-net | |
parent | LICENSE fix (diff) | |
download | gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2 gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/nforce-net')
-rw-r--r-- | net-misc/nforce-net/Manifest | 6 | ||||
-rw-r--r-- | net-misc/nforce-net/nforce-net-1.0.0256.ebuild | 4 | ||||
-rw-r--r-- | net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild | 18 |
3 files changed, 15 insertions, 13 deletions
diff --git a/net-misc/nforce-net/Manifest b/net-misc/nforce-net/Manifest index ea9edf65594f..f20ca640216b 100644 --- a/net-misc/nforce-net/Manifest +++ b/net-misc/nforce-net/Manifest @@ -1,3 +1,5 @@ -MD5 c94d06d6f883700d21e346d79589b307 files/digest-nforce-net-1.0.0261-r1 73 MD5 1b2704a702234e5257cb5285a3e5cebe ChangeLog 1284 -MD5 cade52ee571f41e9b71665f9c46a0202 nforce-net-1.0.0261-r1.ebuild 2643 +MD5 5d9fce994c578cc57c75bb647113c164 nforce-net-1.0.0256.ebuild 1407 +MD5 7f75d213c4b20e943677e8f700fd9b7d nforce-net-1.0.0261-r1.ebuild 2634 +MD5 03580a26c5b10797541c68e7473510bf files/digest-nforce-net-1.0.0256 73 +MD5 c94d06d6f883700d21e346d79589b307 files/digest-nforce-net-1.0.0261-r1 73 diff --git a/net-misc/nforce-net/nforce-net-1.0.0256.ebuild b/net-misc/nforce-net/nforce-net-1.0.0256.ebuild index 325c982833f8..1b0df5b5a86d 100644 --- a/net-misc/nforce-net/nforce-net-1.0.0256.ebuild +++ b/net-misc/nforce-net/nforce-net-1.0.0256.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-misc/nforce-net/nforce-net-1.0.0256.ebuild,v 1.6 2003/08/04 13:12:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nforce-net/nforce-net-1.0.0256.ebuild,v 1.7 2003/09/05 22:01:49 msterret Exp $ inherit gcc @@ -29,7 +29,7 @@ src_install() { # The driver goes into the standard modules location insinto /lib/modules/${KV}/kernel/drivers/net doins nvnet/nvnet.o - + # Docs dodoc ${S}/ReleaseNotes.html } diff --git a/net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild b/net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild index 9eb4da08a9b1..0f3c8f043370 100644 --- a/net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild +++ b/net-misc/nforce-net/nforce-net-1.0.0261-r1.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-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild,v 1.3 2003/08/03 03:57:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild,v 1.4 2003/09/05 22:01:49 msterret Exp $ inherit gcc @@ -29,7 +29,7 @@ src_install() { # The driver goes into the standard modules location insinto /lib/modules/${KV}/kernel/drivers/net doins nvnet/nvnet.o - + # Docs dohtml ${S}/ReleaseNotes.html @@ -38,21 +38,21 @@ src_install() { # The nForce network driver supports two optimization modes: # optimization=1 ; CPU optimization # optimization=2 ; Throughput optimization -# CPU optimization mode ruduces the CPU utilization by using -# interrupt moderation. Throughput optimization mode maximizes +# CPU optimization mode ruduces the CPU utilization by using +# interrupt moderation. Throughput optimization mode maximizes # the throughput. This mode has higher CPU consumption. # By default, the driver runs in throughput optimization mode. -# The "speed" module parameter can be used set the interface -# speed of the ethernet controller. By default the controller -# will autosense the interface speed, but also supports the +# The "speed" module parameter can be used set the interface +# speed of the ethernet controller. By default the controller +# will autosense the interface speed, but also supports the # following values: # speed=0 ; auto # speed=1 ; 10Mbps # speed=2 ; 100Mpbs -# The "duplex" module parameter can be used to specify the -# interface duplex. By default the controller will autoselect +# The "duplex" module parameter can be used to specify the +# interface duplex. By default the controller will autoselect # duplex, but also supports the following values: # duplex=0 ; auto # duplex=1 ; half duplex |