From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D88A158011 for ; Wed, 31 Aug 2022 10:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A740E079E; Wed, 31 Aug 2022 10:26:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35C3FE079E for ; Wed, 31 Aug 2022 10:26:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 774AB340BDA for ; Wed, 31 Aug 2022 10:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D8C858D for ; Wed, 31 Aug 2022 10:26:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1661941596.16ff33ab45acc5a302e363a6f8489b86776bbd5e.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/optix/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/optix/metadata.xml dev-libs/optix/optix-7.4.0.ebuild X-VCS-Directories: dev-libs/optix/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 16ff33ab45acc5a302e363a6f8489b86776bbd5e X-VCS-Branch: master Date: Wed, 31 Aug 2022 10:26:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f9c14ed-5c3c-4e80-bc96-a391c0fa0de6 X-Archives-Hash: 3dfac2c74eb3e6c86492076d59ee409a commit: 16ff33ab45acc5a302e363a6f8489b86776bbd5e Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Aug 31 10:26:36 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Aug 31 10:26:36 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=16ff33ab dev-libs/optix: moved to ::gentoo Signed-off-by: Andrew Ammerlaan gentoo.org> dev-libs/optix/metadata.xml | 10 ---------- dev-libs/optix/optix-7.4.0.ebuild | 37 ------------------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-libs/optix/metadata.xml b/dev-libs/optix/metadata.xml deleted file mode 100644 index 43be4e4e4..000000000 --- a/dev-libs/optix/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - heroxbd@gentoo.org - - - rich@warfaresdl.com - - diff --git a/dev-libs/optix/optix-7.4.0.ebuild b/dev-libs/optix/optix-7.4.0.ebuild deleted file mode 100644 index a3f61205e..000000000 --- a/dev-libs/optix/optix-7.4.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 -}