diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-03-11 23:44:32 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-03-11 23:44:32 +0000 |
commit | f5f7893052b4f0255d606ddf25456500d12cabdb (patch) | |
tree | dd067a45752e120d573a6ec52b003bbf3ca87263 /media-video | |
parent | Remove old. (diff) | |
download | gentoo-2-f5f7893052b4f0255d606ddf25456500d12cabdb.tar.gz gentoo-2-f5f7893052b4f0255d606ddf25456500d12cabdb.tar.bz2 gentoo-2-f5f7893052b4f0255d606ddf25456500d12cabdb.zip |
Remove old.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video')
6 files changed, 0 insertions, 412 deletions
diff --git a/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6629-r2 b/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6629-r2 deleted file mode 100644 index 9324510b4ef9..000000000000 --- a/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6629-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 f7737c1e95371f37a4fd30da2f11e72c NVIDIA-Linux-x86-1.0-6629-pkg1.run 8725221 -MD5 652e69f549c81a7a3f2806daa74b9c36 NVIDIA-Linux-x86_64-1.0-6629-pkg2.run 7777882 diff --git a/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6629-r3 b/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6629-r3 deleted file mode 100644 index 9324510b4ef9..000000000000 --- a/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6629-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 f7737c1e95371f37a4fd30da2f11e72c NVIDIA-Linux-x86-1.0-6629-pkg1.run 8725221 -MD5 652e69f549c81a7a3f2806daa74b9c36 NVIDIA-Linux-x86_64-1.0-6629-pkg2.run 7777882 diff --git a/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.7167 b/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.7167 deleted file mode 100644 index 691dc4a42ce3..000000000000 --- a/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.7167 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 d88d606873be255e8c4926961a1f09bf NVIDIA-Linux-x86-1.0-7167-pkg1.run 9427444 -MD5 a0433d841c41862af266300b589c12a7 NVIDIA-Linux-x86_64-1.0-7167-pkg2.run 8709382 diff --git a/media-video/nvidia-kernel/nvidia-kernel-1.0.6629-r2.ebuild b/media-video/nvidia-kernel/nvidia-kernel-1.0.6629-r2.ebuild deleted file mode 100644 index d7357c77f117..000000000000 --- a/media-video/nvidia-kernel/nvidia-kernel-1.0.6629-r2.ebuild +++ /dev/null @@ -1,139 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/nvidia-kernel/nvidia-kernel-1.0.6629-r2.ebuild,v 1.1 2005/01/17 08:45:26 cyfred Exp $ - -inherit eutils linux-mod - -X86_PKG_V="pkg1" -AMD64_PKG_V="pkg2" -NV_V="${PV/1.0./1.0-}" -X86_NV_PACKAGE="NVIDIA-Linux-x86-${NV_V}" -AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${NV_V}" - -DESCRIPTION="Linux kernel module for the NVIDIA X11 driver" -HOMEPAGE="http://www.nvidia.com/" -SRC_URI="x86? (ftp://download.nvidia.com/XFree86/Linux-x86/${NV_V}/${X86_NV_PACKAGE}-${X86_PKG_V}.run) - amd64? (http://download.nvidia.com/XFree86/Linux-x86_64/${NV_V}/${AMD64_NV_PACKAGE}-${AMD64_PKG_V}.run)" - -if use x86; then - PKG_V="${X86_PKG_V}" - NV_PACKAGE="${X86_NV_PACKAGE}" -elif use amd64; then - PKG_V="${AMD64_PKG_V}" - NV_PACKAGE="${AMD64_NV_PACKAGE}" -fi - -S="${WORKDIR}/${NV_PACKAGE}-${PKG_V}/usr/src/nv" - -LICENSE="NVIDIA" -SLOT="0" -KEYWORDS="-* ~x86 ~amd64" -RESTRICT="nostrip" -IUSE="" - -DEPEND="virtual/linux-sources" -export _POSIX2_VERSION="199209" - -MODULE_NAMES="nvidia(video:${S})" -BUILD_PARAMS="IGNORE_CC_MISMATCH=yes V=1 SYSSRC=${KV_DIR} SYSOUT=${KV_OUT_DIR}" - -mtrr_check() { - ebegin "Checking for MTRR support" - linux_chkconfig_present MTRR - eend $? - - if [ "$?" != 0 ] - then - eerror "This version needs MTRR support for most chipsets!" - eerror "Please enable MTRR support in your kernel config, found at:" - eerror - eerror " Processor type and features" - eerror " [*] MTRR (Memory Type Range Register) support" - eerror - eerror "and recompile your kernel ..." - die "MTRR support not detected!" - fi -} - -pkg_setup() { - linux-mod_pkg_setup - mtrr_check; -} - -src_unpack() { - if [ ${KV_MINOR} -ge 6 -a ${KV_PATCH} -lt 7 ] - then - echo - ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}" - ewarn "This is not officially supported for ${P}. It is likely you" - ewarn "will not be able to compile or use the kernel module." - ewarn "It is recommended that you upgrade your kernel to a version >= 2.6.7" - echo - ewarn "DO NOT file bug reports for kernel versions less than 2.6.7 as they will be ignored." - fi - - cd ${WORKDIR} - bash ${DISTDIR}/${NV_PACKAGE}-${PKG_V}.run --extract-only - - # Add patches below, with a breif description. - cd ${S} - # Any general patches should go here - # Shutup pointer arith warnings - use x86 && epatch ${FILESDIR}/${PV}/nv-shutup-warnings.patch - use amd64 && epatch ${FILESDIR}/${PV}/nv-amd64-shutup-warnings.patch - - # Patches from Zander (http://www.minion.de/files/1.0-6629/) - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1155389.patch - #epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1162524.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1165235.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1171869.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1175225.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1182399.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1189413.patch - - # Now any patches specific to the 2.6 kernel should go here - if kernel_is 2 6 - then - einfo "Applying 2.6 kernel patches" - # Fix the /usr/src/linux/include/asm not existing on koutput issue #58294 - epatch ${FILESDIR}/${PV}/conftest_koutput_includes.patch - # Fix calling of smp_processor_id() when preempt is enabled - epatch ${FILESDIR}/${PV}/nv-disable-preempt-on-smp_processor_id.patch - # Fix a limitation on available video memory bug #71684 - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1161283.patch - fi - - # if you set this then it's your own fault when stuff breaks :) - [ -n "${USE_CRAZY_OPTS}" ] && sed -i "s:-O:${CFLAGS}:" Makefile.* - - # if greater than 2.6.5 use M= instead of SUBDIR= - convert_to_m ${S}/Makefile.kbuild -} - -src_install() { - linux-mod_src_install - - # Add the aliases - sed -e 's:\${PACKAGE}:'${PF}':g' ${FILESDIR}/nvidia > ${WORKDIR}/nvidia - insinto /etc/modules.d - newins ${WORKDIR}/nvidia nvidia - - # Docs - dodoc ${S}/../../share/doc/README - - # The device creation script - into / - newsbin ${S}/makedevices.sh NVmakedevices.sh -} - -pkg_postinst() { - if [ "${ROOT}" = "/" ] && \ - [ ! -e /dev/.devfsd ] && \ - [ ! -e /dev/.udev ] && \ - [ -x /sbin/NVmakedevices.sh ] - then - /sbin/NVmakedevices.sh >/dev/null 2>&1 - fi - - linux-mod_pkg_postinst -} diff --git a/media-video/nvidia-kernel/nvidia-kernel-1.0.6629-r3.ebuild b/media-video/nvidia-kernel/nvidia-kernel-1.0.6629-r3.ebuild deleted file mode 100644 index 2d61a903f1d3..000000000000 --- a/media-video/nvidia-kernel/nvidia-kernel-1.0.6629-r3.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/nvidia-kernel/nvidia-kernel-1.0.6629-r3.ebuild,v 1.1 2005/01/26 07:01:43 eradicator Exp $ - -inherit eutils linux-mod - -X86_PKG_V="pkg1" -AMD64_PKG_V="pkg2" -NV_V="${PV/1.0./1.0-}" -X86_NV_PACKAGE="NVIDIA-Linux-x86-${NV_V}" -AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${NV_V}" - -DESCRIPTION="Linux kernel module for the NVIDIA X11 driver" -HOMEPAGE="http://www.nvidia.com/" -SRC_URI="x86? (ftp://download.nvidia.com/XFree86/Linux-x86/${NV_V}/${X86_NV_PACKAGE}-${X86_PKG_V}.run) - amd64? (http://download.nvidia.com/XFree86/Linux-x86_64/${NV_V}/${AMD64_NV_PACKAGE}-${AMD64_PKG_V}.run)" - -if use x86; then - PKG_V="${X86_PKG_V}" - NV_PACKAGE="${X86_NV_PACKAGE}" -elif use amd64; then - PKG_V="${AMD64_PKG_V}" - NV_PACKAGE="${AMD64_NV_PACKAGE}" -fi - -S="${WORKDIR}/${NV_PACKAGE}-${PKG_V}/usr/src/nv" - -LICENSE="NVIDIA" -SLOT="0" -KEYWORDS="-* ~x86 ~amd64" -RESTRICT="nostrip" -IUSE="" - -DEPEND="virtual/linux-sources" -export _POSIX2_VERSION="199209" - -MODULE_NAMES="nvidia(video:${S})" -BUILD_PARAMS="IGNORE_CC_MISMATCH=yes V=1 SYSSRC=${KV_DIR} SYSOUT=${KV_OUT_DIR}" - -mtrr_check() { - ebegin "Checking for MTRR support" - linux_chkconfig_present MTRR - eend $? - - if [ "$?" != 0 ] - then - eerror "This version needs MTRR support for most chipsets!" - eerror "Please enable MTRR support in your kernel config, found at:" - eerror - eerror " Processor type and features" - eerror " [*] MTRR (Memory Type Range Register) support" - eerror - eerror "and recompile your kernel ..." - die "MTRR support not detected!" - fi -} - -pkg_setup() { - linux-mod_pkg_setup - mtrr_check; -} - -src_unpack() { - if [ ${KV_MINOR} -ge 6 -a ${KV_PATCH} -lt 7 ] - then - echo - ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}" - ewarn "This is not officially supported for ${P}. It is likely you" - ewarn "will not be able to compile or use the kernel module." - ewarn "It is recommended that you upgrade your kernel to a version >= 2.6.7" - echo - ewarn "DO NOT file bug reports for kernel versions less than 2.6.7 as they will be ignored." - fi - - cd ${WORKDIR} - bash ${DISTDIR}/${NV_PACKAGE}-${PKG_V}.run --extract-only - - # Add patches below, with a breif description. - cd ${S} - # Any general patches should go here - # Shutup pointer arith warnings - use x86 && epatch ${FILESDIR}/${PV}/nv-shutup-warnings.patch - use amd64 && epatch ${FILESDIR}/${PV}/nv-amd64-shutup-warnings.patch - - # Patches from Zander (http://www.minion.de/files/1.0-6629/) - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1155389.patch - #epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1162524.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1165235.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1171869.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1175225.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1182399.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1189413.patch - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1201042.diff - - # Now any patches specific to the 2.6 kernel should go here - if kernel_is 2 6 - then - einfo "Applying 2.6 kernel patches" - # Fix the /usr/src/linux/include/asm not existing on koutput issue #58294 - epatch ${FILESDIR}/${PV}/conftest_koutput_includes.patch - # Fix calling of smp_processor_id() when preempt is enabled - epatch ${FILESDIR}/${PV}/nv-disable-preempt-on-smp_processor_id.patch - # Fix a limitation on available video memory bug #71684 - epatch ${FILESDIR}/${PV}/NVIDIA_kernel-1.0-6629-1161283.patch - fi - - # if you set this then it's your own fault when stuff breaks :) - [ -n "${USE_CRAZY_OPTS}" ] && sed -i "s:-O:${CFLAGS}:" Makefile.* - - # if greater than 2.6.5 use M= instead of SUBDIR= - convert_to_m ${S}/Makefile.kbuild -} - -src_install() { - linux-mod_src_install - - # Add the aliases - sed -e 's:\${PACKAGE}:'${PF}':g' ${FILESDIR}/nvidia > ${WORKDIR}/nvidia - insinto /etc/modules.d - newins ${WORKDIR}/nvidia nvidia - - # Docs - dodoc ${S}/../../share/doc/README - - # The device creation script - into / - newsbin ${S}/makedevices.sh NVmakedevices.sh -} - -pkg_postinst() { - if [ "${ROOT}" = "/" ] && \ - [ ! -e /dev/.devfsd ] && \ - [ ! -e /dev/.udev ] && \ - [ -x /sbin/NVmakedevices.sh ] - then - /sbin/NVmakedevices.sh >/dev/null 2>&1 - fi - - linux-mod_pkg_postinst -} diff --git a/media-video/nvidia-kernel/nvidia-kernel-1.0.7167.ebuild b/media-video/nvidia-kernel/nvidia-kernel-1.0.7167.ebuild deleted file mode 100644 index 110cb4b23920..000000000000 --- a/media-video/nvidia-kernel/nvidia-kernel-1.0.7167.ebuild +++ /dev/null @@ -1,127 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/nvidia-kernel/nvidia-kernel-1.0.7167.ebuild,v 1.1 2005/03/11 19:43:04 azarah Exp $ - -inherit eutils linux-mod - -X86_PKG_V="pkg1" -AMD64_PKG_V="pkg2" -NV_V="${PV/1.0./1.0-}" -X86_NV_PACKAGE="NVIDIA-Linux-x86-${NV_V}" -AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${NV_V}" - -DESCRIPTION="Linux kernel module for the NVIDIA X11 driver" -HOMEPAGE="http://www.nvidia.com/" -SRC_URI="x86? (ftp://download.nvidia.com/XFree86/Linux-x86/${NV_V}/${X86_NV_PACKAGE}-${X86_PKG_V}.run) - amd64? (http://download.nvidia.com/XFree86/Linux-x86_64/${NV_V}/${AMD64_NV_PACKAGE}-${AMD64_PKG_V}.run)" - -if use x86; then - PKG_V="${X86_PKG_V}" - NV_PACKAGE="${X86_NV_PACKAGE}" -elif use amd64; then - PKG_V="${AMD64_PKG_V}" - NV_PACKAGE="${AMD64_NV_PACKAGE}" -fi - -S="${WORKDIR}/${NV_PACKAGE}-${PKG_V}/usr/src/nv" - -LICENSE="NVIDIA" -SLOT="0" -KEYWORDS="-* ~x86 ~amd64" -RESTRICT="nostrip" -IUSE="" - -DEPEND="virtual/linux-sources" -export _POSIX2_VERSION="199209" - -MODULE_NAMES="nvidia(video:${S})" -BUILD_PARAMS="IGNORE_CC_MISMATCH=yes V=1 SYSSRC=${KV_DIR} SYSOUT=${KV_OUT_DIR}" - -mtrr_check() { - ebegin "Checking for MTRR support" - linux_chkconfig_present MTRR - eend $? - - if [[ $? -ne 0 ]] ; then - eerror "This version needs MTRR support for most chipsets!" - eerror "Please enable MTRR support in your kernel config, found at:" - eerror - eerror " Processor type and features" - eerror " [*] MTRR (Memory Type Range Register) support" - eerror - eerror "and recompile your kernel ..." - die "MTRR support not detected!" - fi -} - -pkg_setup() { - linux-mod_pkg_setup - mtrr_check; -} - -src_unpack() { - local NV_PATCH_PREFIX="${FILESDIR}/${PV}/NVIDIA_kernel-1.0-${PV##*.}" - - if [[ ${KV_MINOR} -eq 6 && ${KV_PATCH} -lt 7 ]] ; then - echo - ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}" - ewarn "This is not officially supported for ${P}. It is likely you" - ewarn "will not be able to compile or use the kernel module." - ewarn "It is recommended that you upgrade your kernel to a version >= 2.6.7" - echo - ewarn "DO NOT file bug reports for kernel versions less than 2.6.7 as they will be ignored." - fi - - cd ${WORKDIR} - bash ${DISTDIR}/${NV_PACKAGE}-${PKG_V}.run --extract-only - - # Add patches below, with a breif description. - cd ${S} - # Any general patches should go here - # Shutup pointer arith warnings - use x86 && epatch ${NV_PATCH_PREFIX}-x86-shutup-warnings.patch - use amd64 && epatch ${NV_PATCH_PREFIX}-amd64-shutup-warnings.patch - - # Patches from Zander goes here - # (http://www.minion.de/files/1.0-7167/) - - # Now any patches specific to the 2.6 kernel should go here - if kernel_is 2 6 ; then - einfo "Applying 2.6 kernel patches" - # Fix the /usr/src/linux/include/asm not existing on koutput issue #58294 - epatch ${NV_PATCH_PREFIX}-conftest-koutput-includes.patch - # Fix calling of smp_processor_id() when preempt is enabled - epatch ${NV_PATCH_PREFIX}-disable-preempt-on-smp_processor_id.patch - fi - - # if you set this then it's your own fault when stuff breaks :) - [[ -n ${USE_CRAZY_OPTS} ]] && sed -i "s:-O:${CFLAGS}:" Makefile.* - - # If greater than 2.6.5 use M= instead of SUBDIR= - cd ${S}; convert_to_m Makefile.kbuild -} - -src_install() { - linux-mod_src_install - - # Add the aliases - sed -e 's:\${PACKAGE}:'${PF}':g' ${FILESDIR}/nvidia > ${WORKDIR}/nvidia - insinto /etc/modules.d - newins ${WORKDIR}/nvidia nvidia - - # Docs - dodoc ${S}/../../share/doc/README - - # The device creation script - into / - newsbin ${S}/makedevices.sh NVmakedevices.sh -} - -pkg_postinst() { - if [[ "${ROOT}" = "/" && ! -e /dev/.devfsd && \ - ! -e /dev/.udev && -x /sbin/NVmakedevices.sh ]] ; then - /sbin/NVmakedevices.sh >/dev/null 2>&1 - fi - - linux-mod_pkg_postinst -} |