diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-08-21 01:17:19 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-08-21 01:17:19 +0000 |
commit | 68a7e1529d04415c12ba8b46ebb7ce6ac8b09b27 (patch) | |
tree | 6f6478b60389f97a086026080ca277281e40469c /net-misc | |
parent | qt-embedded, masked for testing. (diff) | |
download | gentoo-2-68a7e1529d04415c12ba8b46ebb7ce6ac8b09b27.tar.gz gentoo-2-68a7e1529d04415c12ba8b46ebb7ce6ac8b09b27.tar.bz2 gentoo-2-68a7e1529d04415c12ba8b46ebb7ce6ac8b09b27.zip |
Initial version. Closes #6733.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/e100/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/e100/e100-2.1.6.ebuild | 37 | ||||
-rw-r--r-- | net-misc/e100/files/digest-e100-2.1.6 | 1 |
3 files changed, 47 insertions, 0 deletions
diff --git a/net-misc/e100/ChangeLog b/net-misc/e100/ChangeLog new file mode 100644 index 000000000000..430c04509b1e --- /dev/null +++ b/net-misc/e100/ChangeLog @@ -0,0 +1,9 @@ +# 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.1 2002/08/21 01:17:19 agenkin Exp $ + +*e100-2.1.6 (19 Aug 2002) + + 20 Aug 2002; Arcady Genkin <agenkin@thpoon.com> e100-2.1.6.ebuild : + + Initial revision, submitted by Kris Verbeeck <airborne@advalvas.be>. diff --git a/net-misc/e100/e100-2.1.6.ebuild b/net-misc/e100/e100-2.1.6.ebuild new file mode 100644 index 000000000000..e6bbb46c6edd --- /dev/null +++ b/net-misc/e100/e100-2.1.6.ebuild @@ -0,0 +1,37 @@ +# 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.6.ebuild,v 1.1 2002/08/21 01:17:19 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/e100-2.1.6.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.6 b/net-misc/e100/files/digest-e100-2.1.6 new file mode 100644 index 000000000000..7bd67e0270e5 --- /dev/null +++ b/net-misc/e100/files/digest-e100-2.1.6 @@ -0,0 +1 @@ +MD5 d3efda7369f78beaeb50cccc819a536d e100-2.1.6.tar.gz 129349 |