summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/nforce-net/files/digest-nforce-net-1.0.02481
-rw-r--r--net-misc/nforce-net/files/digest-nforce-net-1.0.0248-r21
-rw-r--r--net-misc/nforce-net/files/digest-nforce-net-1.0.02561
-rw-r--r--net-misc/nforce-net/files/digest-nforce-net-1.0.02611
-rw-r--r--net-misc/nforce-net/nforce-net-1.0.0248-r2.ebuild67
-rw-r--r--net-misc/nforce-net/nforce-net-1.0.0248.ebuild60
-rw-r--r--net-misc/nforce-net/nforce-net-1.0.0256.ebuild56
-rw-r--r--net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild17
-rw-r--r--net-misc/nforce-net/nforce-net-1.0.0261.ebuild56
9 files changed, 5 insertions, 255 deletions
diff --git a/net-misc/nforce-net/files/digest-nforce-net-1.0.0248 b/net-misc/nforce-net/files/digest-nforce-net-1.0.0248
deleted file mode 100644
index bf4dfc63b69d..000000000000
--- a/net-misc/nforce-net/files/digest-nforce-net-1.0.0248
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ac7e48f15ce0ae36ba3d3ee8b1fd23b7 NVIDIA_nforce-1.0-0248.tar.gz 86408
diff --git a/net-misc/nforce-net/files/digest-nforce-net-1.0.0248-r2 b/net-misc/nforce-net/files/digest-nforce-net-1.0.0248-r2
deleted file mode 100644
index bf4dfc63b69d..000000000000
--- a/net-misc/nforce-net/files/digest-nforce-net-1.0.0248-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ac7e48f15ce0ae36ba3d3ee8b1fd23b7 NVIDIA_nforce-1.0-0248.tar.gz 86408
diff --git a/net-misc/nforce-net/files/digest-nforce-net-1.0.0256 b/net-misc/nforce-net/files/digest-nforce-net-1.0.0256
deleted file mode 100644
index d18cd981bcb1..000000000000
--- a/net-misc/nforce-net/files/digest-nforce-net-1.0.0256
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3ad2e2371946b7881471e4cadddf108e NVIDIA_nforce-1.0-0256.tar.gz 75752
diff --git a/net-misc/nforce-net/files/digest-nforce-net-1.0.0261 b/net-misc/nforce-net/files/digest-nforce-net-1.0.0261
deleted file mode 100644
index be8c8c18ae9c..000000000000
--- a/net-misc/nforce-net/files/digest-nforce-net-1.0.0261
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19e9c6592e8db6ba55c08d42dc49163f NVIDIA_nforce-1.0-0261.tar.gz 87301
diff --git a/net-misc/nforce-net/nforce-net-1.0.0248-r2.ebuild b/net-misc/nforce-net/nforce-net-1.0.0248-r2.ebuild
deleted file mode 100644
index a4e37f13783c..000000000000
--- a/net-misc/nforce-net/nforce-net-1.0.0248-r2.ebuild
+++ /dev/null
@@ -1,67 +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/nforce-net/nforce-net-1.0.0248-r2.ebuild,v 1.1 2003/02/19 15:08:54 alain Exp $
-
-inherit gcc
-
-# Make sure Portage does _NOT_ strip symbols. Need both lines for
-# Portage 1.8.9+
-DEBUG="yes"
-RESTRICT="nostrip"
-
-NV_V="${PV/1.0./1.0-}"
-NV_PACKAGE="NVIDIA_nforce-${NV_V}"
-S="${WORKDIR}/nforce"
-DESCRIPTION="Linux kernel module for the NVIDIA's nForce network chip"
-SRC_URI="http://download.nvidia.com/XFree86_40/nforce/${NV_V}/${NV_PACKAGE}.tar.gz"
-HOMEPAGE="http://www.nvidia.com/"
-
-# The slow needs to be set to $KV to prevent unmerges of
-# modules for other kernels.
-LICENSE="NVIDIA"
-SLOT="${KV}"
-KEYWORDS="x86 -ppc -sparc -alpha"
-
-DEPEND="virtual/linux-sources >=sys-apps/portage-1.9.10"
-
-src_unpack() {
- unpack ${A}
- if [ `gcc-major-version` -eq 2 ] ; then
- einfo "Applying gcc2 compatability patch"
- cp nforce/nvnet/Makefile{,.old}
- sed -e "s/-falign-functions/-malign-functions/" nforce/nvnet/Makefile.old > nforce/nvnet/Makefile
- fi
-}
-
-src_compile() {
- # Portage should determine the version of the kernel sources
- check_KV
- #IGNORE_CC_MISMATCH disables a sanity check that's needed when gcc has been
- #updated but the running kernel is still compiled with an older gcc. This is
- #needed for chrooted building, where the sanity check detects the gcc of the
- #kernel outside the chroot rather than within.
- cd ${S}/nvnet
- make KERNSRC="/usr/src/linux" || die
-}
-
-src_install() {
- # The driver goes into the standard modules location
- insinto /lib/modules/${KV}/kernel/drivers/net
- doins nvnet/nvnet.o
-
- # Docs
- dodoc ${S}/README
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = "/" ]
- then
- # Update module dependency
- [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
- fi
-
- echo
- einfo "You need to add \"nvnet\" to your /etc/modules.autoload to load"
- einfo "this module when the system is started."
-}
-
diff --git a/net-misc/nforce-net/nforce-net-1.0.0248.ebuild b/net-misc/nforce-net/nforce-net-1.0.0248.ebuild
deleted file mode 100644
index d192f90cff16..000000000000
--- a/net-misc/nforce-net/nforce-net-1.0.0248.ebuild
+++ /dev/null
@@ -1,60 +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/nforce-net/nforce-net-1.0.0248.ebuild,v 1.2 2003/02/13 15:02:22 vapier Exp $
-
-# Make sure Portage does _NOT_ strip symbols. Need both lines for
-# Portage 1.8.9+
-DEBUG="yes"
-RESTRICT="nostrip"
-
-NV_V="${PV/1.0./1.0-}"
-NV_PACKAGE="NVIDIA_nforce-${NV_V}"
-S="${WORKDIR}/nforce"
-DESCRIPTION="Linux kernel module for the NVIDIA's nForce network chip"
-SRC_URI="http://download.nvidia.com/XFree86_40/nforce/${NV_V}/${NV_PACKAGE}.tar.gz"
-HOMEPAGE="http://www.nvidia.com/"
-
-# The slow needs to be set to $KV to prevent unmerges of
-# modules for other kernels.
-LICENSE="NVIDIA"
-SLOT="${KV}"
-KEYWORDS="x86 -ppc -sparc -alpha"
-
-DEPEND="virtual/linux-sources >=sys-apps/portage-1.9.10"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- # Portage should determine the version of the kernel sources
- check_KV
- #IGNORE_CC_MISMATCH disables a sanity check that's needed when gcc has been
- #updated but the running kernel is still compiled with an older gcc. This is
- #needed for chrooted building, where the sanity check detects the gcc of the
- #kernel outside the chroot rather than within.
- cd ${S}/nvnet
- make KERNSRC="/usr/src/linux" || die
-}
-
-src_install() {
- # The driver goes into the standard modules location
- insinto /lib/modules/${KV}/kernel/drivers/net
- doins nvnet/nvnet.o
-
- # Docs
- dodoc ${S}/README
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = "/" ]
- then
- # Update module dependency
- [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
- fi
-
- echo
- einfo "You need to add \"nvnet\" to your /etc/modules.autoload to load"
- einfo "this module when the system is started."
-}
-
diff --git a/net-misc/nforce-net/nforce-net-1.0.0256.ebuild b/net-misc/nforce-net/nforce-net-1.0.0256.ebuild
deleted file mode 100644
index c9f6f5357ae5..000000000000
--- a/net-misc/nforce-net/nforce-net-1.0.0256.ebuild
+++ /dev/null
@@ -1,56 +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/nforce-net/nforce-net-1.0.0256.ebuild,v 1.3 2003/07/13 14:31:36 aliz Exp $
-
-inherit gcc
-
-# Make sure Portage does _NOT_ strip symbols. Need both lines for
-# Portage 1.8.9+
-DEBUG="yes"
-RESTRICT="nostrip"
-
-NV_V="${PV/1.0./1.0-}"
-NV_PACKAGE="NVIDIA_nforce-${NV_V}"
-S="${WORKDIR}/nforce"
-DESCRIPTION="Linux kernel module for the NVIDIA's nForce network chip"
-SRC_URI="http://download.nvidia.com/XFree86/nforce/${NV_V}/${NV_PACKAGE}.tar.gz"
-HOMEPAGE="http://www.nvidia.com/"
-
-# The slow needs to be set to $KV to prevent unmerges of
-# modules for other kernels.
-LICENSE="NVIDIA"
-SLOT="${KV}"
-KEYWORDS="-* x86"
-
-DEPEND="virtual/linux-sources >=sys-apps/portage-1.9.10"
-
-src_compile() {
- # Portage should determine the version of the kernel sources
- check_KV
- cd ${S}/nvnet
- make KERNSRC="/usr/src/linux" || die
-}
-
-src_install() {
- # The driver goes into the standard modules location
- insinto /lib/modules/${KV}/kernel/drivers/net
- doins nvnet/nvnet.o
-
- # Docs
- dodoc ${S}/ReleaseNotes.html
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = "/" ]
- then
- # Update module dependency
- [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
- fi
-
- echo
- einfo "You need to add \"nvnet\" to your /etc/modules.autoload to load"
- einfo "this module when the system is started. Alternatively, you can"
- einfo "use the 'hotplug' package ('emerge hotplug' then 'rc-update add"
- einfo "hotplug default') to auto-detect and load \"nvnet\" on startup."
-}
-
diff --git a/net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild b/net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild
index 85f9f9dac233..9eb4da08a9b1 100644
--- a/net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild
+++ b/net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild
@@ -1,31 +1,25 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild,v 1.2 2003/06/13 00:12:28 alron Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nforce-net/nforce-net-1.0.0261-r1.ebuild,v 1.3 2003/08/03 03:57:32 vapier Exp $
inherit gcc
-# Make sure Portage does _NOT_ strip symbols. Need both lines for
-# Portage 1.8.9+
-DEBUG="yes"
-RESTRICT="nostrip"
-
NV_V="${PV/1.0./1.0-}"
NV_PACKAGE="NVIDIA_nforce-${NV_V}"
S="${WORKDIR}/nforce"
DESCRIPTION="Linux kernel module for the NVIDIA's nForce network chip"
-SRC_URI="http://download.nvidia.com/XFree86/nforce/${NV_V}/${NV_PACKAGE}.tar.gz"
HOMEPAGE="http://www.nvidia.com/"
+SRC_URI="http://download.nvidia.com/XFree86/nforce/${NV_V}/${NV_PACKAGE}.tar.gz"
-# The slow needs to be set to $KV to prevent unmerges of
-# modules for other kernels.
+# The SLOT needs to be set to $KV to prevent unmerges of modules for other kernels
LICENSE="NVIDIA"
SLOT="${KV}"
KEYWORDS="-* x86"
+RESTRICT="nostrip"
-DEPEND="virtual/linux-sources >=sys-apps/portage-1.9.10"
+DEPEND="virtual/linux-sources"
src_compile() {
- # Portage should determine the version of the kernel sources
check_KV
cd ${S}/nvnet
make KERNSRC="/usr/src/linux" || die
@@ -85,4 +79,3 @@ pkg_postinst() {
einfo "the \"nvnet\" driver for throughput optimization the next time it"
einfo "is loaded."
}
-
diff --git a/net-misc/nforce-net/nforce-net-1.0.0261.ebuild b/net-misc/nforce-net/nforce-net-1.0.0261.ebuild
deleted file mode 100644
index b860a0c2a394..000000000000
--- a/net-misc/nforce-net/nforce-net-1.0.0261.ebuild
+++ /dev/null
@@ -1,56 +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/nforce-net/nforce-net-1.0.0261.ebuild,v 1.3 2003/07/13 14:31:36 aliz Exp $
-
-inherit gcc
-
-# Make sure Portage does _NOT_ strip symbols. Need both lines for
-# Portage 1.8.9+
-DEBUG="yes"
-RESTRICT="nostrip"
-
-NV_V="${PV/1.0./1.0-}"
-NV_PACKAGE="NVIDIA_nforce-${NV_V}"
-S="${WORKDIR}/nforce"
-DESCRIPTION="Linux kernel module for the NVIDIA's nForce network chip"
-SRC_URI="http://download.nvidia.com/XFree86/nforce/${NV_V}/${NV_PACKAGE}.tar.gz"
-HOMEPAGE="http://www.nvidia.com/"
-
-# The slow needs to be set to $KV to prevent unmerges of
-# modules for other kernels.
-LICENSE="NVIDIA"
-SLOT="${KV}"
-KEYWORDS="-* x86"
-
-DEPEND="virtual/linux-sources >=sys-apps/portage-1.9.10"
-
-src_compile() {
- # Portage should determine the version of the kernel sources
- check_KV
- cd ${S}/nvnet
- make KERNSRC="/usr/src/linux" || die
-}
-
-src_install() {
- # The driver goes into the standard modules location
- insinto /lib/modules/${KV}/kernel/drivers/net
- doins nvnet/nvnet.o
-
- # Docs
- dohtml ${S}/ReleaseNotes.html
-}
-
-pkg_postinst() {
- if [ "${ROOT}" = "/" ]
- then
- # Update module dependency
- [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
- fi
-
- echo
- einfo "You need to add \"nvnet\" to your /etc/modules.autoload to load"
- einfo "this module when the system is started. Alternatively, you can"
- einfo "use the 'hotplug' package ('emerge hotplug' then 'rc-update add"
- einfo "hotplug default') to auto-detect and load \"nvnet\" on startup."
-}
-