[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-11 Thread Dan Printzell via arch-commits
Date: Wednesday, November 11, 2020 @ 20:07:09
  Author: wild
Revision: 751229

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 751228, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 20:07:04 UTC (rev 751228)
+++ PKGBUILD2020-11-11 20:07:09 UTC (rev 751229)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.6
-pkgrel=6
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Add missing file
-  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 751228, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 20:07:09 UTC (rev 751229)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=7
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-30 Thread Dan Printzell via arch-commits
Date: Sunday, August 30, 2020 @ 16:51:55
  Author: wild
Revision: 692819

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 692818, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-30 16:51:50 UTC (rev 692818)
+++ PKGBUILD2020-08-30 16:51:55 UTC (rev 692819)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.6
-pkgrel=5
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Add missing file
-  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 692818, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-30 16:51:55 UTC (rev 692819)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=6
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-01 Thread Dan Printzell via arch-commits
Date: Wednesday, July 1, 2020 @ 21:34:53
  Author: wild
Revision: 657439

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 657438, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 21:34:47 UTC (rev 657438)
+++ PKGBUILD2020-07-01 21:34:53 UTC (rev 657439)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.6
-pkgrel=4
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Add missing file
-  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 657438, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 21:34:53 UTC (rev 657439)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=5
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-28 Thread Dan Printzell via arch-commits
Date: Tuesday, April 28, 2020 @ 20:45:36
  Author: wild
Revision: 622122

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 622121, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 20:45:30 UTC (rev 622121)
+++ PKGBUILD2020-04-28 20:45:36 UTC (rev 622122)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.6
-pkgrel=3
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Add missing file
-  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 622121, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 20:45:36 UTC (rev 622122)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=4
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-08 Thread Dan Printzell via arch-commits
Date: Sunday, March 8, 2020 @ 15:55:21
  Author: wild
Revision: 592211

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 592210, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 15:55:13 UTC (rev 592210)
+++ PKGBUILD2020-03-08 15:55:21 UTC (rev 592211)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.6
-pkgrel=2
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Add missing file
-  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 592210, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 15:55:21 UTC (rev 592211)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=3
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-13 Thread Dan Printzell via arch-commits
Date: Monday, January 13, 2020 @ 15:10:55
  Author: wild
Revision: 552369

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 552368, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 -
 1 file changed, 47 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-13 15:10:49 UTC (rev 552368)
+++ PKGBUILD2020-01-13 15:10:55 UTC (rev 552369)
@@ -1,53 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.6
-pkgrel=1
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Meson forgot to add this flag when creating a shared library.
-  find . -iname "meson.build" -exec sed -i "/soversion:/a, link_args: 
'-shared'," {} \;
-
-  # Add missing file
-  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  # meson broke -soname for D in the latest update
-  sed -i "s/-soname,/=-soname=/g" build.ninja
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 552368, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-13 15:10:55 UTC (rev 552369)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=2
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-07 Thread Dan Printzell via arch-commits
Date: Thursday, November 7, 2019 @ 19:29:00
  Author: wild
Revision: 524530

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 524529, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  101 -
 1 file changed, 53 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 19:28:54 UTC (rev 524529)
+++ PKGBUILD2019-11-07 19:29:00 UTC (rev 524530)
@@ -1,48 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.5
-pkgrel=4
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
-
"fix-meson.patch::https://github.com/vibe-d/vibe.d/pull/2302/commits/b2e5f979b52ed8ae1d044c37d556fae70882917c.patch;)
-sha512sums=('de4b14087e0df0de8ccad272481987d956487e8d18ab7142c3f25e54c41820e3f24aa6307416b67ff805240316c6dedc69f89fddf377307f0d5f35b9481cecdf'
-
'33b987cd59bda57f032b2b29535c83552329051271d3b0c23bcae23da1a1b8f352055d94a9663371c01d53bbf463958497780d3c8563f6c7ab030ccb7f06081f')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -p1 < "$srcdir"/fix-meson.patch
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 524529, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 19:29:00 UTC (rev 524530)
@@ -0,0 +1,53 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=1
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Meson forgot to add this flag when creating a shared library.
+  find . -iname "meson.build" -exec sed -i "/soversion:/a, link_args: 
'-shared'," {} \;
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," 
http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  # meson broke -soname for D in the latest update
+  sed -i "s/-soname,/=-soname=/g" build.ninja
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-15 Thread Dan Printzell via arch-commits
Date: Sunday, September 15, 2019 @ 23:07:57
  Author: wild
Revision: 510828

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 510827, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-15 23:07:51 UTC (rev 510827)
+++ PKGBUILD2019-09-15 23:07:57 UTC (rev 510828)
@@ -1,48 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.5
-pkgrel=3
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
-
"fix-meson.patch::https://github.com/vibe-d/vibe.d/pull/2302/commits/b2e5f979b52ed8ae1d044c37d556fae70882917c.patch;)
-sha512sums=('de4b14087e0df0de8ccad272481987d956487e8d18ab7142c3f25e54c41820e3f24aa6307416b67ff805240316c6dedc69f89fddf377307f0d5f35b9481cecdf'
-
'33b987cd59bda57f032b2b29535c83552329051271d3b0c23bcae23da1a1b8f352055d94a9663371c01d53bbf463958497780d3c8563f6c7ab030ccb7f06081f')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -p1 < "$srcdir"/fix-meson.patch
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 510827, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-15 23:07:57 UTC (rev 510828)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.5
+pkgrel=4
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
+
"fix-meson.patch::https://github.com/vibe-d/vibe.d/pull/2302/commits/b2e5f979b52ed8ae1d044c37d556fae70882917c.patch;)
+sha512sums=('de4b14087e0df0de8ccad272481987d956487e8d18ab7142c3f25e54c41820e3f24aa6307416b67ff805240316c6dedc69f89fddf377307f0d5f35b9481cecdf'
+
'33b987cd59bda57f032b2b29535c83552329051271d3b0c23bcae23da1a1b8f352055d94a9663371c01d53bbf463958497780d3c8563f6c7ab030ccb7f06081f')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  patch -p1 < "$srcdir"/fix-meson.patch
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-07-02 Thread Dan Printzell via arch-commits
Date: Tuesday, July 2, 2019 @ 15:49:01
  Author: wild
Revision: 487293

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 487292, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-02 15:48:53 UTC (rev 487292)
+++ PKGBUILD2019-07-02 15:49:01 UTC (rev 487293)
@@ -1,48 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.5
-pkgrel=1
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
-
"fix-meson.patch::https://github.com/vibe-d/vibe.d/pull/2302/commits/b2e5f979b52ed8ae1d044c37d556fae70882917c.patch;)
-sha512sums=('de4b14087e0df0de8ccad272481987d956487e8d18ab7142c3f25e54c41820e3f24aa6307416b67ff805240316c6dedc69f89fddf377307f0d5f35b9481cecdf'
-
'33b987cd59bda57f032b2b29535c83552329051271d3b0c23bcae23da1a1b8f352055d94a9663371c01d53bbf463958497780d3c8563f6c7ab030ccb7f06081f')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -p1 < "$srcdir"/fix-meson.patch
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 487292, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-02 15:49:01 UTC (rev 487293)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.5
+pkgrel=2
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
+
"fix-meson.patch::https://github.com/vibe-d/vibe.d/pull/2302/commits/b2e5f979b52ed8ae1d044c37d556fae70882917c.patch;)
+sha512sums=('de4b14087e0df0de8ccad272481987d956487e8d18ab7142c3f25e54c41820e3f24aa6307416b67ff805240316c6dedc69f89fddf377307f0d5f35b9481cecdf'
+
'33b987cd59bda57f032b2b29535c83552329051271d3b0c23bcae23da1a1b8f352055d94a9663371c01d53bbf463958497780d3c8563f6c7ab030ccb7f06081f')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  patch -p1 < "$srcdir"/fix-meson.patch
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-14 Thread Dan Printzell via arch-commits
Date: Sunday, April 14, 2019 @ 14:42:00
  Author: wild
Revision: 451630

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 451629, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   99 +
 1 file changed, 48 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 14:41:48 UTC (rev 451629)
+++ PKGBUILD2019-04-14 14:42:00 UTC (rev 451630)
@@ -1,51 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.4
-pkgrel=4
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
-"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch;)
-sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
-
'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable failing tests
-  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
-
-   patch -p1 < "$srcdir"/fix-aa-tests.patch
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 451629, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 14:42:00 UTC (rev 451630)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.5
+pkgrel=1
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
+
"fix-meson.patch::https://github.com/vibe-d/vibe.d/pull/2302/commits/b2e5f979b52ed8ae1d044c37d556fae70882917c.patch;)
+sha512sums=('de4b14087e0df0de8ccad272481987d956487e8d18ab7142c3f25e54c41820e3f24aa6307416b67ff805240316c6dedc69f89fddf377307f0d5f35b9481cecdf'
+
'33b987cd59bda57f032b2b29535c83552329051271d3b0c23bcae23da1a1b8f352055d94a9663371c01d53bbf463958497780d3c8563f6c7ab030ccb7f06081f')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  patch -p1 < "$srcdir"/fix-meson.patch
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-19 Thread Dan Printzell via arch-commits
Date: Wednesday, December 19, 2018 @ 23:50:39
  Author: wild
Revision: 416819

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 416818, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-19 23:50:24 UTC (rev 416818)
+++ PKGBUILD2018-12-19 23:50:39 UTC (rev 416819)
@@ -1,51 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.4
-pkgrel=3
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
-"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch;)
-sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
-
'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable failing tests
-  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
-
-   patch -p1 < "$srcdir"/fix-aa-tests.patch
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 416818, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-19 23:50:39 UTC (rev 416819)
@@ -0,0 +1,51 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.4
+pkgrel=4
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
+"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch;)
+sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
+
'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Disable failing tests
+  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
+
+   patch -p1 < "$srcdir"/fix-aa-tests.patch
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-13 Thread Dan Printzell via arch-commits
Date: Sunday, October 14, 2018 @ 00:29:11
  Author: wild
Revision: 393381

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 393380, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 +++--
 1 file changed, 51 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-14 00:28:55 UTC (rev 393380)
+++ PKGBUILD2018-10-14 00:29:11 UTC (rev 393381)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.4
-pkgrel=2
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable failing tests
-  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 393380, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-14 00:29:11 UTC (rev 393381)
@@ -0,0 +1,51 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.4
+pkgrel=3
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;
+"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch;)
+sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
+
'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Disable failing tests
+  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
+
+   patch -p1 < "$srcdir"/fix-aa-tests.patch
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-13 Thread Dan Printzell via arch-commits
Date: Sunday, October 14, 2018 @ 00:23:33
  Author: wild
Revision: 393379

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
(from rev 393378, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   95 ++---
 1 file changed, 47 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-14 00:23:21 UTC (rev 393378)
+++ PKGBUILD2018-10-14 00:23:33 UTC (rev 393379)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.4
-pkgrel=1
-pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
-sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable failing tests
-  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 393378, 
vibe-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-14 00:23:33 UTC (rev 393379)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.4
+pkgrel=2
+pkgdesc='High-performance asynchronous I/O, concurrency and web application 
toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz;)
+sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Disable failing tests
+  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+