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: Wed, 13 Jul 2016 15:32:04
Message-Id: 1468423910.683a38065d6ca0733397993160a0a2f814f565de.ottxor@gentoo
1 commit: 683a38065d6ca0733397993160a0a2f814f565de
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 15:31:22 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 15:31:50 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=683a3806
7
8 dev-lang/ispc: moved to gx86
9
10 dev-lang/ispc/ispc-9999.ebuild | 52 ------------------------------------------
11 dev-lang/ispc/metadata.xml | 11 ---------
12 2 files changed, 63 deletions(-)
13
14 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
15 deleted file mode 100644
16 index 53edbc7..0000000
17 --- a/dev-lang/ispc/ispc-9999.ebuild
18 +++ /dev/null
19 @@ -1,52 +0,0 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit toolchain-funcs python-any-r1
29 -
30 -DESCRIPTION="Intel SPMD Program Compiler"
31 -HOMEPAGE="https://ispc.github.com/"
32 -
33 -if [[ ${PV} = *9999 ]]; then
34 - inherit git-r3
35 - EGIT_REPO_URI="git://github.com/ispc/ispc.git"
36 - KEYWORDS=""
37 -else
38 - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 - KEYWORDS="~amd64 ~x86"
40 -fi
41 -
42 -LICENSE="BSD BSD-2 UoI-NCSA"
43 -SLOT="0"
44 -IUSE="examples"
45 -
46 -RDEPEND="
47 - >=sys-devel/clang-3.0
48 - >=sys-devel/llvm-3.0
49 - "
50 -DEPEND="
51 - ${RDEPEND}
52 - ${PYTHON_DEPS}
53 - sys-devel/bison
54 - sys-devel/flex
55 - "
56 -
57 -src_compile() {
58 - sed -i '/^\t@/s/@//' Makefile || die #make all slient commands ("@") verbose
59 - emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)"
60 -}
61 -
62 -src_install() {
63 - dobin ispc
64 - dodoc README.rst
65 -
66 - if use examples; then
67 - insinto "/usr/share/doc/${PF}/examples"
68 - docompress -x "/usr/share/doc/${PF}/examples"
69 - doins -r examples/*
70 - fi
71 -}
72
73 diff --git a/dev-lang/ispc/metadata.xml b/dev-lang/ispc/metadata.xml
74 deleted file mode 100644
75 index 2010b02..0000000
76 --- a/dev-lang/ispc/metadata.xml
77 +++ /dev/null
78 @@ -1,11 +0,0 @@
79 -<?xml version="1.0" encoding="UTF-8"?>
80 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 -<pkgmetadata>
82 - <maintainer type="person">
83 - <email>ottxor@g.o</email>
84 - <name>Christoph Junghans</name>
85 - </maintainer>
86 - <upstream>
87 - <remote-id type="github">ispc/ispc</remote-id>
88 - </upstream>
89 -</pkgmetadata>