[arch-commits] Commit in lua/repos (10 files)

2017-06-23 Thread Anatol Pomozov
Date: Friday, June 23, 2017 @ 23:31:36
  Author: anatolik
Revision: 299178

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

Added:
  lua/repos/testing-i686/
  lua/repos/testing-i686/LICENSE
(from rev 299177, lua/trunk/LICENSE)
  lua/repos/testing-i686/PKGBUILD
(from rev 299177, lua/trunk/PKGBUILD)
  lua/repos/testing-i686/liblua.so.patch
(from rev 299177, lua/trunk/liblua.so.patch)
  lua/repos/testing-i686/lua.pc
(from rev 299177, lua/trunk/lua.pc)
  lua/repos/testing-x86_64/
  lua/repos/testing-x86_64/LICENSE
(from rev 299177, lua/trunk/LICENSE)
  lua/repos/testing-x86_64/PKGBUILD
(from rev 299177, lua/trunk/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 299177, lua/trunk/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 299177, lua/trunk/lua.pc)

+
 testing-i686/LICENSE   |   30 +++
 testing-i686/PKGBUILD  |   58 +
 testing-i686/liblua.so.patch   |   60 +++
 testing-i686/lua.pc|   20 +
 testing-x86_64/LICENSE |   30 +++
 testing-x86_64/PKGBUILD|   58 +
 testing-x86_64/liblua.so.patch |   60 +++
 testing-x86_64/lua.pc  |   20 +
 8 files changed, 336 insertions(+)

