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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Dec 7 10:57:57 UTC 2013


    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 <nospam at bpiotrowski.pl>
-# Contributor: Chris Brannon <chris at the-brannons.com>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Anders Bergh <anders1 at 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 <nospam at bpiotrowski.pl>
+# Contributor: Chris Brannon <chris at the-brannons.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <anders1 at 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 <nospam at bpiotrowski.pl>
-# Contributor: Chris Brannon <chris at the-brannons.com>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Anders Bergh <anders1 at 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 <nospam at bpiotrowski.pl>
+# Contributor: Chris Brannon <chris at the-brannons.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <anders1 at 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
+}




More information about the arch-commits mailing list