[arch-commits] Commit in msgpack-c/repos (4 files)

2017-02-06 Thread Anatol Pomozov
Date: Monday, February 6, 2017 @ 20:09:52
  Author: anatolik
Revision: 210564

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  msgpack-c/repos/community-testing-i686/
  msgpack-c/repos/community-testing-i686/PKGBUILD
(from rev 210563, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-testing-x86_64/
  msgpack-c/repos/community-testing-x86_64/PKGBUILD
(from rev 210563, msgpack-c/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: msgpack-c/repos/community-testing-i686/PKGBUILD (from rev 210563, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-06 20:09:52 UTC (rev 210564)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=2.1.1
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+makedepends=(cmake)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('9e8911ae670e879c4210aa939ffcbd353c1f78c5')
+
+build() {
+  cd msgpack-c-$_tag 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DMSGPACK_CXX11=ON .
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make test 
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 210563, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-02-06 20:09:52 UTC (rev 210564)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=2.1.1
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+makedepends=(cmake)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('9e8911ae670e879c4210aa939ffcbd353c1f78c5')
+
+build() {
+  cd msgpack-c-$_tag 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DMSGPACK_CXX11=ON .
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make test 
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in msgpack-c/repos (4 files)

2017-01-10 Thread Anatol Pomozov
Date: Tuesday, January 10, 2017 @ 18:02:30
  Author: anatolik
Revision: 206616

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  msgpack-c/repos/community-testing-i686/
  msgpack-c/repos/community-testing-i686/PKGBUILD
(from rev 206615, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-testing-x86_64/
  msgpack-c/repos/community-testing-x86_64/PKGBUILD
(from rev 206615, msgpack-c/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: msgpack-c/repos/community-testing-i686/PKGBUILD (from rev 206615, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:02:30 UTC (rev 206616)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=2.1.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+makedepends=(cmake)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('24fc3456b742851dc55b94f883d96070a38f6f2f')
+
+build() {
+  cd msgpack-c-$_tag 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make test 
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 206615, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-10 18:02:30 UTC (rev 206616)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=2.1.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+makedepends=(cmake)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('24fc3456b742851dc55b94f883d96070a38f6f2f')
+
+build() {
+  cd msgpack-c-$_tag 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make test 
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in msgpack-c/repos (4 files)

2016-06-29 Thread Anatol Pomozov
Date: Wednesday, June 29, 2016 @ 23:34:09
  Author: anatolik
Revision: 181631

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  msgpack-c/repos/community-testing-i686/
  msgpack-c/repos/community-testing-i686/PKGBUILD
(from rev 181630, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-testing-x86_64/
  msgpack-c/repos/community-testing-x86_64/PKGBUILD
(from rev 181630, msgpack-c/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: msgpack-c/repos/community-testing-i686/PKGBUILD (from rev 181630, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-06-29 23:34:09 UTC (rev 181631)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=2.0.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+makedepends=(cmake)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('6da4b438ce24397553737be7ace4c994d5ec1ee5')
+
+build() {
+  cd msgpack-c-$_tag 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make test 
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 181630, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-06-29 23:34:09 UTC (rev 181631)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=2.0.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+makedepends=(cmake)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('6da4b438ce24397553737be7ace4c994d5ec1ee5')
+
+build() {
+  cd msgpack-c-$_tag 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make test 
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in msgpack-c/repos (4 files)

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 18:33:01
  Author: anatolik
Revision: 177556

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  msgpack-c/repos/community-testing-i686/
  msgpack-c/repos/community-testing-i686/PKGBUILD
(from rev 177555, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-testing-x86_64/
  msgpack-c/repos/community-testing-x86_64/PKGBUILD
(from rev 177555, msgpack-c/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: msgpack-c/repos/community-testing-i686/PKGBUILD (from rev 177555, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-31 16:33:01 UTC (rev 177556)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.4.2
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('97449205a3e962987382344fa284a83a825c6e5e')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 177555, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-05-31 16:33:01 UTC (rev 177556)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.4.2
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('97449205a3e962987382344fa284a83a825c6e5e')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in msgpack-c/repos (4 files)

2016-01-22 Thread Anatol Pomozov
Date: Saturday, January 23, 2016 @ 00:43:18
  Author: anatolik
Revision: 158633

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  msgpack-c/repos/community-testing-i686/
  msgpack-c/repos/community-testing-i686/PKGBUILD
(from rev 158632, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-testing-x86_64/
  msgpack-c/repos/community-testing-x86_64/PKGBUILD
(from rev 158632, msgpack-c/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: msgpack-c/repos/community-testing-i686/PKGBUILD (from rev 158632, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-01-22 23:43:18 UTC (rev 158633)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.4.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('1ce993992f44e5ebdd575b9829d6c1b48848c6d6')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 158632, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-01-22 23:43:18 UTC (rev 158633)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.4.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('1ce993992f44e5ebdd575b9829d6c1b48848c6d6')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in msgpack-c/repos (4 files)

2015-11-28 Thread Anatol Pomozov
Date: Saturday, November 28, 2015 @ 17:23:12
  Author: anatolik
Revision: 147903

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  msgpack-c/repos/community-testing-i686/
  msgpack-c/repos/community-testing-i686/PKGBUILD
(from rev 147902, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-testing-x86_64/
  msgpack-c/repos/community-testing-x86_64/PKGBUILD
(from rev 147902, msgpack-c/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: msgpack-c/repos/community-testing-i686/PKGBUILD (from rev 147902, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-28 16:23:12 UTC (rev 147903)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.3.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('0cd224c6a352ad2e1d518d6ff57d5868494e0567')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 147902, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-28 16:23:12 UTC (rev 147903)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.3.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('0cd224c6a352ad2e1d518d6ff57d5868494e0567')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}