From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-913915-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DFAE81395E2
	for <garchives@archives.gentoo.org>; Mon, 28 Nov 2016 13:48:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C6865E0851;
	Mon, 28 Nov 2016 13:48:38 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8CC90E0851
	for <gentoo-commits@lists.gentoo.org>; Mon, 28 Nov 2016 13:48:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 05AA83413AA
	for <gentoo-commits@lists.gentoo.org>; Mon, 28 Nov 2016 13:48:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AF2B332
	for <gentoo-commits@lists.gentoo.org>; Mon, 28 Nov 2016 13:48:34 +0000 (UTC)
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" <marbre@linux.sungazer.de>
Message-ID: <1480340883.941b616a9cfdae9f11d7a658b00d45ae72484ba9.marbre@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/opencl-clhpp/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-libs/opencl-clhpp/metadata.xml dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild
X-VCS-Directories: dev-libs/opencl-clhpp/
X-VCS-Committer: marbre
X-VCS-Committer-Name: Marius Brehler
X-VCS-Revision: 941b616a9cfdae9f11d7a658b00d45ae72484ba9
X-VCS-Branch: master
Date: Mon, 28 Nov 2016 13:48:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 3bbf2ce6-fc97-42b4-997a-9d197656da30
X-Archives-Hash: 31fe94e03a244fc2d4ebccdac9cbc0ee

commit:     941b616a9cfdae9f11d7a658b00d45ae72484ba9
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Nov 28 13:48:03 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Nov 28 13:48:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=941b616a

dev-libs/opencl-clhpp: New ebuild providing C++ headers for OpenCL development

Package-Manager: portage-2.3.0

 dev-libs/opencl-clhpp/metadata.xml               | 12 ++++++++++
 dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild | 29 ++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-libs/opencl-clhpp/metadata.xml b/dev-libs/opencl-clhpp/metadata.xml
new file mode 100644
index 0000000..222c1e3
--- /dev/null
+++ b/dev-libs/opencl-clhpp/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+</pkgmetadata>
\ No newline at end of file

diff --git a/dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild b/dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild
new file mode 100644
index 0000000..9d71325
--- /dev/null
+++ b/dev-libs/opencl-clhpp/opencl-clhpp-2.0.10.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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