diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-06-25 21:59:10 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-06-25 21:59:10 +0000 |
commit | dfaa6db0b0ee562f7351e72aa8a8d5f58226e290 (patch) | |
tree | ed652c7c9f28b2cf6a67cd76789b28304ff6b1fb /net-misc | |
parent | Version bumped. (diff) | |
download | gentoo-2-dfaa6db0b0ee562f7351e72aa8a8d5f58226e290.tar.gz gentoo-2-dfaa6db0b0ee562f7351e72aa8a8d5f58226e290.tar.bz2 gentoo-2-dfaa6db0b0ee562f7351e72aa8a8d5f58226e290.zip |
cleanup
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/e100/Manifest | 8 | ||||
-rw-r--r-- | net-misc/e100/e100-2.1.15.ebuild | 37 | ||||
-rw-r--r-- | net-misc/e100/e100-2.1.24.ebuild | 37 | ||||
-rw-r--r-- | net-misc/e100/e100-2.1.29.ebuild | 46 | ||||
-rw-r--r-- | net-misc/e100/e100-2.1.6.ebuild | 37 | ||||
-rw-r--r-- | net-misc/e100/files/digest-e100-2.1.15 | 1 | ||||
-rw-r--r-- | net-misc/e100/files/digest-e100-2.1.24 | 1 | ||||
-rw-r--r-- | net-misc/e100/files/digest-e100-2.1.29 | 1 | ||||
-rw-r--r-- | net-misc/e100/files/digest-e100-2.1.6 | 1 |
9 files changed, 0 insertions, 169 deletions
diff --git a/net-misc/e100/Manifest b/net-misc/e100/Manifest index 11a5244942b1..c17439b1e867 100644 --- a/net-misc/e100/Manifest +++ b/net-misc/e100/Manifest @@ -1,13 +1,5 @@ MD5 bd36abac0d67886e7273dceb8069efbd ChangeLog 858 -MD5 f88b4c18b4012187e73eecc2e7b22f54 e100-2.1.15.ebuild 1069 -MD5 42ac704279322b616e7c76c5e6186675 e100-2.1.24.ebuild 1069 -MD5 322714454aa54eab16510babd96d1edd e100-2.1.29.ebuild 1356 -MD5 37345f8ff0851c85493805dbcd92076b e100-2.1.6.ebuild 1073 MD5 13085dba2b1c4222f8253d17a46448ed e100-2.2.21.ebuild 1356 MD5 9369f329dd627a06b91c71f85aa7ace2 e100-2.3.13.ebuild 1356 -MD5 cd88653152a6239fb05f98c6fa079ac7 files/digest-e100-2.1.15 63 -MD5 88d54dff1cc57e7232cf34888a3139f8 files/digest-e100-2.1.24 63 -MD5 cb8f0d0fb9e63b78e5efbc66acc5aa36 files/digest-e100-2.1.29 63 -MD5 3f7e32a9715955e74ce893708a9be6cf files/digest-e100-2.1.6 62 MD5 5e9223dce795b59ed8efe69723367f23 files/digest-e100-2.2.21 62 MD5 4a6ddb0d06c894af37e85cbd0c20c13c files/digest-e100-2.3.13 62 diff --git a/net-misc/e100/e100-2.1.15.ebuild b/net-misc/e100/e100-2.1.15.ebuild deleted file mode 100644 index 130d1af559ac..000000000000 --- a/net-misc/e100/e100-2.1.15.ebuild +++ /dev/null @@ -1,37 +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.1.15.ebuild,v 1.4 2003/02/13 14:49:22 vapier 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/${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/e100-2.1.24.ebuild b/net-misc/e100/e100-2.1.24.ebuild deleted file mode 100644 index 25b78935948f..000000000000 --- a/net-misc/e100/e100-2.1.24.ebuild +++ /dev/null @@ -1,37 +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.1.24.ebuild,v 1.3 2003/04/28 12:53:36 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/${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/e100-2.1.29.ebuild b/net-misc/e100/e100-2.1.29.ebuild deleted file mode 100644 index 42d61111e5d2..000000000000 --- a/net-misc/e100/e100-2.1.29.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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.29.ebuild,v 1.2 2003/04/28 12:53:36 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/${P}.tar.gz" -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.1.6.ebuild b/net-misc/e100/e100-2.1.6.ebuild deleted file mode 100644 index 55c4a4ff4af0..000000000000 --- a/net-misc/e100/e100-2.1.6.ebuild +++ /dev/null @@ -1,37 +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.1.6.ebuild,v 1.2 2003/02/13 14:49:33 vapier 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.15 b/net-misc/e100/files/digest-e100-2.1.15 deleted file mode 100644 index c1002a19a40b..000000000000 --- a/net-misc/e100/files/digest-e100-2.1.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 8e9a1ae23fdcede3aa38bc0c678c78bd e100-2.1.15.tar.gz 129781 diff --git a/net-misc/e100/files/digest-e100-2.1.24 b/net-misc/e100/files/digest-e100-2.1.24 deleted file mode 100644 index 6156d88f8d71..000000000000 --- a/net-misc/e100/files/digest-e100-2.1.24 +++ /dev/null @@ -1 +0,0 @@ -MD5 8e448bdc464ddd9db9528455604021b2 e100-2.1.24.tar.gz 124588 diff --git a/net-misc/e100/files/digest-e100-2.1.29 b/net-misc/e100/files/digest-e100-2.1.29 deleted file mode 100644 index f03315f76ecd..000000000000 --- a/net-misc/e100/files/digest-e100-2.1.29 +++ /dev/null @@ -1 +0,0 @@ -MD5 f5b9a1a14347f4b4ca851c71dfcd6344 e100-2.1.29.tar.gz 125380 diff --git a/net-misc/e100/files/digest-e100-2.1.6 b/net-misc/e100/files/digest-e100-2.1.6 deleted file mode 100644 index 7bd67e0270e5..000000000000 --- a/net-misc/e100/files/digest-e100-2.1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 d3efda7369f78beaeb50cccc819a536d e100-2.1.6.tar.gz 129349 |