Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/nvidia-texture-tools: nvidia-texture-tools-2.0.8-r1.ebuild ChangeLog
Date: Fri, 29 Jun 2012 08:26:37
Message-Id: 20120629082626.409F92004B@flycatcher.gentoo.org
1 hasufell 12/06/29 08:26:26
2
3 Modified: nvidia-texture-tools-2.0.8-r1.ebuild ChangeLog
4 Log:
5 fix compilation on gcc-4.7 wrt bug #423965
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: nvidia-texture-tools-2.0.8-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- nvidia-texture-tools-2.0.8-r1.ebuild 8 Jun 2012 11:47:19 -0000 1.3
23 +++ nvidia-texture-tools-2.0.8-r1.ebuild 29 Jun 2012 08:26:26 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r1.ebuild,v 1.3 2012/06/08 11:47:19 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r1.ebuild,v 1.4 2012/06/29 08:26:26 hasufell Exp $
29
30 EAPI=4
31 inherit cmake-utils eutils multilib toolchain-funcs
32 @@ -46,6 +46,8 @@
33 EPATCH_SUFFIX=patch epatch "${WORKDIR}"/patches
34 # fix bug #414509
35 epatch "${FILESDIR}"/${P}-cg.patch
36 + # fix bug #423965
37 + epatch "${FILESDIR}"/${P}-gcc-4.7.patch
38 }
39
40 src_configure() {
41
42
43
44 1.7 media-gfx/nvidia-texture-tools/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/nvidia-texture-tools/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/nvidia-texture-tools/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/nvidia-texture-tools/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-gfx/nvidia-texture-tools/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 8 Jun 2012 11:47:19 -0000 1.6
57 +++ ChangeLog 29 Jun 2012 08:26:26 -0000 1.7
58 @@ -1,6 +1,11 @@
59 # ChangeLog for media-gfx/nvidia-texture-tools
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/nvidia-texture-tools/ChangeLog,v 1.6 2012/06/08 11:47:19 phajdan.jr Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/nvidia-texture-tools/ChangeLog,v 1.7 2012/06/29 08:26:26 hasufell Exp $
63 +
64 + 29 Jun 2012; Julian Ospald <hasufell@g.o>
65 + nvidia-texture-tools-2.0.8-r1.ebuild,
66 + +files/nvidia-texture-tools-2.0.8-gcc-4.7.patch:
67 + fix compilation on gcc-4.7 wrt bug #423965
68
69 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@g.o>
70 nvidia-texture-tools-2.0.8-r1.ebuild: