* [gentoo-commits] proj/sci:master commit in: dev-libs/opencl-clhpp/
@ 2016-11-28 13:48 Marius Brehler
0 siblings, 0 replies; 2+ messages in thread
From: Marius Brehler @ 2016-11-28 13:48 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/opencl-clhpp/
@ 2020-03-16 0:31 Benda XU
0 siblings, 0 replies; 2+ messages in thread
From: Benda XU @ 2020-03-16 0:31 UTC (permalink / raw
To: gentoo-commits
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>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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-16 0:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-28 13:48 [gentoo-commits] proj/sci:master commit in: dev-libs/opencl-clhpp/ Marius Brehler
-- strict thread matches above, loose matches on Subject: below --
2020-03-16 0:31 Benda XU
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox