[arch-commits] Commit in ocaml-biniou/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-24 Thread Jürgen Hötzel via arch-commits
Date: Saturday, August 24, 2019 @ 12:39:38
  Author: juergen
Revision: 501484

archrelease: copy trunk to community-x86_64

Added:
  ocaml-biniou/repos/community-x86_64/PKGBUILD
(from rev 501483, ocaml-biniou/trunk/PKGBUILD)
Deleted:
  ocaml-biniou/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-24 12:39:30 UTC (rev 501483)
+++ PKGBUILD2019-08-24 12:39:38 UTC (rev 501484)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=biniou
-pkgname=ocaml-${_pkgname}
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="An optimized parsing and printing library for JSON"
-arch=('x86_64')
-url="https://github.com/ocaml-community/${_pkgname}";
-license=('BSD')
-options=('!strip' 'staticlibs')
-depends=('ocaml-easy-format')
-makedepends=('dune')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('9e38566ede8f2593f9f743fb7da1c8a8674451eabe326b3e2b42a87834a66cb5')
-
-build() {
-cd ${_pkgname}-${pkgver}
-make all
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="$(ocamlfind 
printconf destdir)"
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-rm -r "${pkgdir}"/usr/doc
-}

Copied: ocaml-biniou/repos/community-x86_64/PKGBUILD (from rev 501483, 
ocaml-biniou/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-24 12:39:38 UTC (rev 501484)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=biniou
+pkgname=ocaml-${_pkgname}
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="An optimized parsing and printing library for JSON"
+arch=('x86_64')
+url="https://github.com/ocaml-community/${_pkgname}";
+license=('BSD')
+options=('!strip' 'staticlibs')
+depends=('ocaml-easy-format')
+makedepends=('dune')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('9e38566ede8f2593f9f743fb7da1c8a8674451eabe326b3e2b42a87834a66cb5')
+
+build() {
+cd ${_pkgname}-${pkgver}
+make all
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="$(ocamlfind 
printconf destdir)"
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm -r "${pkgdir}"/usr/doc
+}


[arch-commits] Commit in ocaml-biniou/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-15 Thread Jürgen Hötzel via arch-commits
Date: Friday, August 16, 2019 @ 06:18:27
  Author: juergen
Revision: 499722

archrelease: copy trunk to community-x86_64

Added:
  ocaml-biniou/repos/community-x86_64/PKGBUILD
(from rev 499721, ocaml-biniou/trunk/PKGBUILD)
Deleted:
  ocaml-biniou/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-16 06:18:04 UTC (rev 499721)
+++ PKGBUILD2019-08-16 06:18:27 UTC (rev 499722)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=biniou
-pkgname=ocaml-${_pkgname}
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="An optimized parsing and printing library for JSON"
-arch=('x86_64')
-url="https://github.com/mjambon/${_pkgname}";
-license=('BSD')
-options=('!strip' 'staticlibs')
-depends=('ocaml-easy-format')
-makedepends=('dune')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
-
-build() {
-cd ${_pkgname}-${pkgver}
-make all
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="$(ocamlfind 
printconf destdir)"
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-rm -r "${pkgdir}"/usr/doc
-}

Copied: ocaml-biniou/repos/community-x86_64/PKGBUILD (from rev 499721, 
ocaml-biniou/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-16 06:18:27 UTC (rev 499722)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=biniou
+pkgname=ocaml-${_pkgname}
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="An optimized parsing and printing library for JSON"
+arch=('x86_64')
+url="https://github.com/ocaml-community/${_pkgname}";
+license=('BSD')
+options=('!strip' 'staticlibs')
+depends=('ocaml-easy-format')
+makedepends=('dune')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('9e38566ede8f2593f9f743fb7da1c8a8674451eabe326b3e2b42a87834a66cb5')
+
+build() {
+cd ${_pkgname}-${pkgver}
+make all
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="$(ocamlfind 
printconf destdir)"
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm -r "${pkgdir}"/usr/doc
+}


[arch-commits] Commit in ocaml-biniou/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-28 Thread Jürgen Hötzel via arch-commits
Date: Thursday, November 29, 2018 @ 07:15:24
  Author: juergen
Revision: 410509

archrelease: copy trunk to community-x86_64

Added:
  ocaml-biniou/repos/community-x86_64/PKGBUILD
(from rev 410508, ocaml-biniou/trunk/PKGBUILD)
Deleted:
  ocaml-biniou/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 +
 1 file changed, 32 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-29 07:15:15 UTC (rev 410508)
