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

2014-06-27 Thread Alexander Rødseth
Date: Friday, June 27, 2014 @ 17:46:06
  Author: arodseth
Revision: 113667

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

Added:
  lua-posix/repos/community-i686/PKGBUILD
(from rev 113666, lua-posix/trunk/PKGBUILD)
  lua-posix/repos/community-x86_64/PKGBUILD
(from rev 113666, lua-posix/trunk/PKGBUILD)
Deleted:
  lua-posix/repos/community-i686/PKGBUILD
  lua-posix/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   47 
 community-x86_64/PKGBUILD |   47 
 3 files changed, 86 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-27 13:14:48 UTC (rev 113666)
+++ community-i686/PKGBUILD 2014-06-27 15:46:06 UTC (rev 113667)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgname=lua-posix
-pkgver=31
-pkgrel=2
-pkgdesc='POSIX library for Lua'
-arch=('x86_64' 'i686')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-depends=('lua')
-makedepends=('lua' 'git' 'help2man')
-options=('!makeflags')
-source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-}
-
-check() {
-  make -C $pkgname check || true
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-i686/PKGBUILD (from rev 113666, 
lua-posix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-27 15:46:06 UTC (rev 113667)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgname=lua-posix
+pkgver=32
+pkgrel=1
+pkgdesc='POSIX library for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/luaposix/luaposix'
+license=('GPL' 'LGPL')
+depends=('lua')
+makedepends=('lua' 'git' 'help2man' 'ldoc')
+options=('!makeflags')
+source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+  LUA=/usr/bin/lua \
+  --prefix=/usr \
+  --libdir=/usr/lib/lua/5.2 \
+  --datadir=/usr/share/lua/5.2 \
+  --docdir=/usr/share/doc/lua-posix
+  make
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-27 13:14:48 UTC (rev 113666)
+++ community-x86_64/PKGBUILD   2014-06-27 15:46:06 UTC (rev 113667)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgname=lua-posix
-pkgver=31
-pkgrel=2
-pkgdesc='POSIX library for Lua'
-arch=('x86_64' 'i686')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-depends=('lua')
-makedepends=('lua' 'git' 'help2man')
-options=('!makeflags')
-source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-}
-
-check() {
-  make -C $pkgname check || true
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-x86_64/PKGBUILD (from rev 113666, 
lua-posix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-27 15:46:06 UTC (rev 113667)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at 

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

2014-06-27 Thread Alexander Rødseth
Date: Friday, June 27, 2014 @ 18:04:26
  Author: arodseth
Revision: 113672

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

Added:
  lua-posix/repos/community-i686/PKGBUILD
(from rev 113671, lua-posix/trunk/PKGBUILD)
  lua-posix/repos/community-x86_64/PKGBUILD
(from rev 113671, lua-posix/trunk/PKGBUILD)
Deleted:
  lua-posix/repos/community-i686/PKGBUILD
  lua-posix/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-27 16:04:16 UTC (rev 113671)
+++ community-i686/PKGBUILD 2014-06-27 16:04:26 UTC (rev 113672)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgname=lua-posix
-pkgver=32
-pkgrel=1
-pkgdesc='POSIX library for Lua'
-arch=('x86_64' 'i686')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-depends=('lua')
-makedepends=('lua' 'git' 'help2man' 'ldoc')
-options=('!makeflags')
-source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-i686/PKGBUILD (from rev 113671, 
lua-posix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-27 16:04:26 UTC (rev 113672)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgname=lua-posix
+pkgver=32
+pkgrel=2
+pkgdesc='POSIX library for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/luaposix/luaposix'
+license=('GPL' 'LGPL')
+depends=('lua')
+makedepends=('lua' 'git' 'help2man' 'ldoc')
+options=('!makeflags')
+source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+  LUA=/usr/bin/lua \
+  --prefix=/usr \
+  --libdir=/usr/lib/lua/5.2 \
+  --datadir=/usr/share/lua/5.2 \
+  --docdir=/usr/share/doc/lua-posix
+  make
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-27 16:04:16 UTC (rev 113671)
+++ community-x86_64/PKGBUILD   2014-06-27 16:04:26 UTC (rev 113672)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgname=lua-posix
-pkgver=32
-pkgrel=1
-pkgdesc='POSIX library for Lua'
-arch=('x86_64' 'i686')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-depends=('lua')
-makedepends=('lua' 'git' 'help2man' 'ldoc')
-options=('!makeflags')
-source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-x86_64/PKGBUILD (from rev 113671, 
lua-posix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-27 16:04:26 UTC (rev 113672)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgname=lua-posix

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

2014-06-27 Thread Alexander Rødseth
Date: Friday, June 27, 2014 @ 20:32:24
  Author: arodseth
Revision: 113676

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

Added:
  lua-posix/repos/community-i686/PKGBUILD
(from rev 113675, lua-posix/trunk/PKGBUILD)
  lua-posix/repos/community-x86_64/PKGBUILD
(from rev 113675, lua-posix/trunk/PKGBUILD)
Deleted:
  lua-posix/repos/community-i686/PKGBUILD
  lua-posix/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   43 
 community-x86_64/PKGBUILD |   43 
 3 files changed, 92 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-27 18:30:54 UTC (rev 113675)
+++ community-i686/PKGBUILD 2014-06-27 18:32:24 UTC (rev 113676)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgname=lua-posix
-pkgver=32
-pkgrel=2
-pkgdesc='POSIX library for Lua'
-arch=('x86_64' 'i686')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-depends=('lua')
-makedepends=('lua' 'git' 'help2man' 'ldoc')
-options=('!makeflags')
-source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-i686/PKGBUILD (from rev 113675, 
lua-posix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-27 18:32:24 UTC (rev 113676)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgname=lua-posix
+pkgver=32
+pkgrel=3
+pkgdesc='POSIX library for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/luaposix/luaposix'
+license=('MIT')
+depends=('lua')
+makedepends=('git' 'help2man' 'ldoc')
+options=('!makeflags')
+source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+  LUA=/usr/bin/lua \
+  --prefix=/usr \
+  --libdir=/usr/lib/lua/5.2 \
+  --datadir=/usr/share/lua/5.2 \
+  --docdir=/usr/share/doc/lua-posix
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-27 18:30:54 UTC (rev 113675)
+++ community-x86_64/PKGBUILD   2014-06-27 18:32:24 UTC (rev 113676)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgname=lua-posix
-pkgver=32
-pkgrel=2
-pkgdesc='POSIX library for Lua'
-arch=('x86_64' 'i686')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-depends=('lua')
-makedepends=('lua' 'git' 'help2man' 'ldoc')
-options=('!makeflags')
-source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-x86_64/PKGBUILD (from rev 113675, 
lua-posix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-27 18:32:24 UTC (rev 113676)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald 

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

2014-05-26 Thread Alexander Rødseth
Date: Monday, May 26, 2014 @ 15:53:12
  Author: arodseth
Revision: 111899

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

Added:
  lua-posix/repos/community-i686/PKGBUILD
(from rev 111898, lua-posix/trunk/PKGBUILD)
  lua-posix/repos/community-x86_64/PKGBUILD
(from rev 111898, lua-posix/trunk/PKGBUILD)
Deleted:
  lua-posix/repos/community-i686/PKGBUILD
  lua-posix/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   94 
 community-i686/PKGBUILD   |   75 ---
 community-x86_64/PKGBUILD |   75 ---
 3 files changed, 94 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-26 13:53:02 UTC (rev 111898)
+++ community-i686/PKGBUILD 2014-05-26 13:53:12 UTC (rev 111899)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgbase=luaposix
-pkgname=('lua-posix' 'lua51-posix')
-pkgver=31
-pkgrel=1
-pkgdesc='A POSIX library for Lua programming language'
-arch=('i686' 'x86_64')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-makedepends=('lua' 'lua51' 'lua51-bitop' 'git' 'help2man')
-options=('!makeflags')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/$pkgbase/$pkgbase/archive/v$pkgver.tar.gz;
-'git+git://git.sv.gnu.org/gnulib'
-'git+git://github.com/gvvaughan/slingshot')
-md5sums=('7b17b9a3f25d9658de967c6bfd50c138'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  # replace git submodules by source one.
-  # this allow us to cache and avoid clone each time
-  for _rep in gnulib slingshot; do
-rmdir $pkgbase-$pkgver/$_rep
-ln -s $srcdir/$_rep $pkgbase-$pkgver/$_rep
-  done
-  # bootstraping
-  (cd $pkgbase-$pkgver  ./bootstrap)
-  # copy source for lua 5.1 build
-  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-51
-}
-
-build() {
-  msg2 'Build with lua 5.2'
-  cd $pkgbase-$pkgver
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-  msg2 'Build with lua 5.1'
-  cd $srcdir/$pkgbase-$pkgver-51
-  ./configure \
-  LUA=/usr/bin/lua5.1 \
-  LUA_INCLUDE=-I/usr/include/lua5.1 \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.1 \
-  --datadir=/usr/share/lua/5.1 \
-  --docdir=/usr/share/doc/lua51-posix
-  make
-}
-
-package_lua-posix() {
-  depends=('lua')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-package_lua51-posix() {
-  depends=('lua51' 'lua51-bitop')
-  conflicts=('luaposix')
-  replaces=('luaposix')
-
-  cd $pkgbase-$pkgver-51
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-i686/PKGBUILD (from rev 111898, 
lua-posix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-26 13:53:12 UTC (rev 111899)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgname=lua-posix
+pkgver=31
+pkgrel=1
+pkgdesc='POSIX library for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/luaposix/luaposix'
+license=('GPL' 'LGPL')
+depends=('lua')
+makedepends=('lua' 'git' 'help2man')
+options=('!makeflags')
+source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+  LUA=/usr/bin/lua \
+  --prefix=/usr \
+  --libdir=/usr/lib/lua/5.2 \
+  --datadir=/usr/share/lua/5.2 \
+  --docdir=/usr/share/doc/lua-posix
+  make
+}
+
+check() {
+  make -C $pkgname check || true
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-26 13:53:02 UTC (rev 111898)
+++ community-x86_64/PKGBUILD   2014-05-26 13:53:12 UTC (rev 111899)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgbase=luaposix
-pkgname=('lua-posix' 'lua51-posix')
-pkgver=31
-pkgrel=1
-pkgdesc='A POSIX library for Lua programming language'
-arch=('i686' 'x86_64')
-url='https://github.com/luaposix/luaposix'

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

2014-05-26 Thread Alexander Rødseth
Date: Monday, May 26, 2014 @ 16:50:03
  Author: arodseth
Revision: 111912

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

Added:
  lua-posix/repos/community-i686/
  lua-posix/repos/community-i686/PKGBUILD
(from rev 111911, lua-posix/trunk/PKGBUILD)
  lua-posix/repos/community-x86_64/
  lua-posix/repos/community-x86_64/PKGBUILD
(from rev 111911, lua-posix/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   47 
 community-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: lua-posix/repos/community-i686/PKGBUILD (from rev 111911, 
lua-posix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-26 14:50:03 UTC (rev 111912)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgname=lua-posix
+pkgver=31
+pkgrel=1
+pkgdesc='POSIX library for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/luaposix/luaposix'
+license=('GPL' 'LGPL')
+depends=('lua')
+makedepends=('lua' 'git' 'help2man')
+options=('!makeflags')
+source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+  LUA=/usr/bin/lua \
+  --prefix=/usr \
+  --libdir=/usr/lib/lua/5.2 \
+  --datadir=/usr/share/lua/5.2 \
+  --docdir=/usr/share/doc/lua-posix
+  make
+}
+
+check() {
+  make -C $pkgname check || true
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-x86_64/PKGBUILD (from rev 111911, 
lua-posix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-26 14:50:03 UTC (rev 111912)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgname=lua-posix
+pkgver=31
+pkgrel=1
+pkgdesc='POSIX library for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/luaposix/luaposix'
+license=('GPL' 'LGPL')
+depends=('lua')
+makedepends=('lua' 'git' 'help2man')
+options=('!makeflags')
+source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+  LUA=/usr/bin/lua \
+  --prefix=/usr \
+  --libdir=/usr/lib/lua/5.2 \
+  --datadir=/usr/share/lua/5.2 \
+  --docdir=/usr/share/doc/lua-posix
+  make
+}
+
+check() {
+  make -C $pkgname check || true
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-26 Thread Alexander Rødseth
Date: Monday, May 26, 2014 @ 17:01:45
  Author: arodseth
Revision: 111914

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

Added:
  lua-posix/repos/community-i686/PKGBUILD
(from rev 111913, lua-posix/trunk/PKGBUILD)
  lua-posix/repos/community-x86_64/PKGBUILD
(from rev 111913, lua-posix/trunk/PKGBUILD)
Deleted:
  lua-posix/repos/community-i686/PKGBUILD
  lua-posix/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-26 15:01:34 UTC (rev 111913)
+++ community-i686/PKGBUILD 2014-05-26 15:01:45 UTC (rev 111914)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgname=lua-posix
-pkgver=31
-pkgrel=1
-pkgdesc='POSIX library for Lua'
-arch=('x86_64' 'i686')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-depends=('lua')
-makedepends=('lua' 'git' 'help2man')
-options=('!makeflags')
-source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-}
-
-check() {
-  make -C $pkgname check || true
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-i686/PKGBUILD (from rev 111913, 
lua-posix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-26 15:01:45 UTC (rev 111914)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgname=lua-posix
+pkgver=31
+pkgrel=2
+pkgdesc='POSIX library for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/luaposix/luaposix'
+license=('GPL' 'LGPL')
+depends=('lua')
+makedepends=('lua' 'git' 'help2man')
+options=('!makeflags')
+source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+  LUA=/usr/bin/lua \
+  --prefix=/usr \
+  --libdir=/usr/lib/lua/5.2 \
+  --datadir=/usr/share/lua/5.2 \
+  --docdir=/usr/share/doc/lua-posix
+  make
+}
+
+check() {
+  make -C $pkgname check || true
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-26 15:01:34 UTC (rev 111913)
+++ community-x86_64/PKGBUILD   2014-05-26 15:01:45 UTC (rev 111914)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgname=lua-posix
-pkgver=31
-pkgrel=1
-pkgdesc='POSIX library for Lua'
-arch=('x86_64' 'i686')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-depends=('lua')
-makedepends=('lua' 'git' 'help2man')
-options=('!makeflags')
-source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-}
-
-check() {
-  make -C $pkgname check || true
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-x86_64/PKGBUILD (from rev 111913, 
lua-posix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-26 15:01:45 UTC (rev 111914)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# 

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

2014-05-26 Thread Alexander Rødseth
Date: Monday, May 26, 2014 @ 17:44:44
  Author: arodseth
Revision: 111919

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

Added:
  lua-posix/repos/community-i686/PKGBUILD
(from rev 111918, lua-posix/trunk/PKGBUILD)
  lua-posix/repos/community-x86_64/PKGBUILD
(from rev 111918, lua-posix/trunk/PKGBUILD)
Deleted:
  lua-posix/repos/community-i686/PKGBUILD
  lua-posix/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-26 15:44:33 UTC (rev 111918)
+++ community-i686/PKGBUILD 2014-05-26 15:44:44 UTC (rev 111919)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgname=lua-posix
-pkgver=31
-pkgrel=2
-pkgdesc='POSIX library for Lua'
-arch=('x86_64' 'i686')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-depends=('lua')
-makedepends=('lua' 'git' 'help2man')
-options=('!makeflags')
-source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-}
-
-check() {
-  make -C $pkgname check || true
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-i686/PKGBUILD (from rev 111918, 
lua-posix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-26 15:44:44 UTC (rev 111919)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgname=lua-posix
+pkgver=31
+pkgrel=2
+pkgdesc='POSIX library for Lua'
+arch=('x86_64' 'i686')
+url='https://github.com/luaposix/luaposix'
+license=('GPL' 'LGPL')
+depends=('lua')
+makedepends=('lua' 'git' 'help2man')
+options=('!makeflags')
+source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+  LUA=/usr/bin/lua \
+  --prefix=/usr \
+  --libdir=/usr/lib/lua/5.2 \
+  --datadir=/usr/share/lua/5.2 \
+  --docdir=/usr/share/doc/lua-posix
+  make
+}
+
+check() {
+  make -C $pkgname check || true
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-26 15:44:33 UTC (rev 111918)
+++ community-x86_64/PKGBUILD   2014-05-26 15:44:44 UTC (rev 111919)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgname=lua-posix
-pkgver=31
-pkgrel=2
-pkgdesc='POSIX library for Lua'
-arch=('x86_64' 'i686')
-url='https://github.com/luaposix/luaposix'
-license=('GPL' 'LGPL')
-depends=('lua')
-makedepends=('lua' 'git' 'help2man')
-options=('!makeflags')
-source=($pkgname::git://github.com/luaposix/luaposix.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
-  LUA=/usr/bin/lua \
-  --prefix=/usr \
-  --libdir=/usr/lib/lua/5.2 \
-  --datadir=/usr/share/lua/5.2 \
-  --docdir=/usr/share/doc/lua-posix
-  make
-}
-
-check() {
-  make -C $pkgname check || true
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-posix/repos/community-x86_64/PKGBUILD (from rev 111918, 
lua-posix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-26 15:44:44 UTC (rev 111919)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+#