[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2016-07-11 Thread Sven-Hendrik Haase
Date: Monday, July 11, 2016 @ 21:33:24
  Author: svenstaro
Revision: 182670

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 182669, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 182669, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 182669, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 182669, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  126 -
 cuda.conf|8 +--
 cuda.install |   22 -
 cuda.sh  |2 
 4 files changed, 80 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-11 21:33:11 UTC (rev 182669)
+++ PKGBUILD2016-07-11 21:33:24 UTC (rev 182670)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=7.5.18
-pkgrel=3
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'gcc5')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
-cuda.sh
-cuda.conf)
-md5sums=('4b3bcecf0dfc35928a0898793cf3e4c6'
- '7e5990e03eea90075f5a500e91a0c3d3'
- '71420ee4e90c65df21c6c5d34373c245')
-
-prepare() {
-  sh cuda_${pkgver}_linux.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e "s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g" \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\"$prefix\\\"|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix="${pkgdir}/opt/cuda" -noprompt
-  perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" 
-prefix="${pkgdir}/opt/cuda/samples" -noprompt
-
-  # allow newer gccs to work
-  # sed -i "/unsupported GNU/d" $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # remove redundant man and samples
-  rm -fr "${pkgdir}/opt/cuda/doc/man"
-  rm -fr "${pkgdir}/opt/cuda/cuda-samples"
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 182669, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-11 21:33:24 UTC (rev 182670)
@@ -0,0 +1,64 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+pkgname=cuda
+pkgver=7.5.18
+pkgrel=4
+pkgdesc="NVIDIA's GPU programming toolkit"
+arch=('x86_64')
+url="http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia' 'gcc5')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
+cuda.sh
+cuda.conf)
+md5sums=('4b3bcecf0dfc35928a0898793cf3e4c6'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ '71420ee4e90c65df21c6c5d34373c245')
+
+prepare() {
+  sh cuda_${pkgver}_linux.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e 

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2016-07-11 Thread Sven-Hendrik Haase
Date: Monday, July 11, 2016 @ 20:46:01
  Author: svenstaro
Revision: 182668

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 182667, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 182667, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 182667, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 182667, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  124 -
 cuda.conf|8 +--
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-11 20:45:45 UTC (rev 182667)
+++ PKGBUILD2016-07-11 20:46:01 UTC (rev 182668)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=7.5.18
-pkgrel=2
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
-cuda.sh
-cuda.conf)
-md5sums=('4b3bcecf0dfc35928a0898793cf3e4c6'
- '7e5990e03eea90075f5a500e91a0c3d3'
- '71420ee4e90c65df21c6c5d34373c245')
-
-prepare() {
-  sh cuda_${pkgver}_linux.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e "s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g" \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\"$prefix\\\"|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix="${pkgdir}/opt/cuda" -noprompt
-  perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" 
-prefix="${pkgdir}/opt/cuda/samples" -noprompt
-
-  # allow gcc 4.9 to work
-  sed -i "/unsupported GNU/d" $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # remove redundant man and samples
-  rm -fr "${pkgdir}/opt/cuda/doc/man"
-  rm -fr "${pkgdir}/opt/cuda/cuda-samples"
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 182667, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-11 20:46:01 UTC (rev 182668)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+pkgname=cuda
+pkgver=7.5.18
+pkgrel=3
+pkgdesc="NVIDIA's GPU programming toolkit"
+arch=('x86_64')
+url="http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia' 'gcc5')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
+cuda.sh
+cuda.conf)
+md5sums=('4b3bcecf0dfc35928a0898793cf3e4c6'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ '71420ee4e90c65df21c6c5d34373c245')
+
+prepare() {
+  sh cuda_${pkgver}_linux.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e 

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2016-05-01 Thread Sven-Hendrik Haase
Date: Sunday, May 1, 2016 @ 13:21:20
  Author: svenstaro
Revision: 173256

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 173255, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 173255, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 173255, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 173255, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  124 -
 cuda.conf|6 +-
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 78 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-01 11:21:00 UTC (rev 173255)
+++ PKGBUILD2016-05-01 11:21:20 UTC (rev 173256)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=7.5.18
-pkgrel=1
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
-cuda.sh
-cuda.conf)
-md5sums=('b22ef6bc073f7cf767f547a84fb0e3c2'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e "s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g" \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\"$prefix\\\"|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix="${pkgdir}/opt/cuda" -noprompt
-  perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" 
-prefix="${pkgdir}/opt/cuda/samples" -noprompt
-
-  # allow gcc 4.9 to work
-  sed -i "/unsupported GNU/d" $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # remove redundant man and samples
-  rm -fr "${pkgdir}/opt/cuda/doc/man"
-  rm -fr "${pkgdir}/opt/cuda/cuda-samples"
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 173255, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-01 11:21:20 UTC (rev 173256)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+pkgname=cuda
+pkgver=7.5.18
+pkgrel=2
+pkgdesc="NVIDIA's GPU programming toolkit"
+arch=('x86_64')
+url="http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
+cuda.sh
+cuda.conf)
+md5sums=('4b3bcecf0dfc35928a0898793cf3e4c6'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ '71420ee4e90c65df21c6c5d34373c245')
+
+prepare() {
+  sh cuda_${pkgver}_linux.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e 

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2015-09-08 Thread Sven-Hendrik Haase
Date: Tuesday, September 8, 2015 @ 18:07:21
  Author: svenstaro
Revision: 139622

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 139621, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 139621, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 139621, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 139621, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  124 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 16:07:02 UTC (rev 139621)
+++ PKGBUILD2015-09-08 16:07:21 UTC (rev 139622)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-pkgname=cuda
-pkgver=7.0.28
-pkgrel=2
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_${pkgver}_linux.run
-cuda.sh
-cuda.conf)
-md5sums=('312aede1c3d1d3425c8caa67bbb7a55e'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e "s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g" \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\"$prefix\\\"|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix="${pkgdir}/opt/cuda" -noprompt
-  perl install-sdk-linux.pl -cudaprefix="${pkgdir}/opt/cuda" 
-prefix="${pkgdir}/opt/cuda/samples" -noprompt
-
-  # allow gcc 4.9 to work
-  sed -i "/unsupported GNU/d" $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # remove redundant man and samples
-  rm -fr "${pkgdir}/opt/cuda/doc/man"
-  rm -fr "${pkgdir}/opt/cuda/cuda-samples"
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 139621, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 16:07:21 UTC (rev 139622)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+pkgname=cuda
+pkgver=7.5.18
+pkgrel=1
+pkgdesc="NVIDIA's GPU programming toolkit"
+arch=('x86_64')
+url="http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_${pkgver}_linux.run
+cuda.sh
+cuda.conf)
+md5sums=('b22ef6bc073f7cf767f547a84fb0e3c2'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e 

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2015-04-24 Thread Sven-Hendrik Haase
Date: Friday, April 24, 2015 @ 12:18:51
  Author: svenstaro
Revision: 132097

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 132096, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 132096, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 132096, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 132096, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  124 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-24 10:14:22 UTC (rev 132096)
+++ PKGBUILD2015-04-24 10:18:51 UTC (rev 132097)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=7.0.28
-pkgrel=1
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_${pkgver}_linux.run
-cuda.sh
-cuda.conf)
-md5sums=('312aede1c3d1d3425c8caa67bbb7a55e'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
-  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
-
-  # allow gcc 4.9 to work
-  #sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
-  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
-
-  # remove redundant man and samples
-  rm -fr ${pkgdir}/opt/cuda/doc/man
-  rm -fr ${pkgdir}/opt/cuda/cuda-samples
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 132096, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-24 10:18:51 UTC (rev 132097)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=7.0.28
+pkgrel=2
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_${pkgver}_linux.run
+cuda.sh
+cuda.conf)
+md5sums=('312aede1c3d1d3425c8caa67bbb7a55e'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2015-03-21 Thread Sven-Hendrik Haase
Date: Saturday, March 21, 2015 @ 14:24:46
  Author: svenstaro
Revision: 129690

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 129689, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 129689, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 129689, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 129689, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  124 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-21 13:24:33 UTC (rev 129689)
+++ PKGBUILD2015-03-21 13:24:46 UTC (rev 129690)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=6.5.19
-pkgrel=1
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_${pkgver}_linux_64.run
-cuda.sh
-cuda.conf)
-md5sums=('74014042f92d3eade43af0da5f65935e'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux_64.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
-  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
-
-  # allow gcc 4.9 to work
-  sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
-  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
-
-  # remove redundant man and samples
-  rm -fr ${pkgdir}/opt/cuda/doc/man
-  rm -fr ${pkgdir}/opt/cuda/cuda-samples
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 129689, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-21 13:24:46 UTC (rev 129690)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=7.0.28
+pkgrel=1
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_${pkgver}_linux.run
+cuda.sh
+cuda.conf)
+md5sums=('312aede1c3d1d3425c8caa67bbb7a55e'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2015-02-05 Thread Sven-Hendrik Haase
Date: Friday, February 6, 2015 @ 00:02:34
  Author: svenstaro
Revision: 127173

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 127172, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 127172, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 127172, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 127172, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  124 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-05 23:02:21 UTC (rev 127172)
+++ PKGBUILD2015-02-05 23:02:34 UTC (rev 127173)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=6.5.14
-pkgrel=1
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_${pkgver}_linux_64.run
-cuda.sh
-cuda.conf)
-md5sums=('90b1b8f77313600cc294d9271741f4da'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux_64.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
-  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
-
-  # allow gcc 4.9 to work
-  sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
-  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
-
-  # remove redundant man and samples
-  rm -fr ${pkgdir}/opt/cuda/doc/man
-  rm -fr ${pkgdir}/opt/cuda/cuda-samples
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 127172, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-05 23:02:34 UTC (rev 127173)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=6.5.19
+pkgrel=1
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_${pkgver}_linux_64.run
+cuda.sh
+cuda.conf)
+md5sums=('74014042f92d3eade43af0da5f65935e'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux_64.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2014-08-20 Thread Sven-Hendrik Haase
Date: Thursday, August 21, 2014 @ 00:50:29
  Author: svenstaro
Revision: 117686

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 117685, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 117685, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 117685, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 117685, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  124 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-20 22:50:15 UTC (rev 117685)
+++ PKGBUILD2014-08-20 22:50:29 UTC (rev 117686)
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=6.0.37
-pkgrel=2
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/6_0/rel/installers/cuda_${pkgver}_linux_64.run
-cuda.sh
-cuda.conf)
-md5sums=('22f50793b6704fe987983302fa7d1707'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux_64.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
-  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
-
-  # allow gcc 4.9 to work
-  sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
-
-  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
-  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
-
-  # remove redundant man and samples
-  rm -fr ${pkgdir}/opt/cuda/doc/man
-  rm -fr ${pkgdir}/opt/cuda/cuda-samples
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 117685, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-20 22:50:29 UTC (rev 117686)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=6.5.14
+pkgrel=1
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_${pkgver}_linux_64.run
+cuda.sh
+cuda.conf)
+md5sums=('90b1b8f77313600cc294d9271741f4da'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux_64.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 16:27:08
  Author: svenstaro
Revision: 27

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 26, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 26, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 26, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 26, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  121 +
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 76 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-14 14:26:47 UTC (rev 26)
+++ PKGBUILD2014-05-14 14:27:08 UTC (rev 27)
@@ -1,59 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=6.0.37
-pkgrel=1
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/6_0/rel/installers/cuda_${pkgver}_linux_64.run
-cuda.sh
-cuda.conf)
-md5sums=('22f50793b6704fe987983302fa7d1707'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux_64.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
-  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
-
-  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
-  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
-
-  # remove redundant man and samples
-  rm -fr ${pkgdir}/opt/cuda/doc/man
-  rm -fr ${pkgdir}/opt/cuda/cuda-samples
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 26, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-14 14:27:08 UTC (rev 27)
@@ -0,0 +1,62 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=6.0.37
+pkgrel=2
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/6_0/rel/installers/cuda_${pkgver}_linux_64.run
+cuda.sh
+cuda.conf)
+md5sums=('22f50793b6704fe987983302fa7d1707'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux_64.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  -e 's|can_add_for_all_users;|1;|g' \
+  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2014-04-16 Thread Sven-Hendrik Haase
Date: Wednesday, April 16, 2014 @ 12:39:57
  Author: svenstaro
Revision: 109582

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 109581, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 109581, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 109581, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 109581, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  118 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-16 10:39:36 UTC (rev 109581)
+++ PKGBUILD2014-04-16 10:39:57 UTC (rev 109582)
@@ -1,59 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=6.0.26_rc
-pkgrel=3
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/6_0/rc/installers/cuda_${pkgver}_linux64.run
-cuda.sh
-cuda.conf)
-md5sums=('ea1e1235ebc17dc8e2ca2bec3febde52'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux64.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
-  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
-
-  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
-  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
-
-  # remove redundant man and samples
-  rm -fr ${pkgdir}/opt/cuda/doc/man
-  rm -fr ${pkgdir}/opt/cuda/cuda-samples
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 109581, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-16 10:39:57 UTC (rev 109582)
@@ -0,0 +1,59 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=6.0.37
+pkgrel=1
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/6_0/rel/installers/cuda_${pkgver}_linux_64.run
+cuda.sh
+cuda.conf)
+md5sums=('22f50793b6704fe987983302fa7d1707'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux_64.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  -e 's|can_add_for_all_users;|1;|g' \
+  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2014-03-16 Thread Sven-Hendrik Haase
Date: Monday, March 17, 2014 @ 01:00:13
  Author: svenstaro
Revision: 107313

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 107312, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 107312, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 107312, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 107312, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  118 -
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-16 23:56:49 UTC (rev 107312)
+++ PKGBUILD2014-03-17 00:00:13 UTC (rev 107313)
@@ -1,59 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=6.0.26_rc
-pkgrel=2
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip staticlibs)
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/6_0/rc/installers/cuda_${pkgver}_linux64.run
-cuda.sh
-cuda.conf)
-md5sums=('ea1e1235ebc17dc8e2ca2bec3febde52'
- '7e5990e03eea90075f5a500e91a0c3d3'
- 'ffe1e6fb7f97b23da28fd94a5fd7356d')
-
-prepare() {
-  sh cuda_${pkgver}_linux64.run -extract=${srcdir}
-  ./cuda-linux64-rel-*.run --noexec --keep
-  ./cuda-samples-linux-*.run --noexec --keep
-
-  # path hacks
-
-  # 1rd sed line: sets right path to install man files
-  # 2rd sed line: hack to lie installer, now detect launch script by root
-  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
-  sed -e s|/usr/share|${pkgdir}/${pkgname}/usr/share|g \
-  -e 's|can_add_for_all_users;|1;|g' \
-  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 's|Terminal=No|Terminal=false|g' 
-e 's|ParallelComputing|ParallelComputing;|g' \
-  -i pkg/install-linux.pl
-
-  # set right path in Samples Makefiles
-  sed 's|\$cudaprefix\\|\\/opt\\/cuda\\|g' -i pkg/install-sdk-linux.pl
-
-  # use python2
-  find pkg -name '*.py' | xargs sed -i -e 's|env python|env python2|g' -e 
's|bin/python|bin/python2|g'
-}
-
-package() {
-  cd pkg
-  perl install-linux.pl -prefix=${pkgdir}/opt/cuda -noprompt
-  perl install-sdk-linux.pl -cudaprefix=${pkgdir}/opt/cuda 
-prefix=${pkgdir}/opt/cuda/samples -noprompt
-
-  install -Dm755 ${srcdir}/cuda.sh ${pkgdir}/etc/profile.d/cuda.sh
-  install -Dm644 ${srcdir}/cuda.conf ${pkgdir}/etc/ld.so.conf.d/cuda.conf
-
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf
-
-  # remove redundant man and samples
-  rm -fr ${pkgdir}/opt/cuda/doc/man
-  rm -fr ${pkgdir}/opt/cuda/cuda-samples
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 107312, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-17 00:00:13 UTC (rev 107313)
@@ -0,0 +1,59 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=6.0.26_rc
+pkgrel=3
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom:NVIDIA')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip staticlibs)
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/6_0/rc/installers/cuda_${pkgver}_linux64.run
+cuda.sh
+cuda.conf)
+md5sums=('ea1e1235ebc17dc8e2ca2bec3febde52'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+
+prepare() {
+  sh cuda_${pkgver}_linux64.run -extract=${srcdir}
+  ./cuda-linux64-rel-*.run --noexec --keep
+  ./cuda-samples-linux-*.run --noexec --keep
+
+  # path hacks
+
+  # 1rd sed line: sets right path to install man files
+  # 2rd sed line: hack to lie installer, now detect launch script by root
+  # 3rd sed line: sets right path in .desktop files and other .desktop stuff 
(warnings by desktop-file-validate)
+  sed -e s|/usr/share|${srcdir}/../pkg/${pkgname}/usr/share|g \
+  -e 's|can_add_for_all_users;|1;|g' \
+  -e 's|=\\$prefix\\\|=/opt/cuda|g' -e 

[arch-commits] Commit in cuda/repos/community-x86_64 (8 files)

2013-08-04 Thread Sven-Hendrik Haase
Date: Sunday, August 4, 2013 @ 12:39:11
  Author: svenstaro
Revision: 95043

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 95042, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 95042, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 95042, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 95042, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

--+
 PKGBUILD |  116 +
 cuda.conf|4 -
 cuda.install |   22 +-
 cuda.sh  |2 
 4 files changed, 65 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-04 10:38:58 UTC (rev 95042)
+++ PKGBUILD2013-08-04 10:39:11 UTC (rev 95043)
@@ -1,65 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=5.0.35
-pkgrel=6
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip)
-if [ $CARCH = i686 ]; then
-  _arch=32
-  md5sums=('40c514acb750902c54656b97a6deded6'
-   '7e5990e03eea90075f5a500e91a0c3d3'
-   'ffe1e6fb7f97b23da28fd94a5fd7356d')
-else
-  _arch=64
-  md5sums=('df796fb9ab66075b5c346b3fd0bf596b'
-   '7e5990e03eea90075f5a500e91a0c3d3'
-   'ffe1e6fb7f97b23da28fd94a5fd7356d')
-fi
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers/cuda_${pkgver}_linux_${_arch}_fedora16-1.run
-cuda.sh
-cuda.conf)
-
-build() {
-  cd $srcdir
-}
-
-package() {
-  sh cuda_${pkgver}_linux_${_arch}_fedora16-1.run -toolkitpath=$PWD 
-samplespath=$PWD -extract=$srcdir
-  ./cudatoolkit_${pkgver}_linux_${_arch}_fedora16.run -prefix=$pkgdir/opt/cuda 
-noprompt
-  ./cuda-samples_${pkgver}_linux.run -cudaprefix=$pkgdir/opt/cuda 
-prefix=$pkgdir/opt/cuda/samples -noprompt
-
-  # Now, let the hacks begin!
-
-  # allow gcc 4.7 to work
-  sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
-
-  # allow gcc 4.8 to work
-  sed -i 1 i #define __STRICT_ANSI__ $pkgdir/opt/cuda/include/cuda_runtime.h
-  echo #undef _GLIBCXX_ATOMIC_BUILTINS  
$pkgdir/opt/cuda/include/cuda_runtime.h
-  echo #define _GLIBCXX_GTHREAD_USE_WEAK 0  
$pkgdir/opt/cuda/include/cuda_runtime.h
-
-  # fix nvidia path fuckup
-  sed -i s|/build/pkg/cuda||g $pkgdir/opt/cuda/bin/nvvp 
$pkgdir/opt/cuda/bin/nsight
-
-  install -Dm755 $srcdir/cuda.sh $pkgdir/etc/profile.d/cuda.sh
-  install -Dm644 $srcdir/cuda.conf $pkgdir/etc/ld.so.conf.d/cuda.conf
-  install -Dm644 $pkgdir/opt/cuda/doc/EULA.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # correct cuda path in samples
-  cd $pkgdir/opt/cuda/samples
-  find . -type f | egrep -v '(ppm|pgm)' | xargs grep -lI $pkgdir/opt/cuda | 
xargs sed -i s|$pkgdir/opt/cuda|/opt/cuda|g
-
-  # make cuda-gdk work
-  mkdir -p $pkgdir/usr/lib
-  cd $pkgdir/usr/lib
-  ln -s /usr/lib/libncurses.so.5 libtinfo.so.5
-}

