diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-01-24 13:37:53 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-24 17:00:47 -0800 |
commit | 923446437bcc054838a1548b14a1d9491d99419d (patch) | |
tree | 75f490800d622657ecd9ac1631f68cfd9d9c994c /virtual/opencl | |
parent | x11-libs/qscintilla: use https in HOMEPAGE (diff) | |
download | gentoo-923446437bcc054838a1548b14a1d9491d99419d.tar.gz gentoo-923446437bcc054838a1548b14a1d9491d99419d.tar.bz2 gentoo-923446437bcc054838a1548b14a1d9491d99419d.zip |
virtual/opencl: Drop old.
Diffstat (limited to 'virtual/opencl')
-rw-r--r-- | virtual/opencl/opencl-0-r2.ebuild | 25 | ||||
-rw-r--r-- | virtual/opencl/opencl-0-r3.ebuild | 24 | ||||
-rw-r--r-- | virtual/opencl/opencl-0.ebuild | 26 |
3 files changed, 0 insertions, 75 deletions
diff --git a/virtual/opencl/opencl-0-r2.ebuild b/virtual/opencl/opencl-0-r2.ebuild deleted file mode 100644 index 4c243e0a3b11..000000000000 --- 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 8b265e610af8..000000000000 --- 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 4fff3861bd62..000000000000 --- 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 ) - )" |