summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2003-03-04 22:30:36 +0000
committerArcady Genkin <agenkin@gentoo.org>2003-03-04 22:30:36 +0000
commitb60f2cd1ff1481ae25bd904a19c84bdb516336fa (patch)
tree4d6632d20460f720e1ba53300cee628ec5c8751c /net-misc/e100
parentunmasked mysql-4.0 since it's ~x86 anyway (diff)
downloadgentoo-2-b60f2cd1ff1481ae25bd904a19c84bdb516336fa.tar.gz
gentoo-2-b60f2cd1ff1481ae25bd904a19c84bdb516336fa.tar.bz2
gentoo-2-b60f2cd1ff1481ae25bd904a19c84bdb516336fa.zip
Version bump.
Diffstat (limited to 'net-misc/e100')
-rw-r--r--net-misc/e100/ChangeLog7
-rw-r--r--net-misc/e100/e100-2.1.29.ebuild46
-rw-r--r--net-misc/e100/files/digest-e100-2.1.291
3 files changed, 53 insertions, 1 deletions
diff --git a/net-misc/e100/ChangeLog b/net-misc/e100/ChangeLog
index 5d9238ff5fe0..81466f128cb1 100644
--- a/net-misc/e100/ChangeLog
+++ b/net-misc/e100/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/e100
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/ChangeLog,v 1.5 2003/02/12 08:21:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/ChangeLog,v 1.6 2003/03/04 22:30:36 agenkin Exp $
+
+*e100-2.1.29 (04 Mar 2003)
+
+ 04 Mar 2003; Arcady Genkin <agenkin@thpoon.com> :
+ Version update by Garen <garen@garen.net>.
*e100-2.1.24 (16 Dec 2002)
diff --git a/net-misc/e100/e100-2.1.29.ebuild b/net-misc/e100/e100-2.1.29.ebuild
new file mode 100644
index 000000000000..788533ef91a7
--- /dev/null
+++ b/net-misc/e100/e100-2.1.29.ebuild
@@ -0,0 +1,46 @@
+# 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.1.29.ebuild,v 1.1 2003/03/04 22:30:36 agenkin 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.1.29 b/net-misc/e100/files/digest-e100-2.1.29
new file mode 100644
index 000000000000..f03315f76ecd
--- /dev/null
+++ b/net-misc/e100/files/digest-e100-2.1.29
@@ -0,0 +1 @@
+MD5 f5b9a1a14347f4b4ca851c71dfcd6344 e100-2.1.29.tar.gz 125380