[arch-commits] Commit in ispc/repos (4 files)

Lukas Jirkovsky stativ at archlinux.org
Sun Aug 30 06:40:01 UTC 2015


    Date: Sunday, August 30, 2015 @ 08:40:01
  Author: stativ
Revision: 138963

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ispc/repos/community-i686/PKGBUILD
    (from rev 138962, ispc/trunk/PKGBUILD)
  ispc/repos/community-x86_64/PKGBUILD
    (from rev 138962, ispc/trunk/PKGBUILD)
Deleted:
  ispc/repos/community-i686/PKGBUILD
  ispc/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-30 06:39:46 UTC (rev 138962)
+++ community-i686/PKGBUILD	2015-08-30 06:40:01 UTC (rev 138963)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=ispc
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="A compiler for high-performance SIMD programming on the CPU"
-arch=('i686' 'x86_64')
-url="https://ispc.github.io/"
-license=('BSD')
-depends=('zlib')
-makedepends=('llvm' 'clang' 'python2')
-source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz")
-md5sums=('d2088f719afc1e0e98f3af89676a189c')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # fix python version
-  find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
-  sed -i 's|python |python2 |' Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-

Copied: ispc/repos/community-i686/PKGBUILD (from rev 138962, ispc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-30 06:40:01 UTC (rev 138963)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=ispc
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="A compiler for high-performance SIMD programming on the CPU"
+arch=('i686' 'x86_64')
+url="https://ispc.github.io/"
+license=('BSD')
+depends=('zlib')
+makedepends=('llvm' 'clang' 'python2')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz")
+md5sums=('ef99fb9e5fe5ca59d429ea8d0e6affd0')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # fix python version
+  find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
+  sed -i 's|python |python2 |' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-30 06:39:46 UTC (rev 138962)
+++ community-x86_64/PKGBUILD	2015-08-30 06:40:01 UTC (rev 138963)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=ispc
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="A compiler for high-performance SIMD programming on the CPU"
-arch=('i686' 'x86_64')
-url="https://ispc.github.io/"
-license=('BSD')
-depends=('zlib')
-makedepends=('llvm' 'clang' 'python2')
-source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz")
-md5sums=('d2088f719afc1e0e98f3af89676a189c')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # fix python version
-  find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
-  sed -i 's|python |python2 |' Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-

Copied: ispc/repos/community-x86_64/PKGBUILD (from rev 138962, ispc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-30 06:40:01 UTC (rev 138963)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=ispc
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="A compiler for high-performance SIMD programming on the CPU"
+arch=('i686' 'x86_64')
+url="https://ispc.github.io/"
+license=('BSD')
+depends=('zlib')
+makedepends=('llvm' 'clang' 'python2')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz")
+md5sums=('ef99fb9e5fe5ca59d429ea8d0e6affd0')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # fix python version
+  find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';'
+  sed -i 's|python |python2 |' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -D -m755 ispc "$pkgdir/usr/bin/ispc"
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+



More information about the arch-commits mailing list