diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-30 11:28:32 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-30 11:28:32 +0000 |
commit | 32e41e7916424bbfd172ec1b708bdd7ff4465514 (patch) | |
tree | 207ce2b8bc4788ac365e66263a37536156eea9e0 /net-misc | |
parent | Version bumped (diff) | |
download | gentoo-2-32e41e7916424bbfd172ec1b708bdd7ff4465514.tar.gz gentoo-2-32e41e7916424bbfd172ec1b708bdd7ff4465514.tar.bz2 gentoo-2-32e41e7916424bbfd172ec1b708bdd7ff4465514.zip |
cleanup
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/e100/Manifest | 4 | ||||
-rw-r--r-- | net-misc/e100/e100-2.3.13.ebuild | 46 | ||||
-rw-r--r-- | net-misc/e100/e100-2.3.18.ebuild | 46 | ||||
-rw-r--r-- | net-misc/e100/files/digest-e100-2.3.13 | 1 | ||||
-rw-r--r-- | net-misc/e100/files/digest-e100-2.3.18 | 1 |
5 files changed, 0 insertions, 98 deletions
diff --git a/net-misc/e100/Manifest b/net-misc/e100/Manifest index 43c5aef519b4..313719d3070b 100644 --- a/net-misc/e100/Manifest +++ b/net-misc/e100/Manifest @@ -1,11 +1,7 @@ MD5 837cee8c70fc400ec64d8bd85a830775 ChangeLog 1526 MD5 af3e3097f9eebd23265c05d5a5953917 e100-2.2.21.ebuild 1357 -MD5 df3d0724c69ad0c641ee92443c6513a9 e100-2.3.13.ebuild 1354 -MD5 2681811171c4adb861afc4de05d5d72f e100-2.3.18.ebuild 1354 MD5 0f4a4ce6736d93b744489efba4866e59 e100-2.3.27.ebuild 1354 MD5 0a97bbdb2f0752221ecee3d4ce4a3554 e100-2.3.30.ebuild 1354 MD5 5e9223dce795b59ed8efe69723367f23 files/digest-e100-2.2.21 62 -MD5 4a6ddb0d06c894af37e85cbd0c20c13c files/digest-e100-2.3.13 62 -MD5 7a475af30e51dab8d063e70407d60e2d files/digest-e100-2.3.18 62 MD5 198cff0b574afe6b4e22f9431270b801 files/digest-e100-2.3.27 62 MD5 928caad92b9257c00ffa974003552918 files/digest-e100-2.3.30 62 diff --git a/net-misc/e100/e100-2.3.13.ebuild b/net-misc/e100/e100-2.3.13.ebuild deleted file mode 100644 index c94fe336c726..000000000000 --- a/net-misc/e100/e100-2.3.13.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2003 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.13.ebuild,v 1.3 2003/10/30 11:27:45 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="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/e100-2.3.18.ebuild b/net-misc/e100/e100-2.3.18.ebuild deleted file mode 100644 index 07d6c2d9a8c0..000000000000 --- a/net-misc/e100/e100-2.3.18.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2003 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.18.ebuild,v 1.3 2003/10/30 11:27:45 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="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.3.13 b/net-misc/e100/files/digest-e100-2.3.13 deleted file mode 100644 index 8ddb34364f81..000000000000 --- a/net-misc/e100/files/digest-e100-2.3.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc655d526ad0229d22524de392db8c6f e100-2.3.13.tar.gz 90727 diff --git a/net-misc/e100/files/digest-e100-2.3.18 b/net-misc/e100/files/digest-e100-2.3.18 deleted file mode 100644 index f4110ed52a26..000000000000 --- a/net-misc/e100/files/digest-e100-2.3.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 7677a867d9dd7ee180f4ed9de11920ff e100-2.3.18.tar.gz 90444 |