[arch-commits] Commit in luabitop/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Fri Jul 4 07:07:55 UTC 2014
Date: Friday, July 4, 2014 @ 09:07:54
Author: fyan
Revision: 114808
archrelease: copy trunk to community-i686, community-x86_64
Added:
luabitop/repos/community-i686/PKGBUILD
(from rev 114807, luabitop/trunk/PKGBUILD)
luabitop/repos/community-x86_64/PKGBUILD
(from rev 114807, luabitop/trunk/PKGBUILD)
Deleted:
luabitop/repos/community-i686/PKGBUILD
luabitop/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 90 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 45 ----------------------
community-x86_64/PKGBUILD | 45 ----------------------
3 files changed, 90 insertions(+), 90 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-07-04 07:06:35 UTC (rev 114807)
+++ community-i686/PKGBUILD 2014-07-04 07:07:54 UTC (rev 114808)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Lucas Hermann Negri <kkndrox at gmail.com>
-
-pkgbase=luabitop
-pkgname=(lua-bitop lua51-bitop)
-pkgver=1.0.2
-pkgrel=2
-pkgdesc='C extension adding bitwise operations on numbers'
-arch=(i686 x86_64)
-url='http://bitop.luajit.org/index.html'
-makedepends=('lua' 'lua51')
-source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz")
-md5sums=('d0c1080fe0c844e8477279668e2d0d06')
-license=('MIT')
-
-build() {
- cp -a LuaBitOp-$pkgver LuaBitOp51-$pkgver
- msg2 'Building with lua 5.2'
- cd LuaBitOp-$pkgver
- make INCLUDES=' -I/usr/include' LUA='lua'
- msg2 'Building with lua 5.1'
- cd ../LuaBitOp51-$pkgver
- make INCLUDES=' -I/usr/include/lua5.1' LUA='lua5.1'
-}
-
-package_lua-bitop() {
- depends=('lua')
- cd LuaBitOp-$pkgver
- install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.2/bit.so"
- install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
- ln -s '../lua/COPYRIGHT' "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}
-
-package_lua51-bitop() {
- depends=('lua51')
- conflicts=('luabitop')
- replaces=('luabitop')
- cd LuaBitOp51-$pkgver
- install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.1/bit.so"
- install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
- ln -s '../lua51/COPYRIGHT' "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: luabitop/repos/community-i686/PKGBUILD (from rev 114807, luabitop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 07:07:54 UTC (rev 114808)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Lucas Hermann Negri <kkndrox at gmail.com>
+
+pkgbase=luabitop
+pkgname=(lua-bitop lua51-bitop)
+pkgver=1.0.2
+pkgrel=3
+pkgdesc='C extension adding bitwise operations on numbers'
+arch=(i686 x86_64)
+url='http://bitop.luajit.org/index.html'
+makedepends=('lua' 'lua51')
+source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz")
+md5sums=('d0c1080fe0c844e8477279668e2d0d06')
+license=('MIT')
+
+build() {
+ cp -a LuaBitOp-$pkgver LuaBitOp51-$pkgver
+ msg2 'Building with lua 5.2'
+ cd LuaBitOp-$pkgver
+ make INCLUDES=' -I/usr/include' LUA='lua'
+ msg2 'Building with lua 5.1'
+ cd ../LuaBitOp51-$pkgver
+ make INCLUDES=' -I/usr/include/lua5.1' LUA='lua5.1'
+}
+
+package_lua-bitop() {
+ depends=('lua')
+ cd LuaBitOp-$pkgver
+ install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.2/bit.so"
+ install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+ ln -s '../lua/COPYRIGHT' "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
+
+package_lua51-bitop() {
+ depends=('lua51')
+ conflicts=('luabitop')
+ replaces=('luabitop')
+ cd LuaBitOp51-$pkgver
+ install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.1/bit.so"
+ install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+ ln -s '../lua51/COPYRIGHT' "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-07-04 07:06:35 UTC (rev 114807)
+++ community-x86_64/PKGBUILD 2014-07-04 07:07:54 UTC (rev 114808)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Lucas Hermann Negri <kkndrox at gmail.com>
-
-pkgbase=luabitop
-pkgname=(lua-bitop lua51-bitop)
-pkgver=1.0.2
-pkgrel=2
-pkgdesc='C extension adding bitwise operations on numbers'
-arch=(i686 x86_64)
-url='http://bitop.luajit.org/index.html'
-makedepends=('lua' 'lua51')
-source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz")
-md5sums=('d0c1080fe0c844e8477279668e2d0d06')
-license=('MIT')
-
-build() {
- cp -a LuaBitOp-$pkgver LuaBitOp51-$pkgver
- msg2 'Building with lua 5.2'
- cd LuaBitOp-$pkgver
- make INCLUDES=' -I/usr/include' LUA='lua'
- msg2 'Building with lua 5.1'
- cd ../LuaBitOp51-$pkgver
- make INCLUDES=' -I/usr/include/lua5.1' LUA='lua5.1'
-}
-
-package_lua-bitop() {
- depends=('lua')
- cd LuaBitOp-$pkgver
- install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.2/bit.so"
- install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
- ln -s '../lua/COPYRIGHT' "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}
-
-package_lua51-bitop() {
- depends=('lua51')
- conflicts=('luabitop')
- replaces=('luabitop')
- cd LuaBitOp51-$pkgver
- install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.1/bit.so"
- install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
- ln -s '../lua51/COPYRIGHT' "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: luabitop/repos/community-x86_64/PKGBUILD (from rev 114807, luabitop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-07-04 07:07:54 UTC (rev 114808)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Lucas Hermann Negri <kkndrox at gmail.com>
+
+pkgbase=luabitop
+pkgname=(lua-bitop lua51-bitop)
+pkgver=1.0.2
+pkgrel=3
+pkgdesc='C extension adding bitwise operations on numbers'
+arch=(i686 x86_64)
+url='http://bitop.luajit.org/index.html'
+makedepends=('lua' 'lua51')
+source=("http://bitop.luajit.org/download/LuaBitOp-$pkgver.tar.gz")
+md5sums=('d0c1080fe0c844e8477279668e2d0d06')
+license=('MIT')
+
+build() {
+ cp -a LuaBitOp-$pkgver LuaBitOp51-$pkgver
+ msg2 'Building with lua 5.2'
+ cd LuaBitOp-$pkgver
+ make INCLUDES=' -I/usr/include' LUA='lua'
+ msg2 'Building with lua 5.1'
+ cd ../LuaBitOp51-$pkgver
+ make INCLUDES=' -I/usr/include/lua5.1' LUA='lua5.1'
+}
+
+package_lua-bitop() {
+ depends=('lua')
+ cd LuaBitOp-$pkgver
+ install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.2/bit.so"
+ install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+ ln -s '../lua/COPYRIGHT' "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
+
+package_lua51-bitop() {
+ depends=('lua51')
+ conflicts=('luabitop')
+ replaces=('luabitop')
+ cd LuaBitOp51-$pkgver
+ install -Dm 644 bit.so "$pkgdir/usr/lib/lua/5.1/bit.so"
+ install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+ ln -s '../lua51/COPYRIGHT' "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list