From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/nvidia-texture-tools/
Date: Fri, 20 Apr 2018 20:01:26 +0000 (UTC) [thread overview]
Message-ID: <1524254452.131d5000370c3ff3956eba3e208feed734e0b42f.soap@gentoo> (raw)
commit: 131d5000370c3ff3956eba3e208feed734e0b42f
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 20 08:50:19 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 20:00:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131d5000
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
media-gfx/nvidia-texture-tools/Manifest | 2 +-
.../nvidia-texture-tools/nvidia-texture-tools-2.0.8-r3.ebuild | 11 ++++++-----
.../nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild | 5 +++--
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/media-gfx/nvidia-texture-tools/Manifest b/media-gfx/nvidia-texture-tools/Manifest
index 5620dbab0b1..e8778f08d30 100644
--- a/media-gfx/nvidia-texture-tools/Manifest
+++ b/media-gfx/nvidia-texture-tools/Manifest
@@ -1,2 +1,2 @@
DIST nvidia-texture-tools-2.0.8-1.tar.gz 935227 BLAKE2B aef1801795f6102ac7c96df236de0e8534bfacfc72d297ff3bcd13b530829e8848f33065477a1fb2ffaa35d75bd9e34913d3551469aa814cab8cb76f2f04e721 SHA512 8e7ac79daaa10a2b1b64cfc8d6b37b37698e2a46f925cc33cdfd8e4b36705db8836edec6f98c5d6da475d7773f4a5826b5cebc120b7c5a6f9515906e2e4fae9d
-DIST nvidia-texture-tools-2.0.8-patchset-1.tar.xz 9688 BLAKE2B b64aec479779a9d3e0b01d13571c3bfadbcad75d3288c57524805a55b40d1a3a558ad166921fe45beb7cc9b961fe50bb6e02422eccab3ad3fbe19811082a6aa8 SHA512 36305036d178c4a9960148d4ae5fd72e866ebc3f193f7c75e720275f4fa11d4a1f9067f42309de739db84678c81cd921f117cfe5b2e6a78785cf35c7e3947c8b
+DIST nvidia-texture-tools-2.0.8-patchset-1-r1.tar.xz 9604 BLAKE2B b93c9586688dd690668c9d57d533c3460b008cf357a202cc6dc315ab6d24cd3d796d8596024d193bdd9100fab52970b323f03dc16b4f72b3e551167bb46513b5 SHA512 988ea0731b7f98f804a715404fc8cb8a8956a6c6b795f0ce8570f800dac3319f222bac8f12ab6fde50bbec3d68926ed3b24516931f9aebe2a7ce0fcae0dc8e13
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
index f264f6ce7ef..d8f2a464d7e 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ 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"
@@ -28,9 +28,10 @@ RDEPEND="
glew? ( media-libs/glew:0= )
glut? ( media-libs/freeglut )
openexr? ( media-libs/openexr:= )
- "
+"
DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
PATCHES=(
"${FILESDIR}/${P}-cg.patch" # fix bug #414509
@@ -38,6 +39,7 @@ PATCHES=(
"${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}"
@@ -53,7 +55,6 @@ pkg_setup() {
src_prepare() {
edos2unix cmake/*
- EPATCH_SUFFIX=patch epatch "${WORKDIR}/patches"
cmake-utils_src_prepare
}
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 eaabe632f83..a334693dbd2 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
}
next reply other threads:[~2018-04-20 20:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-20 20:01 David Seifert [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
2017-02-12 16:07 Johannes Huber
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=1524254452.131d5000370c3ff3956eba3e208feed734e0b42f.soap@gentoo \
--to=soap@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