Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ispc: ispc-1.7.0.ebuild ChangeLog
Date: Thu, 26 Jun 2014 05:53:04
Message-Id: 20140626055300.7CE9D2004E@flycatcher.gentoo.org
1 ottxor 14/06/26 05:53:00
2
3 Modified: ispc-1.7.0.ebuild ChangeLog
4 Log:
5 fix build with llvm-3.4.2 (bug #515114)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.2 dev-lang/ispc/ispc-1.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild?r1=1.1&r2=1.2
15
16 Index: ispc-1.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ispc-1.7.0.ebuild 12 May 2014 02:16:29 -0000 1.1
23 +++ ispc-1.7.0.ebuild 26 Jun 2014 05:53:00 -0000 1.2
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild,v 1.1 2014/05/12 02:16:29 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.7.0.ebuild,v 1.2 2014/06/26 05:53:00 ottxor Exp $
29
30 EAPI=5
31
32 PYTHON_COMPAT=( python{2_6,2_7} )
33
34 -inherit toolchain-funcs python-any-r1
35 +inherit eutils toolchain-funcs python-any-r1
36
37 DESCRIPTION="Intel SPMD Program Compiler"
38 HOMEPAGE="http://ispc.github.com/"
39 @@ -35,6 +35,10 @@
40 sys-devel/flex
41 "
42
43 +src_prepare() {
44 + epatch "${FILESDIR}/${P}-llvm-version.patch"
45 +}
46 +
47 src_compile() {
48 emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)"
49 }
50
51
52
53 1.17 dev-lang/ispc/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?rev=1.17&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?rev=1.17&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?r1=1.16&r2=1.17
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v
62 retrieving revision 1.16
63 retrieving revision 1.17
64 diff -u -r1.16 -r1.17
65 --- ChangeLog 26 Jun 2014 05:50:52 -0000 1.16
66 +++ ChangeLog 26 Jun 2014 05:53:00 -0000 1.17
67 @@ -1,6 +1,10 @@
68 # ChangeLog for dev-lang/ispc
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.16 2014/06/26 05:50:52 ottxor Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.17 2014/06/26 05:53:00 ottxor Exp $
72 +
73 + 26 Jun 2014; Christoph Junghans <ottxor@g.o>
74 + +files/ispc-1.7.0-llvm-version.patch, ispc-1.7.0.ebuild:
75 + fix build with llvm-3.4.2 (bug #515114)
76
77 26 Jun 2014; Christoph Junghans <ottxor@g.o> -ispc-1.4.4.ebuild,
78 -ispc-1.5.0.ebuild, -ispc-1.6.0.ebuild: