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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46963138334 for ; Fri, 15 Feb 2019 18:32:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5395DE08CE; Fri, 15 Feb 2019 18:32:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F1A1E08CE for ; Fri, 15 Feb 2019 18:32:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FEB5335CE4 for ; Fri, 15 Feb 2019 18:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFB92542 for ; Fri, 15 Feb 2019 18:32:31 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550255546.312449f7a29fbd212f0b365c729324c3ec7a12f3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/nvidia-texture-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/nvidia-texture-tools/metadata.xml media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r3.ebuild X-VCS-Directories: media-gfx/nvidia-texture-tools/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 312449f7a29fbd212f0b365c729324c3ec7a12f3 X-VCS-Branch: master Date: Fri, 15 Feb 2019 18:32:31 +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: be3f1f26-51fa-42a8-aa75-1f24a2edac99 X-Archives-Hash: 89f89c6e1cff9e0f18aebfcbf6c984a4 commit: 312449f7a29fbd212f0b365c729324c3ec7a12f3 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Feb 15 18:32:06 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Feb 15 18:32:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312449f7 media-gfx/nvidia-texture-tools: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-gfx/nvidia-texture-tools/metadata.xml | 1 - .../nvidia-texture-tools-2.0.8-r3.ebuild | 72 ---------------------- 2 files changed, 73 deletions(-) diff --git a/media-gfx/nvidia-texture-tools/metadata.xml b/media-gfx/nvidia-texture-tools/metadata.xml index 0d4c5582813..20324d728bf 100644 --- a/media-gfx/nvidia-texture-tools/metadata.xml +++ b/media-gfx/nvidia-texture-tools/metadata.xml @@ -4,7 +4,6 @@ Enable NVIDIA C graphics compiler toolkit plug-in - Enable NVIDIA CUDA toolkit support Enable support for The OpenGL Extension Wrangler Library (media-libs/glew) diff --git a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r3.ebuild b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r3.ebuild deleted file mode 100644 index d8f2a464d7e..00000000000 --- a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r3.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils eutils - -DESCRIPTION="A set of cuda-enabled texture tools and compressors" -HOMEPAGE="http://developer.nvidia.com/object/texture_tools.html" -SRC_URI="https://${PN}.googlecode.com/files/${P}-1.tar.gz - https://dev.gentoo.org/~soap/distfiles/${P}-patchset-1-r1.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="cg cuda glew glut openexr" - -RDEPEND=" - media-libs/ilmbase:= - media-libs/libpng:0= - media-libs/tiff:0 - sys-libs/zlib - virtual/jpeg:0 - virtual/opengl - x11-libs/libX11 - cg? ( media-gfx/nvidia-cg-toolkit ) - cuda? ( dev-util/nvidia-cuda-toolkit ) - glew? ( media-libs/glew:0= ) - glut? ( media-libs/freeglut ) - openexr? ( media-libs/openexr:= ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/${P}-cg.patch" # fix bug #414509 - "${FILESDIR}/${P}-gcc-4.7.patch" # fix bug #423965 - "${FILESDIR}/${P}-openexr.patch" # fix bug #462494 - "${FILESDIR}/${P}-clang.patch" # fix clang build - "${FILESDIR}/${P}-cpp14.patch" # fix bug #594938 - "${WORKDIR}/patches" -) - -S="${WORKDIR}/${PN}" - -pkg_setup() { - if use cuda; then - if [[ $(( $(gcc-major-version) * 10 + $(gcc-minor-version) )) -gt 44 ]] ; then - eerror "gcc 4.5 and up are not supported for useflag cuda!" - die "gcc 4.5 and up are not supported for useflag cuda!" - fi - fi -} - -src_prepare() { - edos2unix cmake/* - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DLIBDIR=$(get_libdir) - -DNVTT_SHARED=TRUE - -DCG=$(usex cg) - -DCUDA=$(usex cuda) - -DGLEW=$(usex glew) - -DGLUT=$(usex glut) - -DOPENEXR=$(usex openexr) - ) - cmake-utils_src_configure -}