Copied: cuda/repos/community-x86_64/PKGBUILD (from rev 95042, 
cuda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-04 10:39:11 UTC (rev 95043)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=5.5.22
+pkgrel=1
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('x86_64')
+url=http://www.nvidia.com/object/cuda_home.html;
+license=('custom')
+depends=('gcc-libs' 'opencl-nvidia')
+replaces=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk')
+optdepends=('gdb: for cuda-gdb')
+options=(!strip)
+md5sums=('7bb06908bdf33eac0f8426821640c2fb'
+ '7e5990e03eea90075f5a500e91a0c3d3'
+ 'ffe1e6fb7f97b23da28fd94a5fd7356d')
+install=cuda.install
+source=(http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_${pkgver}_linux_64.run
+cuda.sh
+cuda.conf)
+
+package() {
+  sh cuda_${pkgver}_linux_64.run -extract=$srcdir
+  ./cuda-linux64-rel-${pkgver}*.run -prefix=$pkgdir/opt/cuda -noprompt
+  ./cuda-samples-linux-${pkgver}*.run -cudaprefix=$pkgdir/opt/cuda 
-prefix=$pkgdir/opt/cuda/samples -noprompt
+
+  # Now, let the hacks begin!
+
+  # allow newer gcc to work
+  # NOTE: We don't need these currently, but we might again! :D
+  #sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
+  #sed -i 1 i #define __STRICT_ANSI__