diff options
author | 2002-11-10 20:53:40 +0000 | |
---|---|---|
committer | 2002-11-10 20:53:40 +0000 | |
commit | 3b7f9da0ed0d12b63c039e30ac0252bc944322b4 (patch) | |
tree | 912f5cd7af1ed529ec9cff668bb8c59e57a8e4d1 /sys-apps/ethtool | |
parent | add epatch() (diff) | |
download | historical-3b7f9da0ed0d12b63c039e30ac0252bc944322b4.tar.gz historical-3b7f9da0ed0d12b63c039e30ac0252bc944322b4.tar.bz2 historical-3b7f9da0ed0d12b63c039e30ac0252bc944322b4.zip |
A useful tool, like mii-tool
Diffstat (limited to 'sys-apps/ethtool')
-rw-r--r-- | sys-apps/ethtool/ChangeLog | 12 | ||||
-rw-r--r-- | sys-apps/ethtool/ethtool-1.7.ebuild | 22 | ||||
-rw-r--r-- | sys-apps/ethtool/files/digest-ethtool-1.7 | 1 |
3 files changed, 35 insertions, 0 deletions
diff --git a/sys-apps/ethtool/ChangeLog b/sys-apps/ethtool/ChangeLog new file mode 100644 index 000000000000..0f52b15f744a --- /dev/null +++ b/sys-apps/ethtool/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ChangeLog,v 1.1 2002/11/10 20:53:40 cretin Exp $ + +*ethtool-1.7 (10 Nov 2002) + + 10 Nov 2002; Stefan Jones <cretin@gentoo.org>: + + A utility which allows you to manipulate ehternet driver options + like duplux setting, etc. This is the Initial commit. Tested on + X86 and sparc64, others should work. Was needed to adjust the + Sparc ultra10 Happy Meal Ethernet device settings diff --git a/sys-apps/ethtool/ethtool-1.7.ebuild b/sys-apps/ethtool/ethtool-1.7.ebuild new file mode 100644 index 000000000000..242eff1e9713 --- /dev/null +++ b/sys-apps/ethtool/ethtool-1.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ethtool-1.7.ebuild,v 1.1 2002/11/10 20:53:40 cretin Exp $ + +DESCRIPTION="Utility for examining and tuning your ethernet-based network interface" + +HOMEPAGE="http://sourceforge.net/projects/gkernel/" + +SRC_URI="mirror://sourceforge/gkernel/${P}.tar.gz" + +LICENSE="GPL2" + +SLOT="0" + +KEYWORDS="x86 alpha sparc sparc64 ppc" + +IUSE="" + +src_install () { + einstall || die + dodoc NEWS README INSTALL +} diff --git a/sys-apps/ethtool/files/digest-ethtool-1.7 b/sys-apps/ethtool/files/digest-ethtool-1.7 new file mode 100644 index 000000000000..93a03254e57c --- /dev/null +++ b/sys-apps/ethtool/files/digest-ethtool-1.7 @@ -0,0 +1 @@ +MD5 88df4f73643c2e1b450674f7a5f3f970 ethtool-1.7.tar.gz 72162 |