Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/opencl/
Date: Sat, 12 May 2018 02:45:26
Message-Id: 1526093078.52baffea7ac94c13b265fa0f7916aa5ffe3f8a16.mattst88@gentoo
1 commit: 52baffea7ac94c13b265fa0f7916aa5ffe3f8a16
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 02:44:13 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 02:44:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52baffea
7
8 virtual/opencl: Drop old versions
9
10 virtual/opencl/opencl-0-r4.ebuild | 21 ---------------------
11 1 file changed, 21 deletions(-)
12
13 diff --git a/virtual/opencl/opencl-0-r4.ebuild b/virtual/opencl/opencl-0-r4.ebuild
14 deleted file mode 100644
15 index f5fc046a144..00000000000
16 --- a/virtual/opencl/opencl-0-r4.ebuild
17 +++ /dev/null
18 @@ -1,21 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=5
23 -
24 -inherit multilib-build
25 -
26 -DESCRIPTION="Virtual for OpenCL implementations"
27 -SLOT="0"
28 -KEYWORDS="amd64 x86"
29 -CARDS=( nvidia )
30 -IUSE="${CARDS[@]/#/video_cards_}"
31 -
32 -# intel-ocl-sdk is amd64-only
33 -RDEPEND="app-eselect/eselect-opencl
34 - || (
35 - >=media-libs/mesa-9.1.6[opencl,${MULTILIB_USEDEP}]
36 - video_cards_nvidia? (
37 - >=x11-drivers/nvidia-drivers-290.10-r2 )
38 - abi_x86_64? ( !abi_x86_32? ( dev-util/intel-ocl-sdk ) )
39 - )"