summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-20 03:50:19 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 22:00:52 +0200
commit131d5000370c3ff3956eba3e208feed734e0b42f (patch)
tree7fb4f3f4aa7acaeaaef579838e5e9390a4d07707 /media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild
parentdev-lang/gnu-smalltalk: epatch->PATCHES=() (diff)
downloadgentoo-131d5000370c3ff3956eba3e208feed734e0b42f.tar.gz
gentoo-131d5000370c3ff3956eba3e208feed734e0b42f.tar.bz2
gentoo-131d5000370c3ff3956eba3e208feed734e0b42f.zip
media-gfx/nvidia-texture-tools: epatch->eapply
Also reworked the patchset tarball to all be -p1 applicable, and made the formatting uniform between the two revisions. Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild')
-rw-r--r--media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild
index eaabe632f83e..a334693dbd29 100644
--- a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild
+++ b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild
@@ -2,12 +2,13 @@
# 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/~ssuominen/${P}-patchset-1.tar.xz"
+ https://dev.gentoo.org/~soap/distfiles/${P}-patchset-1-r1.tar.xz"
LICENSE="MIT"
SLOT="0"
@@ -38,13 +39,13 @@ PATCHES=(
"${FILESDIR}/${P}-clang.patch" # fix clang build
"${FILESDIR}/${P}-cpp14.patch" # fix bug #594938
"${FILESDIR}/${P}-drop-qt4.patch" # fix bug #560248
+ "${WORKDIR}/patches"
)
S="${WORKDIR}/${PN}"
src_prepare() {
edos2unix cmake/*
- EPATCH_SUFFIX=patch epatch "${WORKDIR}/patches"
cmake-utils_src_prepare
}