summaryrefslogtreecommitdiff
path: root/dev-libs/clhpp/clhpp-2.0.14.ebuild
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-12-01 20:53:48 -0800
committerMatt Turner <mattst88@gentoo.org>2021-12-01 21:16:24 -0800
commite5c0a7535031659a36b10f3d7b404e9d9f3096c8 (patch)
tree0c626b5152e7bb55c54eb9e31a74106ab89e0a58 /dev-libs/clhpp/clhpp-2.0.14.ebuild
parentcce00abf0789d333cb76c0be9a7b4b245770c606 (diff)
downloadgentoo-e5c0a7535031659a36b10f3d7b404e9d9f3096c8.tar.gz
gentoo-e5c0a7535031659a36b10f3d7b404e9d9f3096c8.tar.bz2
gentoo-e5c0a7535031659a36b10f3d7b404e9d9f3096c8.zip
dev-libs/clhpp: Drop old
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/clhpp/clhpp-2.0.14.ebuild')
-rw-r--r--dev-libs/clhpp/clhpp-2.0.14.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/clhpp/clhpp-2.0.14.ebuild b/dev-libs/clhpp/clhpp-2.0.14.ebuild
deleted file mode 100644
index 43da0bfe3323..000000000000
--- a/dev-libs/clhpp/clhpp-2.0.14.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Khronos OpenCL C++ bindings"
-HOMEPAGE="https://github.com/KhronosGroup/OpenCL-CLHPP/"
-SRC_URI="https://github.com/KhronosGroup/OpenCL-CLHPP/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Khronos-CLHPP"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="virtual/opencl"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/OpenCL-CLHPP-${PV}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOCS=OFF
- -DBUILD_EXAMPLES=OFF
- -DBUILD_TESTS=OFF
- )
- cmake_src_configure
-}