diff options
author | Michael Januszewski <spock@gentoo.org> | 2010-06-24 10:50:53 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2010-06-24 10:50:53 +0000 |
commit | 035977581bd0b6e27dafc14930dcf27e30eef5b9 (patch) | |
tree | 02325922d485cd53b3f7a9d85cdc93e0aa0d771a /dev-util | |
parent | Add a missing dependency on libpng-1.2 (bug #323985). (diff) | |
download | gentoo-2-035977581bd0b6e27dafc14930dcf27e30eef5b9.tar.gz gentoo-2-035977581bd0b6e27dafc14930dcf27e30eef5b9.tar.bz2 gentoo-2-035977581bd0b6e27dafc14930dcf27e30eef5b9.zip |
Remove old ebuilds.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
4 files changed, 6 insertions, 304 deletions
diff --git a/dev-util/nvidia-cuda-toolkit/ChangeLog b/dev-util/nvidia-cuda-toolkit/ChangeLog index be468bd3dfd3..d61640a5bd9f 100644 --- a/dev-util/nvidia-cuda-toolkit/ChangeLog +++ b/dev-util/nvidia-cuda-toolkit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/nvidia-cuda-toolkit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/ChangeLog,v 1.25 2010/06/24 10:48:09 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/ChangeLog,v 1.26 2010/06/24 10:50:53 spock Exp $ + + 24 Jun 2010; Michał Januszewski <spock@gentoo.org> + -nvidia-cuda-toolkit-2.0.ebuild, -nvidia-cuda-toolkit-2.1.ebuild, + -nvidia-cuda-toolkit-2.2-r2.ebuild: + Remove old ebuilds. 24 Jun 2010; Michał Januszewski <spock@gentoo.org> nvidia-cuda-toolkit-3.0.ebuild: diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.0.ebuild b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.0.ebuild deleted file mode 100644 index 21e6a4863576..000000000000 --- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.0.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.0.ebuild,v 1.4 2009/08/07 14:20:32 chainsaw Exp $ - -inherit eutils - -DESCRIPTION="NVIDIA CUDA Toolkit" -HOMEPAGE="http://developer.nvidia.com/cuda" - -BASE_URI="http://developer.download.nvidia.com/compute/cuda/2_0/linux/toolkit/NVIDIA_CUDA_Toolkit" -SRC_URI="amd64? ( ${BASE_URI}_${PV}_suse10.3_x86_64.run ) - x86? ( ${BASE_URI}_${PV}_suse10.3_x86.run )" - -LICENSE="NVIDIA" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -DEPEND="" -RESTRICT="strip" - -S="${WORKDIR}" - -src_unpack() { - unpack_makeself -} - -src_install() { - local DEST=/opt/cuda - - # don't use lib32 or lib64 directories - unset ABI - - into ${DEST} - dobin bin/* - dolib lib/* - - chmod a-x "${D}/${DEST}/bin/nvcc.profile" - - # doman does not respect DESTTREE - insinto ${DEST}/man/man1 - doins man/man1/* - insinto ${DEST}/man/man3 - doins man/man3/* - prepman ${DEST} - - insinto ${DEST}/include - doins include/*.h - insinto ${DEST}/include/crt - doins include/crt/*.h - - insinto ${DEST}/src - doins src/* - - into ${DEST}/open64 - dobin open64/bin/* - libopts -m0755 - dolib open64/lib/* - - if use doc ; then - insinto ${DEST}/doc - doins doc/* - fi - - cat > "${T}/env" << EOF -PATH=${DEST}/bin -ROOTPATH=${DEST}/bin -LDPATH=${DEST}/lib -MANPATH=${DEST}/man -EOF - newenvd "${T}/env" 99cuda -} - -pkg_postinst() { - elog "If you want to natively run the code generated by CUDA, you will need" - elog ">=x11-drivers/nvidia-drivers-177.73." - elog "" - elog "This CUDA toolkit release does not support gcc-4.4. Please make sure" - elog "to switch to a lower GCC version before using nvcc." - elog "" - elog "Run '. /etc/profile' before using the CUDA toolkit. " -} diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.1.ebuild b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.1.ebuild deleted file mode 100644 index 7e05976f553e..000000000000 --- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.1.ebuild,v 1.5 2009/09/25 18:11:52 spock Exp $ - -inherit eutils - -DESCRIPTION="NVIDIA CUDA Toolkit" -HOMEPAGE="http://developer.nvidia.com/cuda" - -BASE_URI="http://developer.download.nvidia.com/compute/cuda/2_1/toolkit/" -SRC_URI="amd64? ( ${BASE_URI}/cudatoolkit_2.1_linux64_suse11.0.run ) - x86? ( ${BASE_URI}/cudatoolkit_2.1_linux32_suse11.0.run )" - -LICENSE="NVIDIA" -SLOT="0" - -# This version should never become a stable candidate due to bug #266568. -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND="" -RDEPEND="" -RESTRICT="strip" - -S="${WORKDIR}" - -src_unpack() { - unpack_makeself -} - -src_install() { - local DEST=/opt/cuda - export CONF_LIBDIR_OVERRIDE="lib" - - # HACK: temporary workaround until CONF_LIBDIR_OVERRIDE is respected. - export LIBDIR_amd64="lib" - - into ${DEST} - dobin bin/* - dolib lib/* - - chmod a-x "${D}/${DEST}/bin/nvcc.profile" - - # doman does not respect DESTTREE - insinto ${DEST}/man/man1 - doins man/man1/* - insinto ${DEST}/man/man3 - doins man/man3/* - prepman ${DEST} - - insinto ${DEST}/include - doins include/*.h - insinto ${DEST}/include/crt - doins include/crt/*.h - - insinto ${DEST}/src - doins src/* - - into ${DEST}/open64 - dobin open64/bin/* - libopts -m0755 - dolib open64/lib/* - - if use doc ; then - insinto ${DEST}/doc - doins doc/* - fi - - cat > "${T}/env" << EOF -PATH=${DEST}/bin -ROOTPATH=${DEST}/bin -LDPATH=${DEST}/lib -MANPATH=${DEST}/man -EOF - newenvd "${T}/env" 99cuda -} - -pkg_postinst() { - elog "If you want to natively run the code generated by CUDA, you will need" - elog ">=x11-drivers/nvidia-drivers-180.22." - elog "" - elog "This CUDA toolkit release does not support gcc-4.4. Please make sure" - elog "to switch to a lower GCC version before using nvcc." - elog "" - elog "Run '. /etc/profile' before using the CUDA toolkit. " -} diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.2-r2.ebuild b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.2-r2.ebuild deleted file mode 100644 index 3b541f3eb2e7..000000000000 --- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.2-r2.ebuild +++ /dev/null @@ -1,135 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-2.2-r2.ebuild,v 1.3 2009/12/01 19:05:24 fauli Exp $ - -EAPI=2 - -inherit eutils - -DESCRIPTION="NVIDIA CUDA Toolkit" -HOMEPAGE="http://developer.nvidia.com/cuda" - -CUDA_V=${PV//./_} - -BASE_URI="http://developer.download.nvidia.com/compute/cuda/${CUDA_V}/toolkit" -SRC_URI="amd64? ( ${BASE_URI}/cudatoolkit_${PV}_linux_64_suse11.1.run - debugger? ( ${BASE_URI}/cudagdb_2.2_linux_64_rhel5.3.run ) ) - x86? ( ${BASE_URI}/cudatoolkit_${PV}_linux_32_suse11.1.run - debugger? ( ${BASE_URI}/cudagdb_2.2_linux_32_rhel5.3.run ) )" - -LICENSE="NVIDIA" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="debugger doc profiler" - -DEPEND="!dev-util/nvidia-cuda-profiler" -RDEPEND="${DEPEND} - profiler? ( x86? ( - x11-libs/qt-gui - x11-libs/qt-core - x11-libs/qt-assistant - x11-libs/qt-sql[sqlite] ) - ) - debugger? ( >=sys-libs/libtermcap-compat-2.0.8-r2 )" -RESTRICT="strip binchecks" - -S="${WORKDIR}" - -src_unpack() { - for f in ${A} ; do - unpack_makeself ${f} - done -} - -src_prepare() { - epatch "${FILESDIR}/${P}-enum_fix.patch" -} - -src_install() { - local DEST=/opt/cuda - export CONF_LIBDIR_OVERRIDE="lib" - - # HACK: temporary workaround until CONF_LIBDIR_OVERRIDE is respected. - export LIBDIR_amd64="lib" - - into ${DEST} - dobin bin/* - dolib lib/* - - chmod a-x "${D}/${DEST}/bin/nvcc.profile" - - # doman does not respect DESTTREE - insinto ${DEST}/man/man1 - doins man/man1/* - insinto ${DEST}/man/man3 - doins man/man3/* - prepman ${DEST} - - insinto ${DEST}/include - doins include/*.h - insinto ${DEST}/include/crt - doins include/crt/*.h - - insinto ${DEST}/src - doins src/* - - into ${DEST}/open64 - dobin open64/bin/* - libopts -m0755 - dolib open64/lib/* - - if use doc ; then - insinto ${DEST}/doc - doins -r doc/* - fi - - cat > "${T}/env" << EOF -PATH=${DEST}/bin -ROOTPATH=${DEST}/bin -LDPATH=${DEST}/lib -MANPATH=${DEST}/man -EOF - newenvd "${T}/env" 99cuda - - if use profiler; then - into ${DEST}/cudaprof - dobin cudaprof/bin/cudaprof - - cat > "${T}/env" << EOF -PATH=${DEST}/cudaprof/bin -ROOTPATH=${DEST}/cudaprof/bin -EOF - if use x86 ; then - dosym /usr/bin/assistant ${DEST}/cudaprof/bin - else - dobin cudaprof/bin/assistant - insinto ${DEST}/cudaprof/bin - doins cudaprof/bin/*.so* - insinto ${DEST}/cudaprof/bin/sqldrivers - doins cudaprof/bin/sqldrivers/* - - cat >> "${T}/env" << EOF -LDPATH=${DEST}/cudaprof/bin -EOF - fi - - newenvd "${T}/env" 99cudaprof - - if use doc; then - insinto ${DEST}/cudaprof/doc - doins cudaprof/doc/* - insinto ${DEST}/cudaprof/projects - doins cudaprof/projects/* - fi - fi -} - -pkg_postinst() { - elog "If you want to natively run the code generated by CUDA, you will need" - elog ">=x11-drivers/nvidia-drivers-185.18.08." - elog "" - elog "This CUDA toolkit release does not support gcc-4.4. Please make sure" - elog "to switch to a lower GCC version before using nvcc." - elog "" - elog "Run '. /etc/profile' before using the CUDA toolkit. " -} |