diff options
author | 2002-10-02 19:21:38 +0000 | |
---|---|---|
committer | 2002-10-02 19:21:38 +0000 | |
commit | 08f103f3a46fd95859cc467291c83c8a89b2f588 (patch) | |
tree | a9835585f631b0d799642b352db1e1dca44bbb52 | |
parent | Masking pending unfreeze. (diff) | |
download | gentoo-2-08f103f3a46fd95859cc467291c83c8a89b2f588.tar.gz gentoo-2-08f103f3a46fd95859cc467291c83c8a89b2f588.tar.bz2 gentoo-2-08f103f3a46fd95859cc467291c83c8a89b2f588.zip |
New version. Masked pending unfreeze.
-rw-r--r-- | net-misc/e100/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/e100/e100-2.1.15.ebuild | 38 | ||||
-rw-r--r-- | net-misc/e100/files/digest-e100-2.1.15 | 1 |
3 files changed, 46 insertions, 1 deletions
diff --git a/net-misc/e100/ChangeLog b/net-misc/e100/ChangeLog index fdad1a95bd8e..1e80bed9b172 100644 --- a/net-misc/e100/ChangeLog +++ b/net-misc/e100/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/e100 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/ChangeLog,v 1.2 2002/08/21 01:20:38 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/e100/ChangeLog,v 1.3 2002/10/02 19:21:38 agenkin Exp $ + +*e100-2.1.15 (2 Oct 2002) + + 2 Oct 2002; Arcady Genkin <agenkin@thpoon.com> e100-2.1.15.ebuild : + + Update to 2.1.15. *e100-2.1.6 (20 Aug 2002) diff --git a/net-misc/e100/e100-2.1.15.ebuild b/net-misc/e100/e100-2.1.15.ebuild new file mode 100644 index 000000000000..276eba58cc3d --- /dev/null +++ b/net-misc/e100/e100-2.1.15.ebuild @@ -0,0 +1,38 @@ +# 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.15.ebuild,v 1.1 2002/10/02 19:21:38 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" +RDEPEND="${DEPEND}" + +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" + make 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 "Please add e100 to your /etc/modules.autoload and" + einfo "remove eepro100 from your /etc/modules.autoload" + einfo "if it is present." + einfo "If you would like to enable the module now:" + einfo " depmod" + einfo " modprobe e100" + einfo "" +} diff --git a/net-misc/e100/files/digest-e100-2.1.15 b/net-misc/e100/files/digest-e100-2.1.15 new file mode 100644 index 000000000000..c1002a19a40b --- /dev/null +++ b/net-misc/e100/files/digest-e100-2.1.15 @@ -0,0 +1 @@ +MD5 8e9a1ae23fdcede3aa38bc0c678c78bd e100-2.1.15.tar.gz 129781 |