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

2017-05-06 Thread Lukas Fleischer
Date: Saturday, May 6, 2017 @ 14:34:22
  Author: lfleischer
Revision: 227193

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-06 14:34:16 UTC (rev 227192)
+++ community-i686/PKGBUILD 2017-05-06 14:34:22 UTC (rev 227193)
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-pkgver=2.0.4
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=("http://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
-md5sums=('dd9c38307f2223a504cbfb96e477eca0')
-
-build() {
-  cd "LuaJIT-$pkgver"
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd "LuaJIT-$pkgver"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}

Copied: luajit/repos/community-i686/PKGBUILD (from rev 227192, 
luajit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-06 14:34:22 UTC (rev 227193)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=("https://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
+md5sums=('48353202cbcacab84ee41a5a70ea0a2c')
+
+build() {
+  cd "LuaJIT-$pkgver"
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd "LuaJIT-$pkgver"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-06 14:34:16 UTC (rev 227192)
+++ community-x86_64/PKGBUILD   2017-05-06 14:34:22 UTC (rev 227193)
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-pkgver=2.0.4
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=("http://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
-md5sums=('dd9c38307f2223a504cbfb96e477eca0')
-
-build() {
-  cd "LuaJIT-$pkgver"
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd "LuaJIT-$pkgver"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 227192, 
luajit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-06 14:34:22 UTC (rev 227193)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=("https://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
+md5sums=('48353202cbcacab84ee41a5a70ea0a2c')
+
+build() {
+  cd "LuaJIT-$pkgver"
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd "LuaJIT-$pkgver"
+
+  make install 

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:24:54
  Author: foutrelis
Revision: 160630

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

Added:
  luajit/repos/community-staging-i686/
  luajit/repos/community-staging-i686/PKGBUILD
(from rev 160629, luajit/trunk/PKGBUILD)
  luajit/repos/community-staging-x86_64/
  luajit/repos/community-staging-x86_64/PKGBUILD
(from rev 160629, luajit/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: luajit/repos/community-staging-i686/PKGBUILD (from rev 160629, 
luajit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:24:54 UTC (rev 160630)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+pkgver=2.0.4
+pkgrel=2
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=("http://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
+md5sums=('dd9c38307f2223a504cbfb96e477eca0')
+
+build() {
+  cd "LuaJIT-$pkgver"
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd "LuaJIT-$pkgver"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}

Copied: luajit/repos/community-staging-x86_64/PKGBUILD (from rev 160629, 
luajit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:24:54 UTC (rev 160630)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+pkgver=2.0.4
+pkgrel=2
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=("http://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
+md5sums=('dd9c38307f2223a504cbfb96e477eca0')
+
+build() {
+  cd "LuaJIT-$pkgver"
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd "LuaJIT-$pkgver"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}


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

2015-05-20 Thread Lukas Fleischer
Date: Wednesday, May 20, 2015 @ 11:16:55
  Author: lfleischer
Revision: 133878

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-20 09:16:46 UTC (rev 133877)
+++ community-i686/PKGBUILD 2015-05-20 09:16:55 UTC (rev 133878)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.3
-pkgrel=3
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
-md5sums=('f14e9104be513913810cd59c8c658dc0')
-
-build() {
-  cd LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-i686/PKGBUILD (from rev 133877, 
luajit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-20 09:16:55 UTC (rev 133878)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer lfleisc...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
+md5sums=('dd9c38307f2223a504cbfb96e477eca0')
+
+build() {
+  cd LuaJIT-$pkgver
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+
+  make install DESTDIR=$pkgdir PREFIX=/usr
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-20 09:16:46 UTC (rev 133877)
+++ community-x86_64/PKGBUILD   2015-05-20 09:16:55 UTC (rev 133878)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.3
-pkgrel=3
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
-md5sums=('f14e9104be513913810cd59c8c658dc0')
-
-build() {
-  cd LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 133877, 
luajit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-20 09:16:55 UTC (rev 133878)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer lfleisc...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
+md5sums=('dd9c38307f2223a504cbfb96e477eca0')
+
+build() {
+  cd LuaJIT-$pkgver
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+
+  make install DESTDIR=$pkgdir PREFIX=/usr
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}


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

2014-05-31 Thread Bartłomiej Piotrowski
Date: Saturday, May 31, 2014 @ 16:02:42
  Author: bpiotrowski
Revision: 112332

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-31 14:00:55 UTC (rev 112331)
+++ community-i686/PKGBUILD 2014-05-31 14:02:42 UTC (rev 112332)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.3
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
-md5sums=('f14e9104be513913810cd59c8c658dc0')
-
-build() {
-  cd LuaJIT-$pkgver
-  CFLAGS+=' -DLUAJIT_ENABLE_LUA52COMPAT' make amalg PREFIX=/usr
-}
-
-package() {
-  cd LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-i686/PKGBUILD (from rev 112331, 
luajit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-31 14:02:42 UTC (rev 112332)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.3
+pkgrel=3
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
+md5sums=('f14e9104be513913810cd59c8c658dc0')
+
+build() {
+  cd LuaJIT-$pkgver
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+  make install DESTDIR=$pkgdir PREFIX=/usr
+
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-31 14:00:55 UTC (rev 112331)
+++ community-x86_64/PKGBUILD   2014-05-31 14:02:42 UTC (rev 112332)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.3
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
-md5sums=('f14e9104be513913810cd59c8c658dc0')
-
-build() {
-  cd LuaJIT-$pkgver
-  CFLAGS+=' -DLUAJIT_ENABLE_LUA52COMPAT' make amalg PREFIX=/usr
-}
-
-package() {
-  cd LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 112331, 
luajit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-31 14:02:42 UTC (rev 112332)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.3
+pkgrel=3
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
+md5sums=('f14e9104be513913810cd59c8c658dc0')
+
+build() {
+  cd LuaJIT-$pkgver
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+  make install DESTDIR=$pkgdir PREFIX=/usr
+
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}



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

2014-04-09 Thread Bartłomiej Piotrowski
Date: Wednesday, April 9, 2014 @ 21:38:52
  Author: bpiotrowski
Revision: 109046

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-09 19:38:34 UTC (rev 109045)
+++ community-i686/PKGBUILD 2014-04-09 19:38:52 UTC (rev 109046)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.3
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
-md5sums=('f14e9104be513913810cd59c8c658dc0')
-
-build() {
-  cd LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-i686/PKGBUILD (from rev 109045, 
luajit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-09 19:38:52 UTC (rev 109046)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.3
+pkgrel=2
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
+md5sums=('f14e9104be513913810cd59c8c658dc0')
+
+build() {
+  cd LuaJIT-$pkgver
+  CFLAGS+=' -DLUAJIT_ENABLE_LUA52COMPAT' make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+  make install DESTDIR=$pkgdir PREFIX=/usr
+
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-09 19:38:34 UTC (rev 109045)
+++ community-x86_64/PKGBUILD   2014-04-09 19:38:52 UTC (rev 109046)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.3
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
-md5sums=('f14e9104be513913810cd59c8c658dc0')
-
-build() {
-  cd LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 109045, 
luajit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-09 19:38:52 UTC (rev 109046)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.3
+pkgrel=2
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
+md5sums=('f14e9104be513913810cd59c8c658dc0')
+
+build() {
+  cd LuaJIT-$pkgver
+  CFLAGS+=' -DLUAJIT_ENABLE_LUA52COMPAT' make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+  make install DESTDIR=$pkgdir PREFIX=/usr
+
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}



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

2014-03-12 Thread Bartłomiej Piotrowski
Date: Wednesday, March 12, 2014 @ 19:23:14
  Author: bpiotrowski
Revision: 107117

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-12 18:23:03 UTC (rev 107116)
+++ community-i686/PKGBUILD 2014-03-12 18:23:14 UTC (rev 107117)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.2
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
-sha256sums=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38')
-
-build() { 
-  cd LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-i686/PKGBUILD (from rev 107116, 
luajit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-12 18:23:14 UTC (rev 107117)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
+md5sums=('f14e9104be513913810cd59c8c658dc0')
+
+build() {
+  cd LuaJIT-$pkgver
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+  make install DESTDIR=$pkgdir PREFIX=/usr
+
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-12 18:23:03 UTC (rev 107116)
+++ community-x86_64/PKGBUILD   2014-03-12 18:23:14 UTC (rev 107117)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.2
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
-sha256sums=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38')
-
-build() { 
-  cd LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 107116, 
luajit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-12 18:23:14 UTC (rev 107117)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz)
+md5sums=('f14e9104be513913810cd59c8c658dc0')
+
+build() {
+  cd LuaJIT-$pkgver
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+  make install DESTDIR=$pkgdir PREFIX=/usr
+
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}



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

2013-12-07 Thread Bartłomiej Piotrowski
Date: Saturday, December 7, 2013 @ 11:57:57
  Author: bpiotrowski
Revision: 102287

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

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

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 56 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-07 10:57:54 UTC (rev 102286)
+++ community-i686/PKGBUILD 2013-12-07 10:57:57 UTC (rev 102287)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
-sha256sums=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38')
-
-build() { 
-  cd $srcdir/LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
- $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-i686/PKGBUILD (from rev 102286, 
luajit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-07 10:57:57 UTC (rev 102287)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.2
+pkgrel=2
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs') 
+source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
+sha256sums=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38')
+
+build() { 
+  cd LuaJIT-$pkgver
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+  make install DESTDIR=$pkgdir PREFIX=/usr
+
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-07 10:57:54 UTC (rev 102286)
+++ community-x86_64/PKGBUILD   2013-12-07 10:57:57 UTC (rev 102287)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
-sha256sums=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38')
-
-build() { 
-  cd $srcdir/LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
- $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 102286, 
luajit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-07 10:57:57 UTC (rev 102287)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.2
+pkgrel=2
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs') 
+source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
+sha256sums=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38')
+
+build() { 
+  cd LuaJIT-$pkgver
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd LuaJIT-$pkgver
+  make 

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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 22:18:47
  Author: bpiotrowski
Revision: 92307

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

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

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 3 files changed, 58 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 20:18:30 UTC (rev 92306)
+++ community-i686/PKGBUILD 2013-06-03 20:18:47 UTC (rev 92307)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.1
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz
-http://luajit.org/download/v2.0.1_hotfix1.patch)
-sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0'
-'143898de3fe84455684fddb92947d36c1a51c6a6e3884813fe5e025bd4652368')
-
-build() { 
-  cd $srcdir/LuaJIT-$pkgver
-  patch -Np1 -i $srcdir//v2.0.1_hotfix1.patch
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
- $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-i686/PKGBUILD (from rev 92306, 
luajit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 20:18:47 UTC (rev 92307)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs') 
+source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
+sha256sums=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38')
+
+build() { 
+  cd $srcdir/LuaJIT-$pkgver
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/LuaJIT-$pkgver
+  make install DESTDIR=$pkgdir PREFIX=/usr
+
+  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
+ $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-03 20:18:30 UTC (rev 92306)
+++ community-x86_64/PKGBUILD   2013-06-03 20:18:47 UTC (rev 92307)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.1
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz
-http://luajit.org/download/v2.0.1_hotfix1.patch)
-sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0'
-'143898de3fe84455684fddb92947d36c1a51c6a6e3884813fe5e025bd4652368')
-
-build() { 
-  cd $srcdir/LuaJIT-$pkgver
-  patch -Np1 -i $srcdir//v2.0.1_hotfix1.patch
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
- $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 92306, 
luajit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-03 20:18:47 UTC (rev 92307)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.2
+pkgrel=1

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

2013-03-09 Thread Bartłomiej Piotrowski
Date: Saturday, March 9, 2013 @ 15:50:34
  Author: bpiotrowski
Revision: 85940

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

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

---+
 community-i686/PKGBUILD   |   61 +++-
 community-x86_64/PKGBUILD |   61 +++-
 2 files changed, 64 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-09 14:50:06 UTC (rev 85939)
+++ community-i686/PKGBUILD 2013-03-09 14:50:34 UTC (rev 85940)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
-sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0')
-
-build() { 
-  cd $srcdir/LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
- $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-i686/PKGBUILD (from rev 85939, 
luajit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-09 14:50:34 UTC (rev 85940)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs') 
+source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz
+http://luajit.org/download/v2.0.1_hotfix1.patch)
+sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0'
+'143898de3fe84455684fddb92947d36c1a51c6a6e3884813fe5e025bd4652368')
+
+build() { 
+  cd $srcdir/LuaJIT-$pkgver
+  patch -Np1 -i $srcdir//v2.0.1_hotfix1.patch
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/LuaJIT-$pkgver
+  make install DESTDIR=$pkgdir PREFIX=/usr
+
+  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
+ $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-09 14:50:06 UTC (rev 85939)
+++ community-x86_64/PKGBUILD   2013-03-09 14:50:34 UTC (rev 85940)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
-sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0')
-
-build() { 
-  cd $srcdir/LuaJIT-$pkgver
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
- $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 85939, 
luajit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-09 14:50:34 UTC (rev 85940)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')