[arch-commits] Commit in opencl-headers/repos/extra-any (4 files)

Laurent Carlier lcarlier at gemini.archlinux.org
Fri Mar 11 20:29:23 UTC 2022


    Date: Friday, March 11, 2022 @ 20:29:23
  Author: lcarlier
Revision: 439448

archrelease: copy trunk to extra-any

Added:
  opencl-headers/repos/extra-any/LICENSE.txt
    (from rev 439447, opencl-headers/trunk/LICENSE.txt)
  opencl-headers/repos/extra-any/PKGBUILD
    (from rev 439447, opencl-headers/trunk/PKGBUILD)
Deleted:
  opencl-headers/repos/extra-any/LICENSE.txt
  opencl-headers/repos/extra-any/PKGBUILD

-------------+
 LICENSE.txt |   40 ++++++++++++++++++++--------------------
 PKGBUILD    |   58 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: LICENSE.txt
===================================================================
--- LICENSE.txt	2022-03-11 20:29:18 UTC (rev 439447)
+++ LICENSE.txt	2022-03-11 20:29:23 UTC (rev 439448)
@@ -1,20 +0,0 @@
- * Copyright (c) 2008-2010 The Khronos Group Inc.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and/or associated documentation files (the
- * "Materials"), to deal in the Materials without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sublicense, and/or sell copies of the Materials, and to
- * permit persons to whom the Materials are furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Materials.
- *
- * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Copied: opencl-headers/repos/extra-any/LICENSE.txt (from rev 439447, opencl-headers/trunk/LICENSE.txt)
===================================================================
--- LICENSE.txt	                        (rev 0)
+++ LICENSE.txt	2022-03-11 20:29:23 UTC (rev 439448)
@@ -0,0 +1,20 @@
+ * Copyright (c) 2008-2010 The Khronos Group Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and/or associated documentation files (the
+ * "Materials"), to deal in the Materials without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Materials, and to
+ * permit persons to whom the Materials are furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Materials.
+ *
+ * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 20:29:18 UTC (rev 439447)
+++ PKGBUILD	2022-03-11 20:29:23 UTC (rev 439448)
@@ -1,29 +0,0 @@
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Sylvain HENRY <hsyl20 at yahoo.fr>
-
-pkgname=opencl-headers
-pkgver=2021.04.29
-pkgrel=1
-epoch=2
-pkgdesc='OpenCL (Open Computing Language) header files'
-arch=('any')
-url='https://www.khronos.org/registry/cl/'
-license=('custom')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/OpenCL-Headers/archive/v${pkgver}.tar.gz")
-sha256sums=('477e2b26125d99a9b2f20c68262f27ca3f3ca7899593a8af2b7fe077bdce18d1')
-optdepends=('opencl-clhpp: C++ support')
-
-package() {
-  cd "${srcdir}"/OpenCL-Headers*/CL
-
-  install -dm755 "${pkgdir}"/usr/include/CL
-
-  for h in *.h; do
-    install -m 644 ${h} "${pkgdir}"/usr/include/CL/
-  done
-
-  # remove useless headers
-  rm "${pkgdir}"/usr/include/CL/{cl_d3d,cl_dx9}*.h
-
-  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: opencl-headers/repos/extra-any/PKGBUILD (from rev 439447, opencl-headers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-11 20:29:23 UTC (rev 439448)
@@ -0,0 +1,29 @@
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Sylvain HENRY <hsyl20 at yahoo.fr>
+
+pkgname=opencl-headers
+pkgver=2022.01.04
+pkgrel=1
+epoch=2
+pkgdesc='OpenCL (Open Computing Language) header files'
+arch=('any')
+url='https://www.khronos.org/registry/cl/'
+license=('custom')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/OpenCL-Headers/archive/v${pkgver}.tar.gz")
+sha256sums=('6e716e2b13fc8d363b40a165ca75021b102f9328e2b38f8054d7db5884de29c9')
+optdepends=('opencl-clhpp: C++ support')
+
+package() {
+  cd "${srcdir}"/OpenCL-Headers*/CL
+
+  install -dm755 "${pkgdir}"/usr/include/CL
+
+  for h in *.h; do
+    install -m 644 ${h} "${pkgdir}"/usr/include/CL/
+  done
+
+  # remove useless headers
+  rm "${pkgdir}"/usr/include/CL/{cl_d3d,cl_dx9}*.h
+
+  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list