summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-10-30 11:34:40 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-10-30 11:34:40 +0000
commitc30fe715e850e608159c4d3b08a05c0136db9d2b (patch)
tree8b4b82a16766135ec0f90d0bef46dfbb53365fe5 /net-misc
parentx86 stable (diff)
downloadhistorical-c30fe715e850e608159c4d3b08a05c0136db9d2b.tar.gz
historical-c30fe715e850e608159c4d3b08a05c0136db9d2b.tar.bz2
historical-c30fe715e850e608159c4d3b08a05c0136db9d2b.zip
cleanup
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/e100/Manifest2
-rw-r--r--net-misc/e100/e100-2.2.21.ebuild46
-rw-r--r--net-misc/e100/e100-2.3.13.ebuild46
-rw-r--r--net-misc/e100/e100-2.3.18.ebuild46
-rw-r--r--net-misc/e100/files/digest-e100-2.2.211
-rw-r--r--net-misc/e100/files/digest-e100-2.3.131
-rw-r--r--net-misc/e100/files/digest-e100-2.3.181
-rw-r--r--net-misc/e1000/Manifest4
-rw-r--r--net-misc/e1000/e1000-5.1.11.ebuild42
-rw-r--r--net-misc/e1000/e1000-5.1.13.ebuild42
-rw-r--r--net-misc/e1000/files/digest-e1000-5.1.111
-rw-r--r--net-misc/e1000/files/digest-e1000-5.1.131
12 files changed, 0 insertions, 233 deletions
diff --git a/net-misc/e100/Manifest b/net-misc/e100/Manifest
index cac8f109bb34..b0a46a21ae48 100644
--- a/net-misc/e100/Manifest
+++ b/net-misc/e100/Manifest
@@ -1,7 +1,5 @@
MD5 837cee8c70fc400ec64d8bd85a830775 ChangeLog 1526
-MD5 dbd007317ab1f3b3dccefb131ab0f893 e100-2.2.21.ebuild 1353
MD5 0e958138b157985a12bf611c1a7eeae2 e100-2.3.27.ebuild 1353
MD5 0a97bbdb2f0752221ecee3d4ce4a3554 e100-2.3.30.ebuild 1354
-MD5 5e9223dce795b59ed8efe69723367f23 files/digest-e100-2.2.21 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.2.21.ebuild b/net-misc/e100/e100-2.2.21.ebuild
deleted file mode 100644
index 938288c16e70..000000000000
--- a/net-misc/e100/e100-2.2.21.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.2.21.ebuild,v 1.4 2003/10/30 11:29:18 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.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.2.21 b/net-misc/e100/files/digest-e100-2.2.21
deleted file mode 100644
index 92f94490bb7d..000000000000
--- a/net-misc/e100/files/digest-e100-2.2.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e78b4d80793ae8419621ee1910f3f6e8 e100-2.2.21.tar.gz 96671
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
diff --git a/net-misc/e1000/Manifest b/net-misc/e1000/Manifest
index c34e92468717..433ac2e6d70a 100644
--- a/net-misc/e1000/Manifest
+++ b/net-misc/e1000/Manifest
@@ -1,9 +1,5 @@
MD5 86143ae1e17356eabca2347e7d911e10 ChangeLog 1465
MD5 1236369fef0860189222e00c6732af7f e1000-5.2.20.ebuild 1063
-MD5 4b3ff60da89dda6b00ae0b60a688aeb4 e1000-5.1.11.ebuild 1129
-MD5 540f9404f6beafa6d3393ffe2b4f0084 e1000-5.1.13.ebuild 1130
MD5 92374d44c8fb4b8aeea123388b1d3ab8 e1000-5.2.16.ebuild 1062
MD5 5a0d0eea9a3155b09fb3177c6f646d8b files/digest-e1000-5.2.20 64
-MD5 c0bb82aed20d22693130fcf753bf64a6 files/digest-e1000-5.1.11 64
-MD5 6a3c48399ed4e6fece874a627cdba327 files/digest-e1000-5.1.13 64
MD5 5cd96e881eed2fefd9b6fb31d8fe2e04 files/digest-e1000-5.2.16 64
diff --git a/net-misc/e1000/e1000-5.1.11.ebuild b/net-misc/e1000/e1000-5.1.11.ebuild
deleted file mode 100644
index da0c647f33ff..000000000000
--- a/net-misc/e1000/e1000-5.1.11.ebuild
+++ /dev/null
@@ -1,42 +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/e1000/e1000-5.1.11.ebuild,v 1.2 2003/09/29 21:04:11 mholzer 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"
-
-SRC_URI="ftp://aiedownload.intel.com/df-support/2897/eng/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="x86"
-S="${WORKDIR}/${P}"
-
-
-src_unpack() {
- unpack ${A}
- cd "${S}/src"
- # rem out the DEPVER line, since it would cause a sandbox violation and
- # since it is only needed by RPM ;-)
- sed -e "/^DEPVER :=/ d" < Makefile > Makefile.hacked || die
- mv Makefile.hacked Makefile || die
-}
-
-
-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
- einfo ""
- einfo "In case you have problems, loading the module, try to run depmod -A"
- einfo ""
-}
diff --git a/net-misc/e1000/e1000-5.1.13.ebuild b/net-misc/e1000/e1000-5.1.13.ebuild
deleted file mode 100644
index 55e6d1d54f58..000000000000
--- a/net-misc/e1000/e1000-5.1.13.ebuild
+++ /dev/null
@@ -1,42 +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/e1000/e1000-5.1.13.ebuild,v 1.2 2003/09/29 21:04:11 mholzer 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"
-
-SRC_URI="ftp://aiedownload.intel.com/df-support/2897/eng/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~x86"
-S="${WORKDIR}/${P}"
-
-
-src_unpack() {
- unpack ${A}
- cd "${S}/src"
- # rem out the DEPVER line, since it would cause a sandbox violation and
- # since it is only needed by RPM ;-)
- sed -e "/^DEPVER :=/ d" < Makefile > Makefile.hacked || die
- mv Makefile.hacked Makefile || die
-}
-
-
-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
- einfo ""
- einfo "In case you have problems, loading the module, try to run depmod -A"
- einfo ""
-}
diff --git a/net-misc/e1000/files/digest-e1000-5.1.11 b/net-misc/e1000/files/digest-e1000-5.1.11
deleted file mode 100644
index 5fd75ff4c888..000000000000
--- a/net-misc/e1000/files/digest-e1000-5.1.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bfc18043dbe25051478262e73404a4ea e1000-5.1.11.tar.gz 109753
diff --git a/net-misc/e1000/files/digest-e1000-5.1.13 b/net-misc/e1000/files/digest-e1000-5.1.13
deleted file mode 100644
index a55d3ddc50fb..000000000000
--- a/net-misc/e1000/files/digest-e1000-5.1.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b74c519d3895861ca833c48b2a7521d6 e1000-5.1.13.tar.gz 110118