summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-09 11:57:25 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-09 11:59:16 +0100
commit517f783331e1c17e007963be5222369445a9904d (patch)
tree3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /dev-lang/pocl/pocl-0.13.ebuild
parentpackage.mask drop obsolete entries (diff)
downloadgentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz
gentoo-517f783331e1c17e007963be5222369445a9904d.tar.bz2
gentoo-517f783331e1c17e007963be5222369445a9904d.zip
Remove masked for removal packages
Diffstat (limited to 'dev-lang/pocl/pocl-0.13.ebuild')
-rw-r--r--dev-lang/pocl/pocl-0.13.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-lang/pocl/pocl-0.13.ebuild b/dev-lang/pocl/pocl-0.13.ebuild
deleted file mode 100644
index 037505c4b8bb..000000000000
--- a/dev-lang/pocl/pocl-0.13.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="PortableCL: opensource implementation of the OpenCL standard"
-HOMEPAGE="http://portablecl.org/"
-SRC_URI="http://portablecl.org/downloads/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/ocl-icd
- >=sys-devel/llvm-3.7[clang]
- sys-apps/hwloc
- >=app-eselect/eselect-opencl-1.1.0-r4"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_pretend() {
- # Needs an OpenCL 1.2 ICD, mesa and nvidia are invalid
- # Maybe ati works, feel free to add/fix if you can test
- if [[ $(eselect opencl show) == 'ocl-icd' ]]; then
- einfo "Valid OpenCL ICD set"
- else
- eerror "Please use a supported ICD:"
- eerror "eselect opencl set ocl-icd"
- die "OpenCL ICD not set to a supported value"
- fi
-}
-
-src_prepare() {
- eautoreconf
-}