[arch-commits] Commit in lua-filesystem/repos/community-staging-x86_64 (4 files)
Daurnimator
daurnimator at archlinux.org
Fri Jul 31 13:29:58 UTC 2020
Date: Friday, July 31, 2020 @ 13:29:58
Author: daurnimator
Revision: 666188
archrelease: copy trunk to community-staging-x86_64
Added:
lua-filesystem/repos/community-staging-x86_64/LICENSE
(from rev 666187, lua-filesystem/trunk/LICENSE)
lua-filesystem/repos/community-staging-x86_64/PKGBUILD
(from rev 666187, lua-filesystem/trunk/PKGBUILD)
Deleted:
lua-filesystem/repos/community-staging-x86_64/LICENSE
lua-filesystem/repos/community-staging-x86_64/PKGBUILD
----------+
LICENSE | 44 +++++++++++------------
PKGBUILD | 112 ++++++++++++++++++++++++++++++-------------------------------
2 files changed, 78 insertions(+), 78 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2020-07-31 13:28:58 UTC (rev 666187)
+++ LICENSE 2020-07-31 13:29:58 UTC (rev 666188)
@@ -1,22 +0,0 @@
-Copyright (C) 2004-2007 The Kepler Project.
-
-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-filesystem/repos/community-staging-x86_64/LICENSE (from rev 666187, lua-filesystem/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2020-07-31 13:29:58 UTC (rev 666188)
@@ -0,0 +1,22 @@
+Copyright (C) 2004-2007 The Kepler Project.
+
+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.
+
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-31 13:28:58 UTC (rev 666187)
+++ PKGBUILD 2020-07-31 13:29:58 UTC (rev 666188)
@@ -1,56 +0,0 @@
-# Maintainer: Daurnimator <daurnimator at archlinux.org>
-# Contributor: Sergej Pupykin <arch+pub at p5n.pp.ru>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Anders Bergh <anders1 at gmail.com>
-
-pkgbase=lua-filesystem
-pkgname=(lua-filesystem lua51-filesystem lua52-filesystem)
-pkgver=1.8.0
-_tag=${pkgver//./_}
-pkgrel=2
-pkgdesc='File System Library for the Lua Programming Language'
-arch=('x86_64')
-url='http://keplerproject.github.io/luafilesystem/'
-license=('MIT')
-makedepends=('lua' 'lua51' 'lua52' 'lua53')
-source=("$pkgbase-${_tag}.tar.gz::https://github.com/keplerproject/luafilesystem/archive/v${_tag}.tar.gz")
-sha256sums=('16d17c788b8093f2047325343f5e9b74cccb1ea96001e45914a58bbae8932495')
-
-build() {
- cp -a luafilesystem-${_tag} luafilesystem-${_tag}-51
- make -C luafilesystem-${_tag}-51 PREFIX=/usr LIB_OPTION="-shared ${LDFLAGS}" LUA_VERSION=5.1
-
- cp -a luafilesystem-${_tag} luafilesystem-${_tag}-52
- make -C luafilesystem-${_tag}-52 PREFIX=/usr LIB_OPTION="-shared ${LDFLAGS}" LUA_VERSION=5.2
-
- cp -a luafilesystem-${_tag} luafilesystem-${_tag}-53
- make -C luafilesystem-${_tag}-53 PREFIX=/usr LIB_OPTION="-shared ${LDFLAGS}" LUA_VERSION=5.3
-
- make -C luafilesystem-${_tag} PREFIX=/usr LIB_OPTION="-shared ${LDFLAGS}" LUA_VERSION=5.4
-}
-
-package_lua-filesystem() {
- cd luafilesystem-${_tag}
- make DESTDIR="$pkgdir" PREFIX=/usr LUA_VERSION=5.4 install
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_lua51-filesystem() {
- cd luafilesystem-${_tag}-51
- make DESTDIR="$pkgdir" PREFIX=/usr LUA_VERSION=5.1 install
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_lua52-filesystem() {
- cd luafilesystem-${_tag}-52
- make DESTDIR="$pkgdir" PREFIX=/usr LUA_VERSION=5.2 install
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_lua53-filesystem() {
- cd luafilesystem-${_tag}-53
- make DESTDIR="$pkgdir" PREFIX=/usr LUA_VERSION=5.3 install
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: lua-filesystem/repos/community-staging-x86_64/PKGBUILD (from rev 666187, lua-filesystem/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-31 13:29:58 UTC (rev 666188)
@@ -0,0 +1,56 @@
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+# Contributor: Sergej Pupykin <arch+pub at p5n.pp.ru>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Anders Bergh <anders1 at gmail.com>
+
+pkgbase=lua-filesystem
+pkgname=(lua-filesystem lua51-filesystem lua52-filesystem lua53-filesystem)
+pkgver=1.8.0
+_tag=${pkgver//./_}
+pkgrel=3
+pkgdesc='File System Library for the Lua Programming Language'
+arch=('x86_64')
+url='http://keplerproject.github.io/luafilesystem/'
+license=('MIT')
+makedepends=('lua' 'lua51' 'lua52' 'lua53')
+source=("$pkgbase-${_tag}.tar.gz::https://github.com/keplerproject/luafilesystem/archive/v${_tag}.tar.gz")
+sha256sums=('16d17c788b8093f2047325343f5e9b74cccb1ea96001e45914a58bbae8932495')
+
+build() {
+ cp -a luafilesystem-${_tag} luafilesystem-${_tag}-51
+ make -C luafilesystem-${_tag}-51 PREFIX=/usr LIB_OPTION="-shared ${LDFLAGS}" LUA_VERSION=5.1
+
+ cp -a luafilesystem-${_tag} luafilesystem-${_tag}-52
+ make -C luafilesystem-${_tag}-52 PREFIX=/usr LIB_OPTION="-shared ${LDFLAGS}" LUA_VERSION=5.2
+
+ cp -a luafilesystem-${_tag} luafilesystem-${_tag}-53
+ make -C luafilesystem-${_tag}-53 PREFIX=/usr LIB_OPTION="-shared ${LDFLAGS}" LUA_VERSION=5.3
+
+ make -C luafilesystem-${_tag} PREFIX=/usr LIB_OPTION="-shared ${LDFLAGS}" LUA_VERSION=5.4
+}
+
+package_lua-filesystem() {
+ cd luafilesystem-${_tag}
+ make DESTDIR="$pkgdir" PREFIX=/usr LUA_VERSION=5.4 install
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua51-filesystem() {
+ cd luafilesystem-${_tag}-51
+ make DESTDIR="$pkgdir" PREFIX=/usr LUA_VERSION=5.1 install
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua52-filesystem() {
+ cd luafilesystem-${_tag}-52
+ make DESTDIR="$pkgdir" PREFIX=/usr LUA_VERSION=5.2 install
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua53-filesystem() {
+ cd luafilesystem-${_tag}-53
+ make DESTDIR="$pkgdir" PREFIX=/usr LUA_VERSION=5.3 install
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list