[arch-commits] Commit in msgpack-c/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-05 Thread Baptiste Jonglez via arch-commits
Date: Friday, June 5, 2020 @ 21:44:06
  Author: zorun
Revision: 639231

archrelease: copy trunk to community-x86_64

Added:
  msgpack-c/repos/community-x86_64/PKGBUILD
(from rev 639230, msgpack-c/trunk/PKGBUILD)
Deleted:
  msgpack-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-05 21:43:54 UTC (rev 639230)
+++ PKGBUILD2020-06-05 21:44:06 UTC (rev 639231)
@@ -1,40 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Leen Jewel 
-# Contributor: Auguste Pop 
-
-pkgname=msgpack-c
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=("x86_64")
-url='https://msgpack.org/'
-license=("Apache")
-depends=("glibc")
-checkdepends=("gtest")
-makedepends=("cmake")
-source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
-sha256sums=('433cbcd741e1813db9ae4b2e192b83ac7b1d2dd7968a3e11470eacc6f4ab58d2')
-
-build() {
-  cd "msgpack-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DBUILD_SHARED_LIBS=ON \
--DMSGPACK_ENABLE_STATIC=OFF \
--DMSGPACK_CXX11=ON \
--DMSGPACK_BUILD_EXAMPLES=OFF \
--DMSGPACK_ENABLE_STATIC=OFF \
--DBUILD_SHARED_LIBS=ON \
-.
-  make
-}
-
-check() {
-  cd "msgpack-${pkgver}"
-  make test 
-}
-
-package() {
-  cd "msgpack-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: msgpack-c/repos/community-x86_64/PKGBUILD (from rev 639230, 
msgpack-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-05 21:44:06 UTC (rev 639231)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=("x86_64")
+url='https://msgpack.org/'
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
+sha256sums=('6e114d12a5ddb8cb11f669f83f32246e484a8addd0ce93f274996f1941c1f07b')
+
+build() {
+  cd "msgpack-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON \
+-DMSGPACK_ENABLE_STATIC=OFF \
+-DMSGPACK_CXX11=ON \
+-DMSGPACK_BUILD_EXAMPLES=OFF \
+.
+  make
+}
+
+check() {
+  cd "msgpack-${pkgver}"
+  make test 
+}
+
+package() {
+  cd "msgpack-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in msgpack-c/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-12-13 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 13, 2019 @ 18:31:46
  Author: zorun
Revision: 537562

archrelease: copy trunk to community-x86_64

Added:
  msgpack-c/repos/community-x86_64/PKGBUILD
(from rev 537561, msgpack-c/trunk/PKGBUILD)
Deleted:
  msgpack-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-13 18:31:37 UTC (rev 537561)
+++ PKGBUILD2019-12-13 18:31:46 UTC (rev 537562)
@@ -1,38 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Leen Jewel 
-# Contributor: Auguste Pop 
-
-pkgname=msgpack-c
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=("x86_64")
-url='http://msgpack.org/'
-license=("Apache")
-depends=("glibc")
-checkdepends=("gtest")
-makedepends=("cmake")
-source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
-sha256sums=('fbaa28c363a316fd7523f31d1745cf03eab0d1e1ea5a1c60aa0dffd4ce551afe')
-
-build() {
-  cd "msgpack-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DBUILD_SHARED_LIBS=ON \
--DMSGPACK_ENABLE_STATIC=OFF \
--DMSGPACK_CXX11=ON \
--DMSGPACK_BUILD_EXAMPLES=OFF \
-.
-  make
-}
-
-check() {
-  cd "msgpack-${pkgver}"
-  make test 
-}
-
-package() {
-  cd "msgpack-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: msgpack-c/repos/community-x86_64/PKGBUILD (from rev 537561, 
msgpack-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-13 18:31:46 UTC (rev 537562)
@@ -0,0 +1,40 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=("x86_64")
+url='https://msgpack.org/'
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
+sha256sums=('433cbcd741e1813db9ae4b2e192b83ac7b1d2dd7968a3e11470eacc6f4ab58d2')
+
+build() {
+  cd "msgpack-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON \
+-DMSGPACK_ENABLE_STATIC=OFF \
+-DMSGPACK_CXX11=ON \
+-DMSGPACK_BUILD_EXAMPLES=OFF \
+-DMSGPACK_ENABLE_STATIC=OFF \
+-DBUILD_SHARED_LIBS=ON \
+.
+  make
+}
+
+check() {
+  cd "msgpack-${pkgver}"
+  make test 
+}
+
+package() {
+  cd "msgpack-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in msgpack-c/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-31 Thread Baptiste Jonglez via arch-commits
Date: Friday, May 31, 2019 @ 15:42:04
  Author: zorun
Revision: 475942

archrelease: copy trunk to community-x86_64

Added:
  msgpack-c/repos/community-x86_64/PKGBUILD
(from rev 475941, msgpack-c/trunk/PKGBUILD)
Deleted:
  msgpack-c/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-31 15:41:47 UTC (rev 475941)
+++ PKGBUILD2019-05-31 15:42:04 UTC (rev 475942)
@@ -1,38 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Leen Jewel 
-# Contributor: Auguste Pop 
-
-pkgname=msgpack-c
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=("x86_64")
-url='http://msgpack.org/'
-license=("Apache")
-depends=("glibc")
-checkdepends=("gtest")
-makedepends=("cmake")
-source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
-sha256sums=('8592d12e19ac3796889b8358bc8f78df9272e6aa7a9ea1834bafd68e4073549a')
-
-build() {
-  cd "msgpack-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DBUILD_SHARED_LIBS=ON \
--DMSGPACK_ENABLE_STATIC=OFF \
--DMSGPACK_CXX11=ON \
--DMSGPACK_BUILD_EXAMPLES=OFF \
-.
-  make
-}
-
-check() {
-  cd "msgpack-${pkgver}"
-  make test 
-}
-
-package() {
-  cd "msgpack-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: msgpack-c/repos/community-x86_64/PKGBUILD (from rev 475941, 
msgpack-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-31 15:42:04 UTC (rev 475942)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=("x86_64")
+url='http://msgpack.org/'
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
+sha256sums=('fbaa28c363a316fd7523f31d1745cf03eab0d1e1ea5a1c60aa0dffd4ce551afe')
+
+build() {
+  cd "msgpack-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON \
+-DMSGPACK_ENABLE_STATIC=OFF \
+-DMSGPACK_CXX11=ON \
+-DMSGPACK_BUILD_EXAMPLES=OFF \
+.
+  make
+}
+
+check() {
+  cd "msgpack-${pkgver}"
+  make test 
+}
+
+package() {
+  cd "msgpack-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in msgpack-c/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-14 Thread Baptiste Jonglez via arch-commits
Date: Friday, September 14, 2018 @ 07:36:22
  Author: zorun
Revision: 380816

archrelease: copy trunk to community-x86_64

Added:
  msgpack-c/repos/community-x86_64/PKGBUILD
(from rev 380815, msgpack-c/trunk/PKGBUILD)
Deleted:
  msgpack-c/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 +++--
 1 file changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 07:36:13 UTC (rev 380815)
+++ PKGBUILD2018-09-14 07:36:22 UTC (rev 380816)
@@ -1,36 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Leen Jewel 
-# Contributor: Auguste Pop 
-
-pkgname=msgpack-c
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=("x86_64")
-url='http://msgpack.org/'
-license=("Apache")
-depends=("glibc")
-checkdepends=("gtest")
-makedepends=("cmake")
-source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
-sha256sums=('9859d44d336f9b023a79a3026bb6a558b2ea346107ab4eadba58236048650690')
-
-build() {
-  cd "msgpack-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DMSGPACK_CXX11=ON \
--DMSGPACK_BUILD_EXAMPLES=OFF \
-.
-  make
-}
-
-check() {
-  cd "msgpack-${pkgver}"
-  make test 
-}
-
-package() {
-  cd "msgpack-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: msgpack-c/repos/community-x86_64/PKGBUILD (from rev 380815, 
msgpack-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 07:36:22 UTC (rev 380816)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=("x86_64")
+url='http://msgpack.org/'
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz;)
+sha256sums=('8592d12e19ac3796889b8358bc8f78df9272e6aa7a9ea1834bafd68e4073549a')
+
+build() {
+  cd "msgpack-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON \
+-DMSGPACK_ENABLE_STATIC=OFF \
+-DMSGPACK_CXX11=ON \
+-DMSGPACK_BUILD_EXAMPLES=OFF \
+.
+  make
+}
+
+check() {
+  cd "msgpack-${pkgver}"
+  make test 
+}
+
+package() {
+  cd "msgpack-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}