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

Kyle Keen kkeen at archlinux.org
Tue Jun 28 21:47:18 UTC 2016


    Date: Tuesday, June 28, 2016 @ 21:47:18
  Author: kkeen
Revision: 181563

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

Added:
  zeromq/repos/community-i686/PKGBUILD
    (from rev 181562, zeromq/trunk/PKGBUILD)
  zeromq/repos/community-x86_64/PKGBUILD
    (from rev 181562, zeromq/trunk/PKGBUILD)
Deleted:
  zeromq/repos/community-i686/PKGBUILD
  zeromq/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  106 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   52 ---------------------
 community-x86_64/PKGBUILD |   52 ---------------------
 3 files changed, 106 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-28 21:45:37 UTC (rev 181562)
+++ community-i686/PKGBUILD	2016-06-28 21:47:18 UTC (rev 181563)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-pkgname=zeromq
-pkgver=4.1.4
-pkgrel=1
-pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 0MQ, ZMQ."
-arch=('i686' 'x86_64')
-url="http://www.zeromq.org"
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
-makedepends=('asciidoc' 'xmlto')
-options=('staticlibs')
-source=("http://download.zeromq.org/$pkgname-$pkgver.tar.gz"
-        'https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp')
-md5sums=('a611ecc93fffeb6d058c0e6edf4ad4fb'
-         '56f264ec5604a5576e0d836d89c38c77')
-
-prepare() {
-  # Needed for new libsodium
-  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr --with-pgm --with-libsodium \
-    --with-documentation --enable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # this will fail if zmq.hpp is out of date
-  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
-  rm -f test.o
-
-  # 10/63 tests fail on the build server
-  # 100% pass on my local box?
-  return 0
-  if [[ $CARCH == 'i686' ]]; then
-    return 0
-  fi
-  make -k check
-}
-
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
-}
-

Copied: zeromq/repos/community-i686/PKGBUILD (from rev 181562, zeromq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-28 21:47:18 UTC (rev 181563)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=zeromq
+pkgver=4.1.5
+pkgrel=1
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 0MQ, ZMQ."
+arch=('i686' 'x86_64')
+url="http://www.zeromq.org"
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
+options=('staticlibs')
+# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz"
+source=("https://github.com/zeromq/zeromq4-1/releases/download/v$pkgver/zeromq-$pkgver.tar.gz"
+        'https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp')
+md5sums=('e7adf4b7dbae09b28cfd10d26cd67fac'
+         '56f264ec5604a5576e0d836d89c38c77')
+
+prepare() {
+  # Needed for new libsodium
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+    --with-documentation --enable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # this will fail if zmq.hpp is out of date
+  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
+  rm -f test.o
+
+  # 10/63 tests fail on the build server
+  # 100% pass on my local box?
+  return 0
+  if [[ $CARCH == 'i686' ]]; then
+    return 0
+  fi
+  make -k check
+}
+
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-28 21:45:37 UTC (rev 181562)
+++ community-x86_64/PKGBUILD	2016-06-28 21:47:18 UTC (rev 181563)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-pkgname=zeromq
-pkgver=4.1.4
-pkgrel=1
-pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 0MQ, ZMQ."
-arch=('i686' 'x86_64')
-url="http://www.zeromq.org"
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
-makedepends=('asciidoc' 'xmlto')
-options=('staticlibs')
-source=("http://download.zeromq.org/$pkgname-$pkgver.tar.gz"
-        'https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp')
-md5sums=('a611ecc93fffeb6d058c0e6edf4ad4fb'
-         '56f264ec5604a5576e0d836d89c38c77')
-
-prepare() {
-  # Needed for new libsodium
-  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr --with-pgm --with-libsodium \
-    --with-documentation --enable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # this will fail if zmq.hpp is out of date
-  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
-  rm -f test.o
-
-  # 10/63 tests fail on the build server
-  # 100% pass on my local box?
-  return 0
-  if [[ $CARCH == 'i686' ]]; then
-    return 0
-  fi
-  make -k check
-}
-
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
-}
-

Copied: zeromq/repos/community-x86_64/PKGBUILD (from rev 181562, zeromq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-28 21:47:18 UTC (rev 181563)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=zeromq
+pkgver=4.1.5
+pkgrel=1
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 0MQ, ZMQ."
+arch=('i686' 'x86_64')
+url="http://www.zeromq.org"
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
+options=('staticlibs')
+# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz"
+source=("https://github.com/zeromq/zeromq4-1/releases/download/v$pkgver/zeromq-$pkgver.tar.gz"
+        'https://raw.githubusercontent.com/zeromq/cppzmq/014628c/zmq.hpp')
+md5sums=('e7adf4b7dbae09b28cfd10d26cd67fac'
+         '56f264ec5604a5576e0d836d89c38c77')
+
+prepare() {
+  # Needed for new libsodium
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+    --with-documentation --enable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # this will fail if zmq.hpp is out of date
+  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
+  rm -f test.o
+
+  # 10/63 tests fail on the build server
+  # 100% pass on my local box?
+  return 0
+  if [[ $CARCH == 'i686' ]]; then
+    return 0
+  fi
+  make -k check
+}
+
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+}
+



More information about the arch-commits mailing list