commit:     ceab893a25df16264ddaad52ece33e519e328015
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 11:47:38 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 11:47:38 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ceab893a

dev-libs/optix: cleanup old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-libs/optix/optix-6.0.0.ebuild | 46 ---------------------------------------
 dev-libs/optix/optix-7.0.0.ebuild | 37 -------------------------------
 dev-libs/optix/optix-7.1.0.ebuild | 37 -------------------------------
 dev-libs/optix/optix-7.2.0.ebuild | 37 -------------------------------
 4 files changed, 157 deletions(-)

diff --git a/dev-libs/optix/optix-6.0.0.ebuild 
b/dev-libs/optix/optix-6.0.0.ebuild
deleted file mode 100644
index d0cb4c078..000000000
--- a/dev-libs/optix/optix-6.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake cuda
-
-DESCRIPTION="NVIDIA Ray Tracing Engine"
-HOMEPAGE="https://developer.nvidia.com/optix";
-SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64-25650775.sh"
-
-SLOT="0/6"
-KEYWORDS="~amd64"
-RESTRICT="fetch"
-LICENSE="NVIDIA-r2"
-
-RDEPEND="dev-util/nvidia-cuda-toolkit
-       virtual/opengl
-       media-libs/freeglut"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-CMAKE_USE_DIR=${S}/SDK
-
-pkg_nofetch() {
-       einfo "Please download ${SRC_URI} from:"
-       einfo "  ${HOMEPAGE}"
-       einfo "and move it to your DISTDIR directory."
-       einfo 'DISTDIR value is available from `emerge --info`'
-}
-
-src_unpack() {
-       tail -n +218 "${DISTDIR}"/${A} | tar -zx || die
-}
-
-src_prepare() {
-       cmake_src_prepare
-       rm -rf SDK-precompiled-samples
-       export PATH=$(cuda_gccdir):${PATH}
-}
-
-src_install() {
-       insinto /opt/${PN}
-       doins -r doc include lib64
-}

diff --git a/dev-libs/optix/optix-7.0.0.ebuild 
b/dev-libs/optix/optix-7.0.0.ebuild
deleted file mode 100644
index c419a9cee..000000000
--- a/dev-libs/optix/optix-7.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="NVIDIA Ray Tracing Engine"
-HOMEPAGE="https://developer.nvidia.com/optix";
-SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64.sh"
-
-SLOT="0/7"
-KEYWORDS="~amd64"
-RESTRICT="fetch"
-LICENSE="NVIDIA-r2"
-
-RDEPEND="
-       dev-util/nvidia-cuda-toolkit
-       media-libs/freeglut
-       virtual/opengl
-"
-S="${WORKDIR}"
-
-pkg_nofetch() {
-       einfo "Please download ${SRC_URI} from:"
-       einfo "  ${HOMEPAGE}"
-       einfo "and move it to your DISTDIR directory."
-       einfo 'DISTDIR value is available from `emerge --info`'
-}
-
-src_unpack() {
-       tail -n +223 "${DISTDIR}"/${A} | tar -zx || die
-}
-
-src_install() {
-       insinto /opt/${PN}
-       dodoc -r doc
-       doins -r include SDK
-}

diff --git a/dev-libs/optix/optix-7.1.0.ebuild 
b/dev-libs/optix/optix-7.1.0.ebuild
deleted file mode 100644
index afeda2b32..000000000
--- a/dev-libs/optix/optix-7.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="NVIDIA Ray Tracing Engine"
-HOMEPAGE="https://developer.nvidia.com/optix";
-SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64-x86_64.sh"
-
-SLOT="0/7"
-KEYWORDS="~amd64"
-RESTRICT="fetch"
-LICENSE="NVIDIA-r2"
-
-RDEPEND="
-       dev-util/nvidia-cuda-toolkit
-       media-libs/freeglut
-       virtual/opengl
-"
-S="${WORKDIR}"
-
-pkg_nofetch() {
-       einfo "Please download ${SRC_URI} from:"
-       einfo "  ${HOMEPAGE}"
-       einfo "and move it to your DISTDIR directory."
-       einfo 'DISTDIR value is available from `emerge --info`'
-}
-
-src_unpack() {
-       tail -n +223 "${DISTDIR}"/${A} | tar -zx || die
-}
-
-src_install() {
-       insinto /opt/${PN}
-       dodoc -r doc
-       doins -r include SDK
-}

diff --git a/dev-libs/optix/optix-7.2.0.ebuild 
b/dev-libs/optix/optix-7.2.0.ebuild
deleted file mode 100644
index 34dcf66c4..000000000
--- a/dev-libs/optix/optix-7.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="NVIDIA Ray Tracing Engine"
-HOMEPAGE="https://developer.nvidia.com/optix";
-SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64-x86_64.sh"
-S="${WORKDIR}"
-
-SLOT="0/7"
-KEYWORDS="~amd64"
-RESTRICT="fetch mirror"
-LICENSE="NVIDIA-r2"
-
-RDEPEND="
-       dev-util/nvidia-cuda-toolkit:=
-       media-libs/freeglut
-       virtual/opengl
-"
-
-pkg_nofetch() {
-       einfo "Please download ${SRC_URI} from:"
-       einfo "  ${HOMEPAGE}"
-       einfo "and move it to your DISTDIR directory."
-       einfo 'DISTDIR value is available from `emerge --info`'
-}
-
-src_unpack() {
-       tail -n +223 "${DISTDIR}"/${A} | tar -zx || die
-}
-
-src_install() {
-       insinto /opt/${PN}
-       dodoc -r doc
-       doins -r include SDK
-}

Reply via email to