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: Wed, 25 Jan 2017 01:00:58
Message-Id: 1485306047.923446437bcc054838a1548b14a1d9491d99419d.mattst88@gentoo
1 commit: 923446437bcc054838a1548b14a1d9491d99419d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 21:37:53 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 01:00:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92344643
7
8 virtual/opencl: Drop old.
9
10 virtual/opencl/opencl-0-r2.ebuild | 25 -------------------------
11 virtual/opencl/opencl-0-r3.ebuild | 24 ------------------------
12 virtual/opencl/opencl-0.ebuild | 26 --------------------------
13 3 files changed, 75 deletions(-)
14
15 diff --git a/virtual/opencl/opencl-0-r2.ebuild b/virtual/opencl/opencl-0-r2.ebuild
16 deleted file mode 100644
17 index 4c243e0..00000000
18 --- a/virtual/opencl/opencl-0-r2.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="4"
26 -
27 -DESCRIPTION="Virtual for OpenCL implementations"
28 -HOMEPAGE=""
29 -SRC_URI=""
30 -
31 -LICENSE=""
32 -SLOT="0"
33 -KEYWORDS="amd64 x86"
34 -CARDS=( fglrx nvidia )
35 -IUSE="${CARDS[@]/#/video_cards_}"
36 -
37 -DEPEND=""
38 -RDEPEND="app-eselect/eselect-opencl
39 - || (
40 - video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.1-r1 )
41 - video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.10-r2 )
42 - dev-util/intel-ocl-sdk
43 - )"
44 -
45 -REQUIRED_USE="x86? ( || ( video_cards_fglrx video_cards_nvidia ) )"
46
47 diff --git a/virtual/opencl/opencl-0-r3.ebuild b/virtual/opencl/opencl-0-r3.ebuild
48 deleted file mode 100644
49 index 8b265e6..00000000
50 --- a/virtual/opencl/opencl-0-r3.ebuild
51 +++ /dev/null
52 @@ -1,24 +0,0 @@
53 -# Copyright 1999-2015 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -# $Id$
56 -
57 -EAPI=5
58 -
59 -DESCRIPTION="Virtual for OpenCL implementations"
60 -HOMEPAGE=""
61 -SRC_URI=""
62 -
63 -LICENSE=""
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~x86"
66 -CARDS=( fglrx nvidia )
67 -IUSE="${CARDS[@]/#/video_cards_}"
68 -
69 -DEPEND=""
70 -RDEPEND="app-eselect/eselect-opencl
71 - || (
72 - media-libs/mesa[opencl]
73 - video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.1-r1 )
74 - video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.10-r2 )
75 - dev-util/intel-ocl-sdk
76 - )"
77
78 diff --git a/virtual/opencl/opencl-0.ebuild b/virtual/opencl/opencl-0.ebuild
79 deleted file mode 100644
80 index 4fff386..00000000
81 --- a/virtual/opencl/opencl-0.ebuild
82 +++ /dev/null
83 @@ -1,26 +0,0 @@
84 -# Copyright 1999-2012 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -# $Id$
87 -
88 -# Until ATI's SDK is in the tree, nvidia is the only
89 -# viable provider #392179 #257626
90 -
91 -EAPI="4"
92 -
93 -DESCRIPTION="Virtual for OpenCL implementations"
94 -HOMEPAGE=""
95 -SRC_URI=""
96 -
97 -LICENSE=""
98 -SLOT="0"
99 -KEYWORDS="amd64 x86"
100 -#CARDS=( fglrx nvidia )
101 -CARDS=( nvidia )
102 -IUSE="${CARDS[@]/#/video_cards_}"
103 -
104 -REQUIRED_USE="|| ( ${IUSE} )"
105 -
106 -# video_cards_fglrx? ( x11-drivers/ati-drivers[opencl] )
107 -RDEPEND="|| (
108 - video_cards_nvidia? ( x11-drivers/nvidia-drivers >=dev-util/nvidia-cuda-toolkit-3.1 )
109 - )"