summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-12-04 18:00:24 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-12-04 18:00:24 +0000
commit66b9a8b2f7edd79f9733e8fb0989fd61f62c9d44 (patch)
treea0fecdff7f8ceb1c6a317496c835ae426814645f /net-misc
parentVersion bumped. (diff)
downloadhistorical-66b9a8b2f7edd79f9733e8fb0989fd61f62c9d44.tar.gz
historical-66b9a8b2f7edd79f9733e8fb0989fd61f62c9d44.tar.bz2
historical-66b9a8b2f7edd79f9733e8fb0989fd61f62c9d44.zip
Version bumped.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/e100/Manifest4
-rw-r--r--net-misc/e100/e100-2.3.33.ebuild46
-rw-r--r--net-misc/e100/files/digest-e100-2.3.331
3 files changed, 49 insertions, 2 deletions
diff --git a/net-misc/e100/Manifest b/net-misc/e100/Manifest
index ed01a44fa4c0..6c631621e902 100644
--- a/net-misc/e100/Manifest
+++ b/net-misc/e100/Manifest
@@ -1,7 +1,7 @@
MD5 0e958138b157985a12bf611c1a7eeae2 e100-2.3.27.ebuild 1353
MD5 0a97bbdb2f0752221ecee3d4ce4a3554 e100-2.3.30.ebuild 1354
-MD5 837cee8c70fc400ec64d8bd85a830775 ChangeLog 1526
-MD5 0a97bbdb2f0752221ecee3d4ce4a3554 e100-2.3.33.ebuild 1354
+MD5 a875f60b41145e7016999723a78c3530 ChangeLog 1643
+MD5 f213767212cf90c1a2eb586ccac04ff9 e100-2.3.33.ebuild 1354
MD5 a5bb20b940cdcbb9e410f055bb462e70 files/digest-e100-2.3.33 62
MD5 198cff0b574afe6b4e22f9431270b801 files/digest-e100-2.3.27 62
MD5 928caad92b9257c00ffa974003552918 files/digest-e100-2.3.30 62
diff --git a/net-misc/e100/e100-2.3.33.ebuild b/net-misc/e100/e100-2.3.33.ebuild
new file mode 100644
index 000000000000..0caa03b841fb
--- /dev/null
+++ b/net-misc/e100/e100-2.3.33.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2003 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.33.ebuild,v 1.1 2003/12/04 18:00:15 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="mirror://sourceforge/e1000/${P}.tar.gz"
+RESTRICT="nomirror"
+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.33 b/net-misc/e100/files/digest-e100-2.3.33
new file mode 100644
index 000000000000..cfd568ec0e8f
--- /dev/null
+++ b/net-misc/e100/files/digest-e100-2.3.33
@@ -0,0 +1 @@
+MD5 847918a08443aac122205c122d5c3f98 e100-2.3.33.tar.gz 90323