Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/
Date: Wed, 13 Jul 2016 15:26:51
Message-Id: 1468423593.8311eeaaa22e347a3651464d5cbb2a5cc6f5a537.ottxor@gentoo
1 commit: 8311eeaaa22e347a3651464d5cbb2a5cc6f5a537
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 15:26:33 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 15:26:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8311eeaa
7
8 dev-lang/ispc: remove old
9
10 Package-Manager: portage-2.2.28
11
12 dev-lang/ispc/Manifest | 3 --
13 dev-lang/ispc/ispc-1.8.2-r2.ebuild | 54 ----------------------------------
14 dev-lang/ispc/ispc-1.8.2-r4.ebuild | 59 --------------------------------------
15 dev-lang/ispc/ispc-1.9.0.ebuild | 52 ---------------------------------
16 4 files changed, 168 deletions(-)
17
18 diff --git a/dev-lang/ispc/Manifest b/dev-lang/ispc/Manifest
19 index 159d89e..4b6902b 100644
20 --- a/dev-lang/ispc/Manifest
21 +++ b/dev-lang/ispc/Manifest
22 @@ -1,4 +1 @@
23 -DIST ispc-1.8.2-llvm-3.7.patch.gz 15723 SHA256 8fc724b7076b0d288cf1ffeb1d71cfdbba8bf54e5923c1b862572646f6f29931 SHA512 7ad3997e8c0168d83bdc9cd0444e48467c31f9f497105ea6a98c358f8dd1db5c9acba636e5d86e6aed77c16f2a9d776142a3f2f9d2e3780ffddbb116e6679054 WHIRLPOOL 9f92edb0dbec381f43dea9b929683186254a8824cbf8b213d460166b03bf952555b0386f9346732e1ad5bd8ba90dac3c7ef531be94b30dd3288918026ae60064
24 -DIST ispc-1.8.2.tar.gz 19259133 SHA256 d17ea68b7192d261a2830d6e00df656a73fbccd08a249433fcaf24a886902a9d SHA512 bb1f64afe41af138c386fb12a2a7f477f7bc8df2543191bbe7e5d7624e6b00dfec11ba422f6f396cd91af1c7b4cb5d2b3febf7902740d85c6d068de8ab94765a WHIRLPOOL 45ba7c52b3ada111f518b2a94d71d8c259040114ae84881c693f6e3491bd4b6897563eba4bccb6ae83a7cb90901bf1723bcbfeb9a124267ed235b1b8fdf61d69
25 -DIST ispc-1.9.0.tar.gz 19271046 SHA256 b151e50f80754d81302f968c66cc7444c65010c20d1f83382b94c22491bb3971 SHA512 d886697fd0390017ee0b8c8682834d8b600b10c08eb069eea53eba7cc68788ec5a8e3f50366636add362c5a0508ef38fc0789f6a349d913b972f325830c78c28 WHIRLPOOL 63020bc499e16655bed565187d97ca7810aea294ca32ec8bef5344e4fb11ecc109cf6af7018d820ed28674b82c2a50148bb2d598d0d3cee848d990072bedb717
26 DIST ispc-1.9.1.tar.gz 19276043 SHA256 c52910a007f1b0c732dd1cb981e7c22f3b9b575f0b097a49f4e43fc7a3e7e976 SHA512 4acd9e99dadba684829235a267e15ca8ff4cf33c4cadaa2983006bcb2c2f45fce49e8b11963f4bce78c256aaf8ece0583cf6cb729c6bc75af32b7fa4238ca743 WHIRLPOOL 3eabea7e671ba4383f517b05c47409ec11dabc822e56ec2d909a6bb37f5d56ac7bb94be6b3059edb8ad7bc036d7bebe5061772c4fd0650f1e7c04f4d2ce12cdf
27
28 diff --git a/dev-lang/ispc/ispc-1.8.2-r2.ebuild b/dev-lang/ispc/ispc-1.8.2-r2.ebuild
29 deleted file mode 100644
30 index 235e584..0000000
31 --- a/dev-lang/ispc/ispc-1.8.2-r2.ebuild
32 +++ /dev/null
33 @@ -1,54 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit toolchain-funcs python-any-r1
43 -
44 -DESCRIPTION="Intel SPMD Program Compiler"
45 -HOMEPAGE="https://ispc.github.com/"
46 -
47 -if [[ ${PV} = *9999 ]]; then
48 - inherit git-r3
49 - EGIT_REPO_URI="git://github.com/ispc/ispc.git"
50 - KEYWORDS=""
51 -else
52 - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 - KEYWORDS="~amd64 ~x86"
54 -fi
55 -
56 -LICENSE="BSD BSD-2 UoI-NCSA"
57 -SLOT="0"
58 -IUSE="examples"
59 -
60 -RDEPEND="
61 - >=sys-devel/clang-3.4
62 - >=sys-devel/llvm-3.4
63 - <sys-devel/clang-3.7
64 - <sys-devel/llvm-3.7
65 - "
66 -DEPEND="
67 - ${RDEPEND}
68 - ${PYTHON_DEPS}
69 - sys-devel/bison
70 - sys-devel/flex
71 - "
72 -
73 -src_compile() {
74 - sed -i '/^\t@/s/@//' Makefile || die #make all slient commands ("@") verbose
75 - emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)"
76 -}
77 -
78 -src_install() {
79 - dobin ispc
80 - dodoc README.rst
81 -
82 - if use examples; then
83 - insinto "/usr/share/doc/${PF}/examples"
84 - docompress -x "/usr/share/doc/${PF}/examples"
85 - doins -r examples/*
86 - fi
87 -}
88
89 diff --git a/dev-lang/ispc/ispc-1.8.2-r4.ebuild b/dev-lang/ispc/ispc-1.8.2-r4.ebuild
90 deleted file mode 100644
91 index 6c80346..0000000
92 --- a/dev-lang/ispc/ispc-1.8.2-r4.ebuild
93 +++ /dev/null
94 @@ -1,59 +0,0 @@
95 -# Copyright 1999-2016 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -# $Id$
98 -
99 -EAPI=5
100 -
101 -PYTHON_COMPAT=( python2_7 )
102 -
103 -inherit eutils toolchain-funcs python-any-r1
104 -
105 -DESCRIPTION="Intel SPMD Program Compiler"
106 -HOMEPAGE="https://ispc.github.com/"
107 -
108 -if [[ ${PV} = *9999 ]]; then
109 - inherit git-r3
110 - EGIT_REPO_URI="git://github.com/ispc/ispc.git"
111 - KEYWORDS=""
112 -else
113 - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
114 - http://dev.gentoo.org/~ottxor/dist/${P}-llvm-3.7.patch.gz"
115 - KEYWORDS="~amd64 ~x86"
116 -fi
117 -
118 -LICENSE="BSD BSD-2 UoI-NCSA"
119 -SLOT="0"
120 -IUSE="examples"
121 -
122 -RDEPEND="
123 - >=sys-devel/clang-3.7
124 - >=sys-devel/llvm-3.7
125 - <sys-devel/clang-3.8
126 - <sys-devel/llvm-3.8
127 - "
128 -DEPEND="
129 - ${RDEPEND}
130 - ${PYTHON_DEPS}
131 - sys-devel/bison
132 - sys-devel/flex
133 - "
134 -
135 -src_prepare(){
136 - epatch "${WORKDIR}/${P}-llvm-3.7.patch"
137 -}
138 -
139 -src_compile() {
140 - sed -i '/^\t@/s/@//' Makefile || die #make all slient commands ("@") verbose
141 - emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)"
142 -}
143 -
144 -src_install() {
145 - dobin ispc
146 - dodoc README.rst
147 -
148 - if use examples; then
149 - insinto "/usr/share/doc/${PF}/examples"
150 - docompress -x "/usr/share/doc/${PF}/examples"
151 - doins -r examples/*
152 - fi
153 -}
154
155 diff --git a/dev-lang/ispc/ispc-1.9.0.ebuild b/dev-lang/ispc/ispc-1.9.0.ebuild
156 deleted file mode 100644
157 index 53edbc7..0000000
158 --- a/dev-lang/ispc/ispc-1.9.0.ebuild
159 +++ /dev/null
160 @@ -1,52 +0,0 @@
161 -# Copyright 1999-2016 Gentoo Foundation
162 -# Distributed under the terms of the GNU General Public License v2
163 -# $Id$
164 -
165 -EAPI=6
166 -
167 -PYTHON_COMPAT=( python2_7 )
168 -
169 -inherit toolchain-funcs python-any-r1
170 -
171 -DESCRIPTION="Intel SPMD Program Compiler"
172 -HOMEPAGE="https://ispc.github.com/"
173 -
174 -if [[ ${PV} = *9999 ]]; then
175 - inherit git-r3
176 - EGIT_REPO_URI="git://github.com/ispc/ispc.git"
177 - KEYWORDS=""
178 -else
179 - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
180 - KEYWORDS="~amd64 ~x86"
181 -fi
182 -
183 -LICENSE="BSD BSD-2 UoI-NCSA"
184 -SLOT="0"
185 -IUSE="examples"
186 -
187 -RDEPEND="
188 - >=sys-devel/clang-3.0
189 - >=sys-devel/llvm-3.0
190 - "
191 -DEPEND="
192 - ${RDEPEND}
193 - ${PYTHON_DEPS}
194 - sys-devel/bison
195 - sys-devel/flex
196 - "
197 -
198 -src_compile() {
199 - sed -i '/^\t@/s/@//' Makefile || die #make all slient commands ("@") verbose
200 - emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)"
201 -}
202 -
203 -src_install() {
204 - dobin ispc
205 - dodoc README.rst
206 -
207 - if use examples; then
208 - insinto "/usr/share/doc/${PF}/examples"
209 - docompress -x "/usr/share/doc/${PF}/examples"
210 - doins -r examples/*
211 - fi
212 -}