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 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:

Reply via email to