summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-06-25 21:57:43 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-06-25 21:57:43 +0000
commit88a16cd15d280ea8bd81cc129f28cd26def10b9a (patch)
tree511d0526bb19121bd264baa3b0b061c5a4a504e6 /net-misc/e100
parentVersion bumped. (diff)
downloadhistorical-88a16cd15d280ea8bd81cc129f28cd26def10b9a.tar.gz
historical-88a16cd15d280ea8bd81cc129f28cd26def10b9a.tar.bz2
historical-88a16cd15d280ea8bd81cc129f28cd26def10b9a.zip
Version bumped.
Diffstat (limited to 'net-misc/e100')
-rw-r--r--net-misc/e100/Manifest4
-rw-r--r--net-misc/e100/e100-2.3.13.ebuild45
-rw-r--r--net-misc/e100/files/digest-e100-2.3.131
3 files changed, 48 insertions, 2 deletions
diff --git a/net-misc/e100/Manifest b/net-misc/e100/Manifest
index 24be053d874a..11a5244942b1 100644
--- a/net-misc/e100/Manifest
+++ b/net-misc/e100/Manifest
@@ -1,10 +1,10 @@
-MD5 14a44b0c158a66614e39ff9698d42063 ChangeLog 741
+MD5 bd36abac0d67886e7273dceb8069efbd ChangeLog 858
MD5 f88b4c18b4012187e73eecc2e7b22f54 e100-2.1.15.ebuild 1069
MD5 42ac704279322b616e7c76c5e6186675 e100-2.1.24.ebuild 1069
MD5 322714454aa54eab16510babd96d1edd e100-2.1.29.ebuild 1356
MD5 37345f8ff0851c85493805dbcd92076b e100-2.1.6.ebuild 1073
MD5 13085dba2b1c4222f8253d17a46448ed e100-2.2.21.ebuild 1356
-MD5 13085dba2b1c4222f8253d17a46448ed e100-2.3.13.ebuild 1356
+MD5 9369f329dd627a06b91c71f85aa7ace2 e100-2.3.13.ebuild 1356
MD5 cd88653152a6239fb05f98c6fa079ac7 files/digest-e100-2.1.15 63
MD5 88d54dff1cc57e7232cf34888a3139f8 files/digest-e100-2.1.24 63
MD5 cb8f0d0fb9e63b78e5efbc66acc5aa36 files/digest-e100-2.1.29 63
diff --git a/net-misc/e100/e100-2.3.13.ebuild b/net-misc/e100/e100-2.3.13.ebuild
new file mode 100644
index 000000000000..73218dbcbb4c
--- /dev/null
+++ b/net-misc/e100/e100-2.3.13.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.13.ebuild,v 1.1 2003/06/25 21:57:34 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.13 b/net-misc/e100/files/digest-e100-2.3.13
new file mode 100644
index 000000000000..8ddb34364f81
--- /dev/null
+++ b/net-misc/e100/files/digest-e100-2.3.13
@@ -0,0 +1 @@
+MD5 dc655d526ad0229d22524de392db8c6f e100-2.3.13.tar.gz 90727