Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/clhpp/
Date: Thu, 30 Apr 2020 00:40:41
Message-Id: 1588207226.97ffbb56108eb2f705b99c04aea74b43f749e6e2.mattst88@gentoo
1 commit: 97ffbb56108eb2f705b99c04aea74b43f749e6e2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 21:38:43 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 00:40:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ffbb56
7
8 dev-libs/clhpp: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/clhpp/clhpp-2.0.11.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-libs/clhpp/clhpp-2.0.11.ebuild b/dev-libs/clhpp/clhpp-2.0.11.ebuild
16 deleted file mode 100644
17 index 982cb39784c..00000000000
18 --- a/dev-libs/clhpp/clhpp-2.0.11.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit cmake
27 -
28 -DESCRIPTION="Khronos OpenCL C++ bindings"
29 -HOMEPAGE="https://github.com/KhronosGroup/OpenCL-CLHPP/"
30 -SRC_URI="https://github.com/KhronosGroup/OpenCL-CLHPP/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="Khronos-CLHPP"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -DEPEND="virtual/opencl"
38 -RDEPEND="${DEPEND}"
39 -
40 -S="${WORKDIR}"/OpenCL-CLHPP-${PV}
41 -
42 -src_configure() {
43 - local mycmakeargs=(
44 - -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr/include"
45 - -DBUILD_DOCS=OFF
46 - -DBUILD_EXAMPLES=OFF
47 - -DBUILD_TESTS=OFF
48 - )
49 - cmake_src_configure
50 -}