Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ispc/
Date: Fri, 31 May 2013 23:26:52
Message-Id: 1370042813.1cc55beacf5fcb9b047639e777af5a385eae852b.ottxor@gentoo
1 commit: 1cc55beacf5fcb9b047639e777af5a385eae852b
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 23:25:55 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 23:26:53 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1cc55bea
7
8 sync with gx86
9
10 Package-Manager: portage-2.2.0_alpha177
11
12 ---
13 dev-lang/ispc/ChangeLog | 3 +++
14 dev-lang/ispc/ispc-9999.ebuild | 13 ++++---------
15 2 files changed, 7 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog
18 index e87b0c0..8c34eaf 100644
19 --- a/dev-lang/ispc/ChangeLog
20 +++ b/dev-lang/ispc/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 31 May 2013; Christoph Junghans <ottxor@g.o> ispc-9999.ebuild:
26 + sync with gx86
27 +
28 08 Jan 2013; Christoph Junghans <ottxor@g.o> ispc-9999.ebuild:
29 fixed python dep
30
31
32 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
33 index e65b5c1..e22c4ba 100644
34 --- a/dev-lang/ispc/ispc-9999.ebuild
35 +++ b/dev-lang/ispc/ispc-9999.ebuild
36 @@ -2,11 +2,11 @@
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.3.0.ebuild,v 1.2 2012/07/20 19:58:21 ottxor Exp $
39
40 -EAPI=4
41 +EAPI=5
42
43 -PYTHON_DEPEND="2"
44 +PYTHON_COMPAT=( python{2_6,2_7} )
45
46 -inherit base toolchain-funcs python
47 +inherit base toolchain-funcs python-any-r1
48
49 DESCRIPTION="Intel SPMD Program Compiler"
50 HOMEPAGE="http://ispc.github.com/"
51 @@ -15,8 +15,7 @@ if [[ ${PV} = *9999 ]]; then
52 inherit git-2
53 EGIT_REPO_URI="git://github.com/ispc/ispc.git"
54 else
55 - inherit vcs-snapshot
56 - SRC_URI="https://github.com/${PN}/${PN}/tarball/v${PV} -> ${P}.tar.gz"
57 + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
58 fi
59
60 LICENSE="BSD BSD-2 UoI-NCSA"
61 @@ -34,10 +33,6 @@ DEPEND="
62 sys-devel/flex
63 "
64
65 -pkg_setup() {
66 - python_set_active_version 2
67 -}
68 -
69 src_compile() {
70 emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)"
71 }