commit: 923446437bcc054838a1548b14a1d9491d99419d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 21:37:53 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 01:00:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92344643
virtual/opencl: Drop old.
virtual/opencl/opencl-0-r2.ebuild | 25 -------------------------
virtual/opencl/opencl-0-r3.ebuild | 24 ------------------------
virtual/opencl/opencl-0.ebuild | 26 --------------------------
3 files changed, 75 deletions(-)
diff --git a/virtual/opencl/opencl-0-r2.ebuild
b/virtual/opencl/opencl-0-r2.ebuild
deleted file mode 100644
index 4c243e0..00000000
--- a/virtual/opencl/opencl-0-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="Virtual for OpenCL implementations"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 x86"
-CARDS=( fglrx nvidia )
-IUSE="${CARDS[@]/#/video_cards_}"
-
-DEPEND=""
-RDEPEND="app-eselect/eselect-opencl
- || (
- video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.1-r1 )
- video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.10-r2 )
- dev-util/intel-ocl-sdk
- )"
-
-REQUIRED_USE="x86? ( || ( video_cards_fglrx video_cards_nvidia ) )"
diff --git a/virtual/opencl/opencl-0-r3.ebuild
b/virtual/opencl/opencl-0-r3.ebuild
deleted file mode 100644
index 8b265e6..00000000
--- a/virtual/opencl/opencl-0-r3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Virtual for OpenCL implementations"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-CARDS=( fglrx nvidia )
-IUSE="${CARDS[@]/#/video_cards_}"
-
-DEPEND=""
-RDEPEND="app-eselect/eselect-opencl
- || (
- media-libs/mesa[opencl]
- video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.1-r1 )
- video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-290.10-r2 )
- dev-util/intel-ocl-sdk
- )"
diff --git a/virtual/opencl/opencl-0.ebuild b/virtual/opencl/opencl-0.ebuild
deleted file mode 100644
index 4fff386..00000000
--- a/virtual/opencl/opencl-0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Until ATI's SDK is in the tree, nvidia is the only
-# viable provider #392179 #257626
-
-EAPI="4"
-
-DESCRIPTION="Virtual for OpenCL implementations"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 x86"
-#CARDS=( fglrx nvidia )
-CARDS=( nvidia )
-IUSE="${CARDS[@]/#/video_cards_}"
-
-REQUIRED_USE="|| ( ${IUSE} )"
-
-# video_cards_fglrx? ( x11-drivers/ati-drivers[opencl] )
-RDEPEND="|| (
- video_cards_nvidia? ( x11-drivers/nvidia-drivers
>=dev-util/nvidia-cuda-toolkit-3.1 )
- )"