commit: b631136324c895af14944a58564eefc92d5d30bc Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Mon Mar 16 00:29:27 2020 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Mon Mar 16 00:31:18 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b6311363
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 <AT> gentoo.org> dev-libs/opencl-clhpp/metadata.xml | 15 ------------- dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild | 28 ------------------------ 2 files changed, 43 deletions(-) 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>[email protected]</email> - <name>Marius Brehler</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</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
