[arch-commits] Commit in lua-alt-getopt/repos/community-any (4 files)
Daurnimator
daurnimator at archlinux.org
Mon Aug 17 13:27:51 UTC 2020
Date: Monday, August 17, 2020 @ 13:27:51
Author: daurnimator
Revision: 682627
archrelease: copy trunk to community-any
Added:
lua-alt-getopt/repos/community-any/LICENSE
(from rev 682626, lua-alt-getopt/trunk/LICENSE)
lua-alt-getopt/repos/community-any/PKGBUILD
(from rev 682626, lua-alt-getopt/trunk/PKGBUILD)
Deleted:
lua-alt-getopt/repos/community-any/LICENSE
lua-alt-getopt/repos/community-any/PKGBUILD
----------+
LICENSE | 14 +++++-----
PKGBUILD | 83 +++++++++++++++++++++++++++++++++----------------------------
2 files changed, 53 insertions(+), 44 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2020-08-17 13:26:26 UTC (rev 682626)
+++ LICENSE 2020-08-17 13:27:51 UTC (rev 682627)
@@ -1,7 +0,0 @@
-Copyright © 2008 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-alt-getopt/repos/community-any/LICENSE (from rev 682626, lua-alt-getopt/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2020-08-17 13:27:51 UTC (rev 682627)
@@ -0,0 +1,7 @@
+Copyright © 2008 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.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-17 13:26:26 UTC (rev 682626)
+++ PKGBUILD 2020-08-17 13:27:51 UTC (rev 682627)
@@ -1,37 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Daurnimator <daurnimator at archlinux.org>
-# Old Maintainer: Gustavo Alvarez <sl1pkn07 at gmail.com>
-# contributor: Cameron Banta <cbanta at gmail.com>
-
-pkgbase=lua-alt-getopt
-pkgname=(lua51-alt-getopt lua52-alt-getopt lua53-alt-getopt)
-pkgver=0.7.0
-pkgrel=9
-pkgdesc="Lua module for processing options similar to getopt_long(3)"
-license=('MIT')
-arch=('any')
-url="http://luaforge.net/projects/alt-getopt/"
-source=("http://mova.org/~cheusov/pub/lua_alt_getopt/lua-alt-getopt-${pkgver}.tar.gz"
- 'LICENSE')
-sha512sums=('379db696180e2bbb6e472ebe56e921c9736ee89ad673b296d0e580f100617a10dd5b44fdd665298ac87a44bbf8b5c330696653ec6d62ccaebc22120debf3c91f'
- 'f4c04e8a6bdbc737e04672f7751fcfb709e34c87df69ddfada0b0e22480f5ffd7daf21f266699e5b2955ff781f5a4aa574a614646896d12c994bc7b9282b0f67')
-
-package_lua51-alt-getopt() {
- cd "${pkgbase}-${pkgver}"
- install -Dm644 alt_getopt.lua "${pkgdir}/usr/share/lua/5.1/alt_getopt.lua"
- install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_lua52-alt-getopt() {
- cd "${pkgbase}-${pkgver}"
- install -Dm644 alt_getopt.lua "${pkgdir}/usr/share/lua/5.2/alt_getopt.lua"
- install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_lua53-alt-getopt() {
- cd "${pkgbase}-${pkgver}"
- install -Dm644 alt_getopt.lua "${pkgdir}/usr/share/lua/5.3/alt_getopt.lua"
- install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# Library does not support lua5.4
Copied: lua-alt-getopt/repos/community-any/PKGBUILD (from rev 682626, lua-alt-getopt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-17 13:27:51 UTC (rev 682627)
@@ -0,0 +1,46 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+# Old Maintainer: Gustavo Alvarez <sl1pkn07 at gmail.com>
+# contributor: Cameron Banta <cbanta at gmail.com>
+
+pkgname=(lua-alt-getopt lua51-alt-getopt lua52-alt-getopt lua53-alt-getopt)
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Lua module for processing options similar to getopt_long(3)"
+license=('MIT')
+arch=('any')
+url="https://github.com/cheusov/lua-alt-getopt"
+source=("https://github.com/cheusov/lua-alt-getopt/archive/${pkgver}.tar.gz")
+sha512sums=('1c0768e98793ee060a8a70bc47355abf5feac3b51d9844a26816267c0901df9f30c9ef3280766dec2c5b754123ca548c8f49cb294bf4f04c378c62ea377e09de')
+
+package_lua51-alt-getopt() {
+ pkgdesc="$pkgdesc for Lua 5.1"
+
+ cd "${pkgbase}-${pkgver}"
+ install -Dm644 alt_getopt.lua "${pkgdir}/usr/share/lua/5.1/alt_getopt.lua"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_lua52-alt-getopt() {
+ pkgdesc="$pkgdesc for Lua 5.2"
+
+ cd "${pkgbase}-${pkgver}"
+ install -Dm644 alt_getopt.lua "${pkgdir}/usr/share/lua/5.2/alt_getopt.lua"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_lua53-alt-getopt() {
+ pkgdesc="$pkgdesc for Lua 5.3"
+
+ cd "${pkgbase}-${pkgver}"
+ install -Dm644 alt_getopt.lua "${pkgdir}/usr/share/lua/5.3/alt_getopt.lua"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_lua-alt-getopt() {
+ pkgdesc="$pkgdesc for Lua 5.4"
+
+ cd "${pkgbase}-${pkgver}"
+ install -Dm644 alt_getopt.lua "${pkgdir}/usr/share/lua/5.4/alt_getopt.lua"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list