public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/nvidia-texture-tools/
Date: Sun, 12 Feb 2017 16:07:19 +0000 (UTC)	[thread overview]
Message-ID: <1486915634.45b9ff64275271661cb9a4f2a02bea87fdd1adeb.johu@gentoo> (raw)

commit:     45b9ff64275271661cb9a4f2a02bea87fdd1adeb
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 16:03:32 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 16:07:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b9ff64

media-gfx/nvidia-texture-tools: Remove 2.0.8 (r2)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../nvidia-texture-tools-2.0.8-r2.ebuild           | 78 ----------------------
 1 file changed, 78 deletions(-)

diff --git a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r2.ebuild b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r2.ebuild
deleted file mode 100644
index 01690b8809..0000000000
--- a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit cmake-utils eutils multilib toolchain-funcs
-
-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/~ssuominen/${P}-patchset-1.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cg cuda glew glut openexr"
-
-RDEPEND="media-libs/libpng:0
-	media-libs/ilmbase
-	media-libs/tiff:0
-	sys-libs/zlib
-	virtual/jpeg
-	virtual/opengl
-	x11-libs/libX11
-	cg? ( media-gfx/nvidia-cg-toolkit )
-	cuda? ( dev-util/nvidia-cuda-toolkit )
-	glew? ( media-libs/glew )
-	glut? ( media-libs/freeglut )
-	openexr? ( media-libs/openexr )
-	"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-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/*
-	EPATCH_SUFFIX=patch epatch "${WORKDIR}"/patches
-	# fix bug #414509
-	epatch "${FILESDIR}"/${P}-cg.patch
-	# fix bug #423965
-	epatch "${FILESDIR}"/${P}-gcc-4.7.patch
-	# fix bug #462494
-	epatch "${FILESDIR}"/${P}-openexr.patch
-	# fix clang build
-	epatch "${FILESDIR}"/${P}-clang.patch
-	# fix bug #594938
-	epatch "${FILESDIR}/${P}-cpp14.patch"
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIBDIR=$(get_libdir)
-		-DNVTT_SHARED=TRUE
-		$(cmake-utils_use cg CG)
-		$(cmake-utils_use cuda CUDA)
-		$(cmake-utils_use glew GLEW)
-		$(cmake-utils_use glut GLUT)
-		$(cmake-utils_use openexr OPENEXR)
-		)
-
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-
-	dodoc ChangeLog
-}


             reply	other threads:[~2017-02-12 16:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-12 16:07 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-11 13:23 [gentoo-commits] repo/gentoo:master commit in: media-gfx/nvidia-texture-tools/ David Seifert
2020-09-05 10:09 Bernard Cafarelli
2020-09-04 20:22 Bernard Cafarelli
2019-02-15 18:32 Mikle Kolyada
2019-02-15 18:32 Mikle Kolyada
2019-02-15  0:18 Thomas Deutschmann
2018-04-20 20:01 David Seifert
2017-02-12 14:48 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486915634.45b9ff64275271661cb9a4f2a02bea87fdd1adeb.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox