Date: Sunday, July 26, 2020 @ 11:46:10
  Author: daurnimator
Revision: 665333

archrelease: copy trunk to community-staging-x86_64

Added:
  lua-cqueues/repos/community-staging-x86_64/PKGBUILD
    (from rev 665332, lua-cqueues/trunk/PKGBUILD)
Deleted:
  lua-cqueues/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |  107 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 49 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-07-26 11:45:42 UTC (rev 665332)
+++ PKGBUILD    2020-07-26 11:46:10 UTC (rev 665333)
@@ -1,58 +0,0 @@
-# Maintainer: Daurnimator <[email protected]>
-
-pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues' 'lua53-cqueues')
-pkgver=20200603
-pkgrel=2
-arch=('x86_64')
-url='http://25thandclement.com/~william/projects/cqueues.html'
-license=('MIT')
-makedepends=('lua' 'lua51' 'lua52' 'lua53')
-depends=('openssl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz";
-           
"lua54.patch::https://src.fedoraproject.org/rpms/lua-cqueues/raw/5d7117c6ac061cc185f45af448845b0943577b58/f/lua-cqueues-20200603-lua-5.4.patch";)
-md5sums=('1c93648a274e780542b617d4729d4427'
-         '4eba795b85b147b2ea3fedac94bf5567')
-
-prepare() {
-       # https://github.com/wahern/cqueues/issues/239
-       # 
https://src.fedoraproject.org/rpms/lua-cqueues/c/5d7117c6ac061cc185f45af448845b0943577b58?branch=master
-       cd "cqueues-rel-$pkgver"
-       patch -p1 < ../lua54.patch
-}
-
-build() {
-       cd "cqueues-rel-$pkgver"
-       make prefix=/usr
-}
-
-package_lua-cqueues() {
-       pkgdesc='Continuation Queues: Embeddable asynchronous networking, 
threading, and notification framework for Lua 5.3'
-
-       cd "cqueues-rel-$pkgver"
-       make DESTDIR="$pkgdir" prefix=/usr install5.4
-       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua51-cqueues() {
-       pkgdesc='Continuation Queues: Embeddable asynchronous networking, 
threading, and notification framework for Lua 5.1'
-
-       cd "cqueues-rel-$pkgver"
-       make DESTDIR="$pkgdir" prefix=/usr install5.1
-       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-cqueues() {
-       pkgdesc='Continuation Queues: Embeddable asynchronous networking, 
threading, and notification framework for Lua 5.2'
-
-       cd "cqueues-rel-$pkgver"
-       make DESTDIR="$pkgdir" prefix=/usr install5.2
-       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua53-cqueues() {
-       pkgdesc='Continuation Queues: Embeddable asynchronous networking, 
threading, and notification framework for Lua 5.3'
-
-       cd "cqueues-rel-$pkgver"
-       make DESTDIR="$pkgdir" prefix=/usr install5.3
-       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: lua-cqueues/repos/community-staging-x86_64/PKGBUILD (from rev 665332, 
lua-cqueues/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-07-26 11:46:10 UTC (rev 665333)
@@ -0,0 +1,49 @@
+# Maintainer: Daurnimator <[email protected]>
+
+pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues' 'lua53-cqueues')
+pkgver=20200726
+pkgrel=1
+arch=('x86_64')
+url='http://25thandclement.com/~william/projects/cqueues.html'
+license=('MIT')
+makedepends=('lua' 'lua51' 'lua52' 'lua53')
+depends=('openssl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz";)
+md5sums=('fb21e8404cea86191e9658669eb44118')
+
+build() {
+       cd "cqueues-rel-$pkgver"
+       make prefix=/usr
+}
+
+package_lua-cqueues() {
+       pkgdesc='Continuation Queues: Embeddable asynchronous networking, 
threading, and notification framework for Lua 5.3'
+
+       cd "cqueues-rel-$pkgver"
+       make DESTDIR="$pkgdir" prefix=/usr install5.4
+       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua51-cqueues() {
+       pkgdesc='Continuation Queues: Embeddable asynchronous networking, 
threading, and notification framework for Lua 5.1'
+
+       cd "cqueues-rel-$pkgver"
+       make DESTDIR="$pkgdir" prefix=/usr install5.1
+       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua52-cqueues() {
+       pkgdesc='Continuation Queues: Embeddable asynchronous networking, 
threading, and notification framework for Lua 5.2'
+
+       cd "cqueues-rel-$pkgver"
+       make DESTDIR="$pkgdir" prefix=/usr install5.2
+       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua53-cqueues() {
+       pkgdesc='Continuation Queues: Embeddable asynchronous networking, 
threading, and notification framework for Lua 5.3'
+
+       cd "cqueues-rel-$pkgver"
+       make DESTDIR="$pkgdir" prefix=/usr install5.3
+       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to