summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-09-23 13:40:19 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-09-23 13:40:19 +0000
commitcfd6971f2a521661350c009c8fcbf50e8b690497 (patch)
treeac49a563a1b8a0ffb45c761bef74394bb2beeae0 /net-misc/e1000
parentuncommented ucspi-tcp with ssl support. (diff)
downloadhistorical-cfd6971f2a521661350c009c8fcbf50e8b690497.tar.gz
historical-cfd6971f2a521661350c009c8fcbf50e8b690497.tar.bz2
historical-cfd6971f2a521661350c009c8fcbf50e8b690497.zip
The driver version in the portage seems to be quite outdated.
Diffstat (limited to 'net-misc/e1000')
-rw-r--r--net-misc/e1000/ChangeLog10
-rw-r--r--net-misc/e1000/e1000-4.3.15.ebuild29
-rw-r--r--net-misc/e1000/files/digest-e1000-4.3.151
3 files changed, 38 insertions, 2 deletions
diff --git a/net-misc/e1000/ChangeLog b/net-misc/e1000/ChangeLog
index 9a0d1bbc52dc..0aba8292bcd8 100644
--- a/net-misc/e1000/ChangeLog
+++ b/net-misc/e1000/ChangeLog
@@ -1,9 +1,15 @@
# ChangeLog for net-misc/e1000
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/e1000/ChangeLog,v 1.1 2002/08/16 01:15:31 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/e1000/ChangeLog,v 1.2 2002/09/23 13:40:19 agenkin Exp $
+
+*e1000-4.3.2 (23 Sep 2002)
+
+ 23 Sep 2002; Arcady Genkin <agenkin@thpoon.com> e1000-4.3.15.ebuild :
+
+ Version bump.
*e1000-4.3.2 (15 Aug 2002)
15 Aug 2002; Arcady Genkin <agenkin@thpoon.com> e1000-4.3.2.ebuild :
- Initial version. \ No newline at end of file
+ Initial version.
diff --git a/net-misc/e1000/e1000-4.3.15.ebuild b/net-misc/e1000/e1000-4.3.15.ebuild
new file mode 100644
index 000000000000..7491882dd30f
--- /dev/null
+++ b/net-misc/e1000/e1000-4.3.15.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2002 Arcady Genkin <agenkin@thpoon.com>
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/e1000/e1000-4.3.15.ebuild,v 1.1 2002/09/23 13:40:19 agenkin Exp $
+
+DESCRIPTION="Kernel driver for Intel Pro/1000 ethernet adapters."
+HOMEPAGE="http://support.intel.com/support/network/adapter/1000/index.htm"
+LICENSE="GPL-2"
+DEPEND="virtual/linux-sources"
+RDEPEND="${DEPEND}"
+
+SRC_URI="ftp://aiedownload.intel.com/df-support/2897/eng/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="x86"
+S="${WORKDIR}/${P}"
+
+src_compile() {
+ check_KV
+
+ cd "${S}/src"
+ make KSRC=/usr/src/linux clean e1000.o
+}
+
+src_install () {
+ insinto "/lib/modules/${KV}/kernel/drivers/net"
+ doins "${S}/src/e1000.o"
+ doman e1000.7
+ dodoc LICENSE README SUMS e1000.spec ldistrib.txt
+}
diff --git a/net-misc/e1000/files/digest-e1000-4.3.15 b/net-misc/e1000/files/digest-e1000-4.3.15
new file mode 100644
index 000000000000..12c0653da9a7
--- /dev/null
+++ b/net-misc/e1000/files/digest-e1000-4.3.15
@@ -0,0 +1 @@
+MD5 d1b09d0210c27f8aa931601980da5b56 e1000-4.3.15.tar.gz 132875