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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Feb 20 04:52:42 UTC 2013


    Date: Wednesday, February 20, 2013 @ 05:52:41
  Author: bpiotrowski
Revision: 84574

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

Added:
  luajit/repos/community-i686/PKGBUILD
    (from rev 84573, luajit/trunk/PKGBUILD)
  luajit/repos/community-x86_64/PKGBUILD
    (from rev 84573, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-i686/Makefile.patch
  luajit/repos/community-i686/PKGBUILD
  luajit/repos/community-x86_64/Makefile.patch
  luajit/repos/community-x86_64/PKGBUILD

---------------------------------+
 community-i686/Makefile.patch   |   20 -------------
 community-i686/PKGBUILD         |   58 +++++++++++++++++++-------------------
 community-x86_64/Makefile.patch |   20 -------------
 community-x86_64/PKGBUILD       |   58 +++++++++++++++++++-------------------
 4 files changed, 58 insertions(+), 98 deletions(-)

Deleted: community-i686/Makefile.patch
===================================================================
--- community-i686/Makefile.patch	2013-02-20 04:52:24 UTC (rev 84573)
+++ community-i686/Makefile.patch	2013-02-20 04:52:41 UTC (rev 84574)
@@ -1,20 +0,0 @@
---- Makefile.orig	2012-10-16 20:30:00.000000000 +0200
-+++ Makefile	2012-10-17 17:17:05.707727130 +0200
-@@ -34,7 +34,7 @@
- INSTALL_SHARE= $(DPREFIX)/share
- INSTALL_INC=   $(DPREFIX)/include/luajit-$(MAJVER).$(MINVER)
- 
--INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(VERSION)
-+INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit
- INSTALL_JITLIB= $(INSTALL_LJLIBD)/jit
- INSTALL_LMODD= $(INSTALL_SHARE)/lua
- INSTALL_LMOD= $(INSTALL_LMODD)/$(ABIVER)
-@@ -43,7 +43,7 @@
- INSTALL_MAN= $(INSTALL_SHARE)/man/man1
- INSTALL_PKGCONFIG= $(INSTALL_LIB)/pkgconfig
- 
--INSTALL_TNAME= luajit-$(VERSION)
-+INSTALL_TNAME= $(INSTALL_TSYMNAME)
- INSTALL_TSYMNAME= luajit
- INSTALL_ANAME= libluajit-$(ABIVER).a
- INSTALL_SONAME= libluajit-$(ABIVER).so.$(MAJVER).$(MINVER).$(RELVER)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-20 04:52:24 UTC (rev 84573)
+++ community-i686/PKGBUILD	2013-02-20 04:52:41 UTC (rev 84574)
@@ -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.0
-pkgrel=3
-pkgdesc='Just-in-time compiler and 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)
-md5sums=('97a2b87cc0490784f54b64cfb3b8f5ad')
-
-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 84573, luajit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-20 04:52:41 UTC (rev 84574)
@@ -0,0 +1,29 @@
+# $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.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
+}

Deleted: community-x86_64/Makefile.patch
===================================================================
--- community-x86_64/Makefile.patch	2013-02-20 04:52:24 UTC (rev 84573)
+++ community-x86_64/Makefile.patch	2013-02-20 04:52:41 UTC (rev 84574)
@@ -1,20 +0,0 @@
---- Makefile.orig	2012-10-16 20:30:00.000000000 +0200
-+++ Makefile	2012-10-17 17:17:05.707727130 +0200
-@@ -34,7 +34,7 @@
- INSTALL_SHARE= $(DPREFIX)/share
- INSTALL_INC=   $(DPREFIX)/include/luajit-$(MAJVER).$(MINVER)
- 
--INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(VERSION)
-+INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit
- INSTALL_JITLIB= $(INSTALL_LJLIBD)/jit
- INSTALL_LMODD= $(INSTALL_SHARE)/lua
- INSTALL_LMOD= $(INSTALL_LMODD)/$(ABIVER)
-@@ -43,7 +43,7 @@
- INSTALL_MAN= $(INSTALL_SHARE)/man/man1
- INSTALL_PKGCONFIG= $(INSTALL_LIB)/pkgconfig
- 
--INSTALL_TNAME= luajit-$(VERSION)
-+INSTALL_TNAME= $(INSTALL_TSYMNAME)
- INSTALL_TSYMNAME= luajit
- INSTALL_ANAME= libluajit-$(ABIVER).a
- INSTALL_SONAME= libluajit-$(ABIVER).so.$(MAJVER).$(MINVER).$(RELVER)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-20 04:52:24 UTC (rev 84573)
+++ community-x86_64/PKGBUILD	2013-02-20 04:52:41 UTC (rev 84574)
@@ -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.0
-pkgrel=3
-pkgdesc='Just-in-time compiler and 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)
-md5sums=('97a2b87cc0490784f54b64cfb3b8f5ad')
-
-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 84573, luajit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-20 04:52:41 UTC (rev 84574)
@@ -0,0 +1,29 @@
+# $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.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
+}




More information about the arch-commits mailing list