aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2020-03-16 08:29:27 +0800
committerBenda Xu <heroxbd@gentoo.org>2020-03-16 08:31:18 +0800
commitb631136324c895af14944a58564eefc92d5d30bc (patch)
treebc5f4d134f6193815e47adae6f74d09a823d0394 /dev-libs
parentdev-cpp/kokkos: moved to gx86 (diff)
downloadsci-b631136324c895af14944a58564eefc92d5d30bc.tar.gz
sci-b631136324c895af14944a58564eefc92d5d30bc.tar.bz2
sci-b631136324c895af14944a58564eefc92d5d30bc.zip
dev-libs/opencl-clhpp: migrated to gentoo repo as clhpp.
Reported-By: Ilja ”Zucca” Sara Closes: https://bugs.gentoo.org/629052 Closes: https://github.com/gentoo/sci/issues/808 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/opencl-clhpp/Manifest1
-rw-r--r--dev-libs/opencl-clhpp/metadata.xml15
-rw-r--r--dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild28
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-libs/opencl-clhpp/Manifest b/dev-libs/opencl-clhpp/Manifest
deleted file mode 100644
index 4b7bd3ff9..000000000
--- a/dev-libs/opencl-clhpp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST opencl-clhpp-2.0.10.tar.gz 129954 BLAKE2B 1beb9b41ce1ad8ec88d0ccfa5f1d7a7af931841fa64d79b9eb9db90538f1b43f3cee5c74dc015ba835ee4ded2e926967bc3aa00dcc6ec0f5b65a04f9618ea1a9 SHA512 4a4898540c55422ca0cc6ba7f0c5495b915fc34df50f8add90e7f06dd5ef1d01a767234ecdee3757292980aa2f938e773177bcc73f28ac9c1b42d386863dea58
diff --git a/dev-libs/opencl-clhpp/metadata.xml b/dev-libs/opencl-clhpp/metadata.xml
deleted file mode 100644
index eb09296ba..000000000
--- a/dev-libs/opencl-clhpp/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marbre@linux.sungazer.de</email>
- <name>Marius Brehler</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">KhronosGroup/OpenCL-CLHPP</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild b/dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild
deleted file mode 100644
index 0ed270d32..000000000
--- a/dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_PN="OpenCL-CLHPP"
-
-DESCRIPTION="OpenCL Host API C++ bindings (cl.hpp and cl2.hpp)"
-HOMEPAGE="https://github.com/KhronosGroup/OpenCL-CLHPP"
-SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="MIT-KhronosGroup"
-SLOT="0"
-IUSE="examples"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOCS=OFF
- -DBUILD_EXAMPLES=OFF
- -DBUILD_TESTS=OFF
- )
- cmake-utils_src_configure
-} \ No newline at end of file