Copied: lua/repos/testing-i686/LICENSE (from rev 299177, lua/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2017-06-23 23:31:36 UTC (rev 299178)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2015 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/testing-i686/PKGBUILD (from rev 299177, lua/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-23 23:31:36 UTC (rev 299178)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua
+pkgver=5.3.4
+_majorver=${pkgver%.*}
+pkgrel=2
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+sha1sums=('79790cfd40e09ba796b01a571d4d63b52b1cd950'
+  'cb7b2870358e03bffcb58578a651bf9b287e'
+  '1aee8d1a219639d0efc534e483ffa1ee236fb393'
+  '05f5f3b7bef0258bd617c505b8992de639af4551')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed "s/%VER%/$_majorver/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+}
+
+build() {
+  cd lua-$pkgver
+
+  # quite a lot of packages still use lua 5.1 API, enable 5.1 compat mode
+  make MYCFLAGS="$CFLAGS -fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" 
MYLDFLAGS="$LDFLAGS" linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_LIB="liblua.a liblua.so liblua.so.$_majorver liblua.so.$pkgver" \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP="$pkgdir"/usr \
+INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
+install
+  ln -sf /usr/bin/lua "$pkgdir"/usr/bin/lua$_majorver
+  ln 

[arch-commits] Commit in lua/repos (10 files)

2017-01-30 Thread Anatol Pomozov
Date: Monday, January 30, 2017 @ 18:52:53
  Author: anatolik
Revision: 287774

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

Added:
  lua/repos/testing-i686/
  lua/repos/testing-i686/LICENSE
(from rev 287773, lua/trunk/LICENSE)
  lua/repos/testing-i686/PKGBUILD
(from rev 287773, lua/trunk/PKGBUILD)
  lua/repos/testing-i686/liblua.so.patch
(from rev 287773, lua/trunk/liblua.so.patch)
  lua/repos/testing-i686/lua.pc
(from rev 287773, lua/trunk/lua.pc)
  lua/repos/testing-x86_64/
  lua/repos/testing-x86_64/LICENSE
(from rev 287773, lua/trunk/LICENSE)
  lua/repos/testing-x86_64/PKGBUILD
(from rev 287773, lua/trunk/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 287773, lua/trunk/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 287773, lua/trunk/lua.pc)

+
 testing-i686/LICENSE   |   30 +++
 testing-i686/PKGBUILD  |   57 +
 testing-i686/liblua.so.patch   |   60 +++
 testing-i686/lua.pc|   20 +
 testing-x86_64/LICENSE |   30 +++
 testing-x86_64/PKGBUILD|   57 +
 testing-x86_64/liblua.so.patch |   60 +++
 testing-x86_64/lua.pc  |   20 +
 8 files changed, 334 insertions(+)

Copied: lua/repos/testing-i686/LICENSE (from rev 287773, lua/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2017-01-30 18:52:53 UTC (rev 287774)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2015 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/testing-i686/PKGBUILD (from rev 287773, lua/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-30 18:52:53 UTC (rev 287774)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua
+pkgver=5.3.4
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+sha1sums=('79790cfd40e09ba796b01a571d4d63b52b1cd950'
+  'cb7b2870358e03bffcb58578a651bf9b287e'
+  '1aee8d1a219639d0efc534e483ffa1ee236fb393'
+  '05f5f3b7bef0258bd617c505b8992de639af4551')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed "s/%VER%/$_majorver/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+}
+
+build() {
+  cd lua-$pkgver
+
+  # quite a lot of packages still use lua 5.1 API, enable 5.1 compat mode
+  make MYCFLAGS="$CFLAGS -fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" 
MYLDFLAGS="$LDFLAGS" linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_LIB="liblua.a liblua.so liblua.so.$_majorver liblua.so.$pkgver" \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP="$pkgdir"/usr \
+INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
+install
+  ln -sf /usr/bin/lua "$pkgdir"/usr/bin/lua$_majorver
+  

[arch-commits] Commit in lua/repos (10 files)

2016-11-06 Thread Evangelos Foutras
Date: Sunday, November 6, 2016 @ 19:27:34
  Author: foutrelis
Revision: 279945

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

Added:
  lua/repos/staging-i686/
  lua/repos/staging-i686/LICENSE
(from rev 279944, lua/trunk/LICENSE)
  lua/repos/staging-i686/PKGBUILD
(from rev 279944, lua/trunk/PKGBUILD)
  lua/repos/staging-i686/liblua.so.patch
(from rev 279944, lua/trunk/liblua.so.patch)
  lua/repos/staging-i686/lua.pc
(from rev 279944, lua/trunk/lua.pc)
  lua/repos/staging-x86_64/
  lua/repos/staging-x86_64/LICENSE
(from rev 279944, lua/trunk/LICENSE)
  lua/repos/staging-x86_64/PKGBUILD
(from rev 279944, lua/trunk/PKGBUILD)
  lua/repos/staging-x86_64/liblua.so.patch
(from rev 279944, lua/trunk/liblua.so.patch)
  lua/repos/staging-x86_64/lua.pc
(from rev 279944, lua/trunk/lua.pc)

+
 staging-i686/LICENSE   |   30 +++
 staging-i686/PKGBUILD  |   57 +
 staging-i686/liblua.so.patch   |   60 +++
 staging-i686/lua.pc|   20 +
 staging-x86_64/LICENSE |   30 +++
 staging-x86_64/PKGBUILD|   57 +
 staging-x86_64/liblua.so.patch |   60 +++
 staging-x86_64/lua.pc  |   20 +
 8 files changed, 334 insertions(+)

Copied: lua/repos/staging-i686/LICENSE (from rev 279944, lua/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2016-11-06 19:27:34 UTC (rev 279945)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2015 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/staging-i686/PKGBUILD (from rev 279944, lua/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-06 19:27:34 UTC (rev 279945)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua
+pkgver=5.3.3
+_majorver=${pkgver%.*}
+pkgrel=2
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+md5sums=('703f75caa4fdf4a911c1a72e67a27498'
+ '85fe4e5f780376457eba3bc23d2cb2d3'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '83d9af31a1a29fec409a4e204271f5e3')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed "s/%VER%/$_majorver/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+}
+
+build() {
+  cd lua-$pkgver
+
+  # quite a lot of packages still use lua 5.1 API, enable 5.1 compat mode
+  make MYCFLAGS="$CFLAGS -fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" 
MYLDFLAGS="$LDFLAGS" linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_LIB="liblua.a liblua.so liblua.so.$_majorver liblua.so.$pkgver" \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP="$pkgdir"/usr \
+INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
+install
+  ln -sf /usr/bin/lua "$pkgdir"/usr/bin/lua$_majorver
+  ln -sf /usr/bin/luac 

[arch-commits] Commit in lua/repos (10 files)

2016-06-06 Thread Anatol Pomozov
Date: Tuesday, June 7, 2016 @ 00:06:53
  Author: anatolik
Revision: 269085

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

Added:
  lua/repos/testing-i686/
  lua/repos/testing-i686/LICENSE
(from rev 269084, lua/trunk/LICENSE)
  lua/repos/testing-i686/PKGBUILD
(from rev 269084, lua/trunk/PKGBUILD)
  lua/repos/testing-i686/liblua.so.patch
(from rev 269084, lua/trunk/liblua.so.patch)
  lua/repos/testing-i686/lua.pc
(from rev 269084, lua/trunk/lua.pc)
  lua/repos/testing-x86_64/
  lua/repos/testing-x86_64/LICENSE
(from rev 269084, lua/trunk/LICENSE)
  lua/repos/testing-x86_64/PKGBUILD
(from rev 269084, lua/trunk/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 269084, lua/trunk/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 269084, lua/trunk/lua.pc)

+
 testing-i686/LICENSE   |   30 +++
 testing-i686/PKGBUILD  |   57 +
 testing-i686/liblua.so.patch   |   60 +++
 testing-i686/lua.pc|   20 +
 testing-x86_64/LICENSE |   30 +++
 testing-x86_64/PKGBUILD|   57 +
 testing-x86_64/liblua.so.patch |   60 +++
 testing-x86_64/lua.pc  |   20 +
 8 files changed, 334 insertions(+)

Copied: lua/repos/testing-i686/LICENSE (from rev 269084, lua/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2016-06-06 22:06:53 UTC (rev 269085)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2015 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/testing-i686/PKGBUILD (from rev 269084, lua/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-06 22:06:53 UTC (rev 269085)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua
+pkgver=5.3.3
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+md5sums=('703f75caa4fdf4a911c1a72e67a27498'
+ '85fe4e5f780376457eba3bc23d2cb2d3'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '83d9af31a1a29fec409a4e204271f5e3')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed "s/%VER%/$_majorver/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+}
+
+build() {
+  cd lua-$pkgver
+
+  # quite a lot of packages still use lua 5.1 API, enable 5.1 compat mode
+  make MYCFLAGS="$CFLAGS -fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" 
MYLDFLAGS="$LDFLAGS" linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_LIB="liblua.a liblua.so liblua.so.$_majorver liblua.so.$pkgver" \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP="$pkgdir"/usr \
+INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
+install
+  ln -sf /usr/bin/lua "$pkgdir"/usr/bin/lua$_majorver
+  ln -sf /usr/bin/luac 

[arch-commits] Commit in lua/repos (10 files)

2015-11-30 Thread Anatol Pomozov
Date: Monday, November 30, 2015 @ 17:26:24
  Author: anatolik
Revision: 252078

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

Added:
  lua/repos/testing-i686/
  lua/repos/testing-i686/LICENSE
(from rev 252077, lua/trunk/LICENSE)
  lua/repos/testing-i686/PKGBUILD
(from rev 252077, lua/trunk/PKGBUILD)
  lua/repos/testing-i686/liblua.so.patch
(from rev 252077, lua/trunk/liblua.so.patch)
  lua/repos/testing-i686/lua.pc
(from rev 252077, lua/trunk/lua.pc)
  lua/repos/testing-x86_64/
  lua/repos/testing-x86_64/LICENSE
(from rev 252077, lua/trunk/LICENSE)
  lua/repos/testing-x86_64/PKGBUILD
(from rev 252077, lua/trunk/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 252077, lua/trunk/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 252077, lua/trunk/lua.pc)

+
 testing-i686/LICENSE   |   30 +++
 testing-i686/PKGBUILD  |   56 
 testing-i686/liblua.so.patch   |   60 +++
 testing-i686/lua.pc|   20 +
 testing-x86_64/LICENSE |   30 +++
 testing-x86_64/PKGBUILD|   56 
 testing-x86_64/liblua.so.patch |   60 +++
 testing-x86_64/lua.pc  |   20 +
 8 files changed, 332 insertions(+)

Copied: lua/repos/testing-i686/LICENSE (from rev 252077, lua/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2015-11-30 16:26:24 UTC (rev 252078)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2015 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/testing-i686/PKGBUILD (from rev 252077, lua/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-30 16:26:24 UTC (rev 252078)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua
+pkgver=5.3.2
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+md5sums=('33278c2ab5ee3c1a875be8d55c1ca2a1'
+ '85fe4e5f780376457eba3bc23d2cb2d3'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '83d9af31a1a29fec409a4e204271f5e3')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed "s/%VER%/$_majorver/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+}
+
+build() {
+  cd lua-$pkgver
+
+  # quite a lot of packages still use lua 5.1 API, enable 5.1 compat mode
+  make MYCFLAGS="$CFLAGS -fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" 
MYLDFLAGS="$LDFLAGS" linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_LIB="liblua.a liblua.so liblua.so.$_majorver liblua.so.$pkgver" \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP="$pkgdir"/usr \
+INSTALL_MAN="$pkgdir"/usr/share/man/man1 \
+install
+  ln -sf /usr/bin/lua "$pkgdir"/usr/bin/lua$_majorver
+  ln -sf /usr/bin/luac 

[arch-commits] Commit in lua/repos (10 files)

2015-06-17 Thread Anatol Pomozov
Date: Wednesday, June 17, 2015 @ 17:23:28
  Author: anatolik
Revision: 240987

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

Added:
  lua/repos/testing-i686/
  lua/repos/testing-i686/LICENSE
(from rev 240986, lua/trunk/LICENSE)
  lua/repos/testing-i686/PKGBUILD
(from rev 240986, lua/trunk/PKGBUILD)
  lua/repos/testing-i686/liblua.so.patch
(from rev 240986, lua/trunk/liblua.so.patch)
  lua/repos/testing-i686/lua.pc
(from rev 240986, lua/trunk/lua.pc)
  lua/repos/testing-x86_64/
  lua/repos/testing-x86_64/LICENSE
(from rev 240986, lua/trunk/LICENSE)
  lua/repos/testing-x86_64/PKGBUILD
(from rev 240986, lua/trunk/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 240986, lua/trunk/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 240986, lua/trunk/lua.pc)

+
 testing-i686/LICENSE   |   30 +++
 testing-i686/PKGBUILD  |   52 +
 testing-i686/liblua.so.patch   |   60 +++
 testing-i686/lua.pc|   20 +
 testing-x86_64/LICENSE |   30 +++
 testing-x86_64/PKGBUILD|   52 +
 testing-x86_64/liblua.so.patch |   60 +++
 testing-x86_64/lua.pc  |   20 +
 8 files changed, 324 insertions(+)

Copied: lua/repos/testing-i686/LICENSE (from rev 240986, lua/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2015-06-17 15:23:28 UTC (rev 240987)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2015 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the Software), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/testing-i686/PKGBUILD (from rev 240986, lua/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-17 15:23:28 UTC (rev 240987)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lua
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+md5sums=('797adacada8d85761c079390ff1d9961'
+ '85fe4e5f780376457eba3bc23d2cb2d3'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '83d9af31a1a29fec409a4e204271f5e3')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g ../lua.pc  lua.pc
+}
+
+build() {
+  cd lua-$pkgver
+
+  # quite a lot of packages still use lua 5.1 API, enable 5.1 compat mode
+  make MYCFLAGS=$CFLAGS -fPIC -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1 
MYLDFLAGS=$LDFLAGS linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_LIB=liblua.a liblua.so liblua.so.5.3 liblua.so.$pkgver \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP=$pkgdir/usr \
+INSTALL_MAN=$pkgdir/usr/share/man/man1 \
+install
+  install -Dm644 lua.pc $pkgdir/usr/lib/pkgconfig/$pkgname.pc
+
+  install -d $pkgdir/usr/share/doc/$pkgname
+  install -m644 doc/*.{gif,png,css,html} 

[arch-commits] Commit in lua/repos (10 files)

2015-05-04 Thread Anatol Pomozov
Date: Monday, May 4, 2015 @ 17:21:12
  Author: anatolik
Revision: 238465

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

Added:
  lua/repos/staging-i686/
  lua/repos/staging-i686/LICENSE
(from rev 238464, lua/trunk/LICENSE)
  lua/repos/staging-i686/PKGBUILD
(from rev 238464, lua/trunk/PKGBUILD)
  lua/repos/staging-i686/liblua.so.patch
(from rev 238464, lua/trunk/liblua.so.patch)
  lua/repos/staging-i686/lua.pc
(from rev 238464, lua/trunk/lua.pc)
  lua/repos/staging-x86_64/
  lua/repos/staging-x86_64/LICENSE
(from rev 238464, lua/trunk/LICENSE)
  lua/repos/staging-x86_64/PKGBUILD
(from rev 238464, lua/trunk/PKGBUILD)
  lua/repos/staging-x86_64/liblua.so.patch
(from rev 238464, lua/trunk/liblua.so.patch)
  lua/repos/staging-x86_64/lua.pc
(from rev 238464, lua/trunk/lua.pc)

+
 staging-i686/LICENSE   |   30 +++
 staging-i686/PKGBUILD  |   51 +
 staging-i686/liblua.so.patch   |   60 +++
 staging-i686/lua.pc|   20 +
 staging-x86_64/LICENSE |   30 +++
 staging-x86_64/PKGBUILD|   51 +
 staging-x86_64/liblua.so.patch |   60 +++
 staging-x86_64/lua.pc  |   20 +
 8 files changed, 322 insertions(+)

Copied: lua/repos/staging-i686/LICENSE (from rev 238464, lua/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2015-05-04 15:21:12 UTC (rev 238465)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2012 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the Software), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/staging-i686/PKGBUILD (from rev 238464, lua/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-04 15:21:12 UTC (rev 238465)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lua
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Powerful lightweight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!emptydirs')
+source=(http://www.lua.org/ftp/lua-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+md5sums=('a1b0a7e92d0c85bbff7a8d27bf29f8af'
+ '85fe4e5f780376457eba3bc23d2cb2d3'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '0e2bd67b909b9ff673da844ca3480df2')
+
+prepare() {
+  cd lua-$pkgver
+  patch -p1 -i ../liblua.so.patch
+
+  sed s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g ../lua.pc  lua.pc
+}
+
+build() {
+  cd lua-$pkgver
+
+  make MYCFLAGS=$CFLAGS -fPIC MYLDFLAGS=$LDFLAGS linux
+}
+
+package() {
+  cd lua-$pkgver
+
+  make \
+TO_LIB=liblua.a liblua.so liblua.so.5.3 liblua.so.$pkgver \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP=$pkgdir/usr \
+INSTALL_MAN=$pkgdir/usr/share/man/man1 \
+install
+  install -Dm644 lua.pc $pkgdir/usr/lib/pkgconfig/$pkgname.pc
+
+  install -d $pkgdir/usr/share/doc/$pkgname
+  install -m644 doc/*.{gif,png,css,html} $pkgdir/usr/share/doc/$pkgname
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: 

[arch-commits] Commit in lua/repos (10 files)

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

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

Added:
  lua/repos/testing-i686/
  lua/repos/testing-i686/LICENSE
(from rev 201270, lua/trunk/LICENSE)
  lua/repos/testing-i686/PKGBUILD
(from rev 201270, lua/trunk/PKGBUILD)
  lua/repos/testing-i686/liblua.so.patch
(from rev 201270, lua/trunk/liblua.so.patch)
  lua/repos/testing-i686/lua.pc
(from rev 201270, lua/trunk/lua.pc)
  lua/repos/testing-x86_64/
  lua/repos/testing-x86_64/LICENSE
(from rev 201270, lua/trunk/LICENSE)
  lua/repos/testing-x86_64/PKGBUILD
(from rev 201270, lua/trunk/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 201270, lua/trunk/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 201270, lua/trunk/lua.pc)

+
 testing-i686/LICENSE   |   30 
 testing-i686/PKGBUILD  |   53 
 testing-i686/liblua.so.patch   |   57 +++
 testing-i686/lua.pc|   20 +
 testing-x86_64/LICENSE |   30 
 testing-x86_64/PKGBUILD|   53 
 testing-x86_64/liblua.so.patch |   57 +++
 testing-x86_64/lua.pc  |   20 +
 8 files changed, 320 insertions(+)

Copied: lua/repos/testing-i686/LICENSE (from rev 201270, lua/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2013-12-07 10:46:34 UTC (rev 201271)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2012 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the Software), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/testing-i686/PKGBUILD (from rev 201270, lua/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-07 10:46:34 UTC (rev 201271)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lua
+pkgver=5.2.3
+pkgrel=1
+pkgdesc='Powerful light-weight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!makeflags' '!emptydirs')
+source=(http://www.lua.org/ftp/$pkgname-$pkgver.tar.gz
+liblua.so.patch
+lua.pc
+LICENSE)
+md5sums=('dc7f94ec6ff15c985d2d6ad0f1b35654'
+ 'bdc663c7b82ffc0b5df67611621fb625'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '0e2bd67b909b9ff673da844ca3480df2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../liblua.so.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS=$CFLAGS -fPIC
+  make MYCFLAGS=$CFLAGS MYLDFLAGS=$LDFLAGS linux
+
+  sed s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g ../lua.pc  lua.pc
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make \
+TO_LIB='liblua.a liblua.so liblua.so.5.2 liblua.so.5.2.3' \
+INSTALL_DATA='cp -d' \
+INSTALL_TOP=$pkgdir/usr \
+INSTALL_MAN=$pkgdir/usr/share/man/man1 \
+install
+  install -Dm644 lua.pc $pkgdir/usr/lib/pkgconfig/lua.pc
+
+  # Install the documentation
+  install -d $pkgdir/usr/share/doc/lua
+  install -m644 doc/*.{gif,png,css,html} 

[arch-commits] Commit in lua/repos (10 files)

2013-04-02 Thread Bartłomiej Piotrowski
Date: Tuesday, April 2, 2013 @ 10:42:30
  Author: bpiotrowski
Revision: 181175

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

Added:
  lua/repos/testing-i686/
  lua/repos/testing-i686/LICENSE
(from rev 181174, lua/trunk/LICENSE)
  lua/repos/testing-i686/PKGBUILD
(from rev 181174, lua/trunk/PKGBUILD)
  lua/repos/testing-i686/liblua.so.patch
(from rev 181174, lua/trunk/liblua.so.patch)
  lua/repos/testing-i686/lua.pc
(from rev 181174, lua/trunk/lua.pc)
  lua/repos/testing-x86_64/
  lua/repos/testing-x86_64/LICENSE
(from rev 181174, lua/trunk/LICENSE)
  lua/repos/testing-x86_64/PKGBUILD
(from rev 181174, lua/trunk/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 181174, lua/trunk/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 181174, lua/trunk/lua.pc)

+
 testing-i686/LICENSE   |   30 
 testing-i686/PKGBUILD  |   45 ++
 testing-i686/liblua.so.patch   |   57 +++
 testing-i686/lua.pc|   20 +
 testing-x86_64/LICENSE |   30 
 testing-x86_64/PKGBUILD|   45 ++
 testing-x86_64/liblua.so.patch |   57 +++
 testing-x86_64/lua.pc  |   20 +
 8 files changed, 304 insertions(+)

Copied: lua/repos/testing-i686/LICENSE (from rev 181174, lua/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2013-04-02 08:42:30 UTC (rev 181175)
@@ -0,0 +1,30 @@
+License
+
+Lua is free software distributed under the terms of the MIT license
+reproduced below; it may be used for any purpose, including commercial
+purposes, at absolutely no cost without having to ask us. The only
+requirement is that if you do use Lua, then you should give us credit
+by including the appropriate copyright notice somewhere in your
+product or its documentation.
+
+Copyright © 1994–2012 Lua.org, PUC-Rio.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the Software), to deal in the Software without
+restriction, including without limitation the rights to use, copy,
+modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions: 
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software. 
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.  

Copied: lua/repos/testing-i686/PKGBUILD (from rev 181174, lua/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-02 08:42:30 UTC (rev 181175)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lua
+pkgver=5.2.2
+pkgrel=1
+pkgdesc='Powerful light-weight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!makeflags' '!emptydirs')
+source=(http://www.lua.org/ftp/$pkgname-$pkgver.tar.gz;
+'liblua.so.patch' 'lua.pc' 'LICENSE')
+md5sums=('efbb645e897eae37cad4344ce8b0a614'
+ 'bdc663c7b82ffc0b5df67611621fb625'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067'
+ '0e2bd67b909b9ff673da844ca3480df2')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/liblua.so.patch
+  export CFLAGS=$CFLAGS -fPIC
+  make MYCFLAGS=$CFLAGS MYLDFLAGS=$LDFLAGS linux
+  sed s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g ../lua.pc  lua.pc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make \
+TO_LIB=liblua.a liblua.so liblua.so.5.2 liblua.so.5.2.1 \
+INSTALL_DATA=cp -d \
+INSTALL_TOP=$pkgdir/usr \
+INSTALL_MAN=$pkgdir/usr/share/man/man1 \
+install
+  install -Dm644 lua.pc $pkgdir/usr/lib/pkgconfig/lua.pc
+  # Install the documentation
+  install -d $pkgdir/usr/share/doc/lua
+  install -m644 doc/*.{gif,png,css,html} $pkgdir/usr/share/doc/lua
+  install -D -m644 $srcdir/LICENSE 

[arch-commits] Commit in lua/repos (10 files)

2012-12-03 Thread Tom Gundersen
Date: Monday, December 3, 2012 @ 19:18:47
  Author: tomegun
Revision: 172492

db-move: moved lua from [staging] to [testing] (i686, x86_64)

Added:
  lua/repos/testing-i686/
  lua/repos/testing-i686/PKGBUILD
(from rev 172491, lua/repos/staging-i686/PKGBUILD)
  lua/repos/testing-i686/liblua.so.patch
(from rev 172491, lua/repos/staging-i686/liblua.so.patch)
  lua/repos/testing-i686/lua.pc
(from rev 172491, lua/repos/staging-i686/lua.pc)
  lua/repos/testing-x86_64/
  lua/repos/testing-x86_64/PKGBUILD
(from rev 172491, lua/repos/staging-x86_64/PKGBUILD)
  lua/repos/testing-x86_64/liblua.so.patch
(from rev 172491, lua/repos/staging-x86_64/liblua.so.patch)
  lua/repos/testing-x86_64/lua.pc
(from rev 172491, lua/repos/staging-x86_64/lua.pc)
Deleted:
  lua/repos/staging-i686/
  lua/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   43 +
 testing-i686/liblua.so.patch   |   57 +++
 testing-i686/lua.pc|   20 +
 testing-x86_64/PKGBUILD|   43 +
 testing-x86_64/liblua.so.patch |   57 +++
 testing-x86_64/lua.pc  |   20 +
 6 files changed, 240 insertions(+)

Copied: lua/repos/testing-i686/PKGBUILD (from rev 172491, 
lua/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-04 00:18:47 UTC (rev 172492)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lua
+pkgver=5.2.1
+pkgrel=2
+pkgdesc='A powerful light-weight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!makeflags' '!emptydirs')
+source=(http://www.lua.org/ftp/$pkgname-$pkgver.tar.gz;
+'liblua.so.patch' 'lua.pc')
+md5sums=('ae08f641b45d737d12d30291a5e5f6e3'
+ 'bdc663c7b82ffc0b5df67611621fb625'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/liblua.so.patch
+  [[ $CARCH == x86_64 ]]  export CFLAGS=$CFLAGS -fPIC
+  make MYCFLAGS=$CFLAGS MYLDFLAGS=$LDFLAGS linux
+  sed s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g ../lua.pc  lua.pc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make \
+TO_LIB=liblua.a liblua.so liblua.so.5.2 liblua.so.$pkgver \
+INSTALL_DATA=cp -d \
+INSTALL_TOP=$pkgdir/usr \
+INSTALL_MAN=$pkgdir/usr/share/man/man1 \
+install
+  install -Dm644 lua.pc $pkgdir/usr/lib/pkgconfig/lua.pc
+  # Install the documentation
+  install -d $pkgdir/usr/share/doc/lua
+  install -m644 doc/*.{gif,png,css,html} $pkgdir/usr/share/doc/lua
+}
+
+# vim:set ts=4 sw=4 et:

Copied: lua/repos/testing-i686/liblua.so.patch (from rev 172491, 
lua/repos/staging-i686/liblua.so.patch)
===
--- testing-i686/liblua.so.patch(rev 0)
+++ testing-i686/liblua.so.patch2012-12-04 00:18:47 UTC (rev 172492)
@@ -0,0 +1,57 @@
+diff -ru lua-5.2.1/Makefile lua-5.2.1.new/Makefile
+--- lua-5.2.1/Makefile 2012-05-17 16:05:54.0 +0200
 lua-5.2.1.new/Makefile 2012-09-12 22:39:07.162748096 +0200
+@@ -52,7 +52,7 @@
+ all:  $(PLAT)
+ 
+ $(PLATS) clean:
+-  cd src  $(MAKE) $@
++  cd src  $(MAKE) $@ V=$(V) R=$(R)
+ 
+ test: dummy
+   src/lua -v
+diff -ru lua-5.2.1/src/luaconf.h lua-5.2.1.new/src/luaconf.h
+--- lua-5.2.1/src/luaconf.h2012-05-11 16:14:42.0 +0200
 lua-5.2.1.new/src/luaconf.h2012-09-12 22:40:27.986622772 +0200
+@@ -100,7 +100,7 @@
+ #else /* }{ */
+ 
+ #define LUA_VDIR  LUA_VERSION_MAJOR . LUA_VERSION_MINOR /
+-#define LUA_ROOT  /usr/local/
++#define LUA_ROOT  /usr/
+ #define LUA_LDIR  LUA_ROOT share/lua/ LUA_VDIR
+ #define LUA_CDIR  LUA_ROOT lib/lua/ LUA_VDIR
+ #define LUA_PATH_DEFAULT  \
+diff -ru lua-5.2.1/src/Makefile lua-5.2.1.new/src/Makefile
+--- lua-5.2.1/src/Makefile 2012-03-09 17:32:16.0 +0100
 lua-5.2.1.new/src/Makefile 2012-09-12 22:38:08.591386896 +0200
+@@ -29,6 +29,7 @@
+ PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
+ 
+ LUA_A=liblua.a
++LUA_SO= liblua.so
+ CORE_O=   lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o 
llex.o \
+   lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o \
+   ltm.o lundump.o lvm.o lzio.o
+@@ -43,7 +44,7 @@
+ LUAC_O=   luac.o
+ 
+ ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O)
+-ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T)
++ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T) $(LUA_SO)
+ ALL_A= $(LUA_A)
+ 
+ # Targets start here.
+@@ -59,6 +60,12 @@
+   $(AR) $@ $(BASE_O)
+   

[arch-commits] Commit in lua/repos (10 files)

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 16:13:09
  Author: heftig
Revision: 170941

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

Added:
  lua/repos/staging-i686/PKGBUILD
(from rev 170940, lua/trunk/PKGBUILD)
  lua/repos/staging-i686/liblua.so.patch
(from rev 170940, lua/trunk/liblua.so.patch)
  lua/repos/staging-i686/lua.pc
(from rev 170940, lua/trunk/lua.pc)
  lua/repos/staging-x86_64/PKGBUILD
(from rev 170940, lua/trunk/PKGBUILD)
  lua/repos/staging-x86_64/liblua.so.patch
(from rev 170940, lua/trunk/liblua.so.patch)
  lua/repos/staging-x86_64/lua.pc
(from rev 170940, lua/trunk/lua.pc)
Deleted:
  lua/repos/staging-i686/PKGBUILD
  lua/repos/staging-i686/liblua.so.patch
  lua/repos/staging-x86_64/PKGBUILD
  lua/repos/staging-x86_64/liblua.so.patch

+
 staging-i686/PKGBUILD  |   83 ++--
 staging-i686/liblua.so.patch   |  114 +++
 staging-i686/lua.pc|   20 ++
 staging-x86_64/PKGBUILD|   83 ++--
 staging-x86_64/liblua.so.patch |  114 +++
 staging-x86_64/lua.pc  |   20 ++
 6 files changed, 240 insertions(+), 194 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-11-13 21:11:28 UTC (rev 170940)
+++ staging-i686/PKGBUILD   2012-11-13 21:13:09 UTC (rev 170941)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=lua
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='A powerful light-weight programming language designed for extending 
applications'
-arch=('i686' 'x86_64')
-url='http://www.lua.org/'
-depends=('readline')
-license=('MIT')
-options=('!makeflags' '!emptydirs')
-source=(http://www.lua.org/ftp/$pkgname-$pkgver.tar.gz;
-'liblua.so.patch')
-md5sums=('ae08f641b45d737d12d30291a5e5f6e3'
- 'bdc663c7b82ffc0b5df67611621fb625')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/liblua.so.patch
-  [[ $CARCH == x86_64 ]]  export CFLAGS=$CFLAGS -fPIC
-  make MYCFLAGS=$CFLAGS MYLDFLAGS=$LDFLAGS linux
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make \
-TO_LIB=liblua.a liblua.so liblua.so.5.2 liblua.so.$pkgver \
-INSTALL_DATA=cp -d \
-INSTALL_TOP=$pkgdir/usr \
-INSTALL_MAN=$pkgdir/usr/share/man/man1 \
-install
-  # Install the documentation
-  install -d $pkgdir/usr/share/doc/lua
-  install -m644 doc/*.{gif,png,css,html} $pkgdir/usr/share/doc/lua
-}
-
-# vim:set ts=4 sw=4 et:

Copied: lua/repos/staging-i686/PKGBUILD (from rev 170940, lua/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-13 21:13:09 UTC (rev 170941)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lua
+pkgver=5.2.1
+pkgrel=2
+pkgdesc='A powerful light-weight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!makeflags' '!emptydirs')
+source=(http://www.lua.org/ftp/$pkgname-$pkgver.tar.gz;
+'liblua.so.patch' 'lua.pc')
+md5sums=('ae08f641b45d737d12d30291a5e5f6e3'
+ 'bdc663c7b82ffc0b5df67611621fb625'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/liblua.so.patch
+  [[ $CARCH == x86_64 ]]  export CFLAGS=$CFLAGS -fPIC
+  make MYCFLAGS=$CFLAGS MYLDFLAGS=$LDFLAGS linux
+  sed s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g ../lua.pc  lua.pc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make \
+TO_LIB=liblua.a liblua.so liblua.so.5.2 liblua.so.$pkgver \
+INSTALL_DATA=cp -d \
+INSTALL_TOP=$pkgdir/usr \
+INSTALL_MAN=$pkgdir/usr/share/man/man1 \
+install
+  install -Dm644 lua.pc $pkgdir/usr/lib/pkgconfig/lua.pc
+  # Install the documentation
+  install -d $pkgdir/usr/share/doc/lua
+  install -m644 doc/*.{gif,png,css,html} $pkgdir/usr/share/doc/lua
+}
+
+# vim:set ts=4 sw=4 et:

Deleted: staging-i686/liblua.so.patch
===
--- staging-i686/liblua.so.patch2012-11-13 21:11:28 UTC (rev 170940)
+++ staging-i686/liblua.so.patch2012-11-13 21:13:09 UTC (rev 170941)
@@ -1,57 +0,0 @@
-diff -ru lua-5.2.1/Makefile lua-5.2.1.new/Makefile
 lua-5.2.1/Makefile 2012-05-17 16:05:54.0 +0200
-+++ lua-5.2.1.new/Makefile 2012-09-12 22:39:07.162748096 +0200
-@@ -52,7 +52,7 @@
- all:  $(PLAT)
- 
- $(PLATS) clean:
--  cd src  $(MAKE) $@
-+  cd src  $(MAKE) $@ V=$(V) R=$(R)
- 
- test: dummy
-   src/lua -v
-diff