diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-02-03 12:09:43 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-02-03 12:09:43 +0000 |
commit | 22492b60f231430d7bca563891645eae0c066d7a (patch) | |
tree | aee6a7070f8af41f8a6c9bf9cf92e0cdd5915e9c /net-misc/e100 | |
parent | Version bumped. (diff) | |
download | gentoo-2-22492b60f231430d7bca563891645eae0c066d7a.tar.gz gentoo-2-22492b60f231430d7bca563891645eae0c066d7a.tar.bz2 gentoo-2-22492b60f231430d7bca563891645eae0c066d7a.zip |
Version bumped.
Diffstat (limited to 'net-misc/e100')
-rw-r--r-- | net-misc/e100/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/e100/Manifest | 4 | ||||
-rw-r--r-- | net-misc/e100/e100-2.3.38.ebuild | 46 | ||||
-rw-r--r-- | net-misc/e100/files/digest-e100-2.3.38 | 1 |
4 files changed, 56 insertions, 4 deletions
diff --git a/net-misc/e100/ChangeLog b/net-misc/e100/ChangeLog index 82e67e9d93ed..078c1e2b5acb 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.12 2003/12/04 18:00:15 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/ChangeLog,v 1.13 2004/02/03 12:09:26 mholzer Exp $ + +*e100-2.3.38 (03 Feb 2004) + + 03 Feb 2004; Martin Holzer <mholzer@gentoo.org> e100-2.3.38.ebuild: + Version bumped. *e100-2.3.33 (04 Dec 2003) diff --git a/net-misc/e100/Manifest b/net-misc/e100/Manifest index 27c39f87915b..afb26280ab2e 100644 --- a/net-misc/e100/Manifest +++ b/net-misc/e100/Manifest @@ -1,7 +1,7 @@ -MD5 a875f60b41145e7016999723a78c3530 ChangeLog 1643 +MD5 a7a7864035aad1d153d56f35cca98056 ChangeLog 1760 MD5 2a99ee9a4f101af6c1f99ef2e3bd1f83 e100-2.3.30.ebuild 1357 MD5 dcc52ffd94276210df216dbfed6bfc4e e100-2.3.33.ebuild 1358 -MD5 dcc52ffd94276210df216dbfed6bfc4e e100-2.3.38.ebuild 1358 +MD5 cb7860da133a29305b2f7f680ab70193 e100-2.3.38.ebuild 1358 MD5 928caad92b9257c00ffa974003552918 files/digest-e100-2.3.30 62 MD5 a5bb20b940cdcbb9e410f055bb462e70 files/digest-e100-2.3.33 62 MD5 456a2fadd965714c35b513211b9026d4 files/digest-e100-2.3.38 62 diff --git a/net-misc/e100/e100-2.3.38.ebuild b/net-misc/e100/e100-2.3.38.ebuild new file mode 100644 index 000000000000..045a6951a518 --- /dev/null +++ b/net-misc/e100/e100-2.3.38.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2004 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.38.ebuild,v 1.1 2004/02/03 12:09:26 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="${KV}" +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.38 b/net-misc/e100/files/digest-e100-2.3.38 new file mode 100644 index 000000000000..28529641bdd2 --- /dev/null +++ b/net-misc/e100/files/digest-e100-2.3.38 @@ -0,0 +1 @@ +MD5 3c110aca4e48b48c60ba22bd22ae41f3 e100-2.3.38.tar.gz 90780 |