diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-07-21 22:07:25 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-07-21 22:07:25 +0000 |
commit | ca653ff842f9495907600ff9f9b9eb7cef29425a (patch) | |
tree | 5c0793f07ad49631464fefeb8d9979d6fbccb8a7 /net-misc | |
parent | Version bumped. (diff) | |
download | historical-ca653ff842f9495907600ff9f9b9eb7cef29425a.tar.gz historical-ca653ff842f9495907600ff9f9b9eb7cef29425a.tar.bz2 historical-ca653ff842f9495907600ff9f9b9eb7cef29425a.zip |
Version bumped.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/e100/Manifest | 4 | ||||
-rw-r--r-- | net-misc/e100/e100-2.3.18.ebuild | 45 | ||||
-rw-r--r-- | net-misc/e100/files/digest-e100-2.3.18 | 1 |
3 files changed, 48 insertions, 2 deletions
diff --git a/net-misc/e100/Manifest b/net-misc/e100/Manifest index b34f314e12bb..15bdd4a78488 100644 --- a/net-misc/e100/Manifest +++ b/net-misc/e100/Manifest @@ -1,5 +1,5 @@ -MD5 f1088f707c1c4b78e8dacc7792c8035c ChangeLog 968 -MD5 9369f329dd627a06b91c71f85aa7ace2 e100-2.3.18.ebuild 1356 +MD5 e052907d5567e9d2d0097ecd4151a0da ChangeLog 1088 +MD5 9709a183432661ebcb2b7666c2c738d1 e100-2.3.18.ebuild 1356 MD5 13085dba2b1c4222f8253d17a46448ed e100-2.2.21.ebuild 1356 MD5 9369f329dd627a06b91c71f85aa7ace2 e100-2.3.13.ebuild 1356 MD5 7a475af30e51dab8d063e70407d60e2d files/digest-e100-2.3.18 62 diff --git a/net-misc/e100/e100-2.3.18.ebuild b/net-misc/e100/e100-2.3.18.ebuild new file mode 100644 index 000000000000..dd1f75fafc55 --- /dev/null +++ b/net-misc/e100/e100-2.3.18.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/e100-2.3.18.ebuild,v 1.1 2003/07/21 22:07:14 mholzer Exp $ + +DESCRIPTION="Linux base driver for the Intel(R) PRO/100 family of adapters" +HOMEPAGE="http://support.intel.com/support/network/adapter/index.htm" +LICENSE="GPL-2" +DEPEND="virtual/linux-sources" + +SRC_URI="http://aiedownload.intel.com/df-support/2896/eng/${P}.tar.gz" +S="${WORKDIR}/${P}" +SLOT="0" +KEYWORDS="~x86" + +src_compile() { + check_KV + cd "${S}/src" + emake KSRC=/usr/src/linux clean e100.o || die +} + +src_install () { + insinto "/lib/modules/${KV}/kernel/drivers/net" + doins ${S}/src/e100.o + doman e100.7 + dodoc LICENSE README SUMS e100.spec ldistrib.txt +} + +pkg_postinst() { + einfo "" + einfo "If you are already running the eepro100 driver, you will need " + einfo "to remove it before loading the e100 driver as they cannot " + einfo "be used simulaneously." + einfo "" + einfo "To load the module at boot up, add e100 to /etc/modules.autoload " + einfo "and remove eepro100" + einfo "" + einfo "To load the module now without rebooting, use the " + einfo "following command:" + einfo "modprobe e100" + einfo "" + einfo "For more detailed information about this driver, " + einfo "see the man page by typing:" + einfo "man 7 e100" + einfo "" +} diff --git a/net-misc/e100/files/digest-e100-2.3.18 b/net-misc/e100/files/digest-e100-2.3.18 new file mode 100644 index 000000000000..f4110ed52a26 --- /dev/null +++ b/net-misc/e100/files/digest-e100-2.3.18 @@ -0,0 +1 @@ +MD5 7677a867d9dd7ee180f4ed9de11920ff e100-2.3.18.tar.gz 90444 |