+++ PKGBUILD2018-11-29 07:15:24 UTC (rev 410509)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=biniou
-pkgname=ocaml-${_pkgname}
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="An optimized parsing and printing library for JSON"
-arch=('x86_64')
-url="https://github.com/mjambon/${_pkgname}";
-license=('BSD')
-options=('!strip' 'staticlibs')
-depends=('ocaml-easy-format')
-makedepends=('dune')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
-
-build() {
-cd ${_pkgname}-${pkgver}
-make all
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-# Work around install command
-dune install --prefix="${pkgdir}"/usr/ --libdir="${pkgdir}$(ocamlfind 
printconf destdir)"
-rm -r "${pkgdir}"/usr/doc
-# Install LICENSE
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: ocaml-biniou/repos/community-x86_64/PKGBUILD (from rev 410508, 
ocaml-biniou/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-29 07:15:24 UTC (rev 410509)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=biniou
+pkgname=ocaml-${_pkgname}
+pkgver=1.2.0
+pkgrel=4
+pkgdesc="An optimized parsing and printing library for JSON"
+arch=('x86_64')
+url="https://github.com/mjambon/${_pkgname}";
+license=('BSD')
+options=('!strip' 'staticlibs')
+depends=('ocaml-easy-format')
+makedepends=('dune')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
+
+build() {
+cd ${_pkgname}-${pkgver}
+make all
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="$(ocamlfind 
printconf destdir)"
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm -r "${pkgdir}"/usr/doc
+}


[arch-commits] Commit in ocaml-biniou/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-29 Thread Bruno Pagani via arch-commits
Date: Monday, October 29, 2018 @ 16:02:31
  Author: archange
Revision: 399440

archrelease: copy trunk to community-x86_64

Added:
  ocaml-biniou/repos/community-x86_64/PKGBUILD
(from rev 399439, ocaml-biniou/trunk/PKGBUILD)
Deleted:
  ocaml-biniou/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   73 -
 1 file changed, 34 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 16:02:18 UTC (rev 399439)
+++ PKGBUILD2018-10-29 16:02:31 UTC (rev 399440)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=biniou
-pkgname=ocaml-${_pkgname}
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="An optimized parsing and printing library for JSON"
-arch=('x86_64')
-url="https://github.com/mjambon/${_pkgname}";
-license=('BSD')
-options=('!strip' 'staticlibs')
-depends=('ocaml-easy-format')
-makedepends=('ocaml-findlib' 'dune' 'opam')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
-
-build() {
-cd ${_pkgname}-${pkgver}
-make all
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-
-# Initialize OPAM
-export OPAMROOT="${srcdir}"/opam
-opam init -n
-
-# Work around missing install command
-OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" jbuilder 
install
-
-# Install LICENSE
-install -Dm644 "${srcdir}"/opam/system/doc/${_pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: ocaml-biniou/repos/community-x86_64/PKGBUILD (from rev 399439, 
ocaml-biniou/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 16:02:31 UTC (rev 399440)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=biniou
+pkgname=ocaml-${_pkgname}
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="An optimized parsing and printing library for JSON"
+arch=('x86_64')
+url="https://github.com/mjambon/${_pkgname}";
+license=('BSD')
+options=('!strip' 'staticlibs')
+depends=('ocaml-easy-format')
+makedepends=('dune')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
+
+build() {
+cd ${_pkgname}-${pkgver}
+make all
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+# Work around install command
+dune install --prefix="${pkgdir}"/usr/ --libdir="${pkgdir}$(ocamlfind 
printconf destdir)"
+rm -r "${pkgdir}"/usr/doc
+# Install LICENSE
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in ocaml-biniou/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-14 Thread Jürgen Hötzel via arch-commits
Date: Tuesday, August 14, 2018 @ 15:59:10
  Author: juergen
Revision: 371595

archrelease: copy trunk to community-x86_64

Added:
  ocaml-biniou/repos/community-x86_64/PKGBUILD
(from rev 371594, ocaml-biniou/trunk/PKGBUILD)
Deleted:
  ocaml-biniou/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-14 15:58:48 UTC (rev 371594)
+++ PKGBUILD2018-08-14 15:59:10 UTC (rev 371595)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=biniou
-pkgname=ocaml-${_pkgname}
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="An optimized parsing and printing library for JSON"
-arch=('x86_64')
-url="https://github.com/mjambon/${_pkgname}";
-license=('BSD')
-options=('!strip' 'staticlibs')
-depends=('ocaml-easy-format')
-makedepends=('ocaml-findlib' 'dune' 'opam')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
-
-build() {
-cd ${_pkgname}-${pkgver}
-make all
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-
-# Initialize OPAM
-export OPAMROOT="${srcdir}"/opam
-opam init -n
-
-# Work around missing install command
-OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" jbuilder 
install
-
-# Install LICENSE
-install -Dm644 "${srcdir}"/opam/system/doc/${_pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: ocaml-biniou/repos/community-x86_64/PKGBUILD (from rev 371594, 
ocaml-biniou/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-14 15:59:10 UTC (rev 371595)
@@ -0,0 +1,39 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=biniou
+pkgname=ocaml-${_pkgname}
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="An optimized parsing and printing library for JSON"
+arch=('x86_64')
+url="https://github.com/mjambon/${_pkgname}";
+license=('BSD')
+options=('!strip' 'staticlibs')
+depends=('ocaml-easy-format')
+makedepends=('ocaml-findlib' 'dune' 'opam')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36')
+
+build() {
+cd ${_pkgname}-${pkgver}
+make all
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+
+# Initialize OPAM
+export OPAMROOT="${srcdir}"/opam
+opam init -n
+
+# Work around missing install command
+OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" jbuilder 
install
+
+# Install LICENSE
+install -Dm644 "${srcdir}"/opam/system/doc/${_pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}