Date: Monday, April 24, 2017 @ 20:19:08
  Author: foutrelis
Revision: 225209

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

Added:
  yaz/repos/community-staging-i686/
  yaz/repos/community-staging-i686/PKGBUILD
    (from rev 225208, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
    (from rev 225208, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
    (from rev 225208, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
    (from rev 225208, yaz/trunk/yaz.changelog)

----------------------------------------+
 community-staging-i686/PKGBUILD        |   35 +++++++++++++++++++
 community-staging-i686/yaz.changelog   |   56 +++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD      |   35 +++++++++++++++++++
 community-staging-x86_64/yaz.changelog |   56 +++++++++++++++++++++++++++++++
 4 files changed, 182 insertions(+)

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 225208, 
yaz/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-04-24 20:19:08 UTC (rev 225209)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Ray Rashif <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: William Rea <[email protected]>
+# Contributor: Robert Emil Berge <[email protected]>
+
+pkgname=yaz
+pkgver=5.21.0
+pkgrel=2
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('i686' 'x86_64')
+url="http://www.indexdata.dk/yaz";
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('433abc999399af282691df81f6efa81c6b897d031bb710580423969d5d5c7400')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-i686/yaz.changelog (from rev 225208, 
yaz/trunk/yaz.changelog)
===================================================================
--- community-staging-i686/yaz.changelog                                (rev 0)
+++ community-staging-i686/yaz.changelog        2017-04-24 20:19:08 UTC (rev 
225209)
@@ -0,0 +1,56 @@
+2017-04-06 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.21.0-1
+
+2017-02-21 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.20.2-1
+
+2017-01-10 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.20.0-1
+
+2016-12-17 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.19.0-1
+
+2016-11-06 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.18.0-2 readline 7.0 rebuild
+
+2016-10-17 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.18.0-1
+
+2016-10-04 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.17.0-1
+
+2016-04-30 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.16.0-1
+
+2016-01-16 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.15.2-1
+
+2015-12-04 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.15.1-1
+
+2015-10-05 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.14.11-1
+
+2014-12-30 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.7.2-1
+
+2014-10-21 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.4.4-1
+
+2014-05-25 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau <[email protected]>
+       * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau <[email protected]>
+       * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 225208, 
yaz/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-24 20:19:08 UTC (rev 225209)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Ray Rashif <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: William Rea <[email protected]>
+# Contributor: Robert Emil Berge <[email protected]>
+
+pkgname=yaz
+pkgver=5.21.0
+pkgrel=2
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('i686' 'x86_64')
+url="http://www.indexdata.dk/yaz";
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('433abc999399af282691df81f6efa81c6b897d031bb710580423969d5d5c7400')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-x86_64/yaz.changelog (from rev 225208, 
yaz/trunk/yaz.changelog)
===================================================================
--- community-staging-x86_64/yaz.changelog                              (rev 0)
+++ community-staging-x86_64/yaz.changelog      2017-04-24 20:19:08 UTC (rev 
225209)
@@ -0,0 +1,56 @@
+2017-04-06 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.21.0-1
+
+2017-02-21 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.20.2-1
+
+2017-01-10 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.20.0-1
+
+2016-12-17 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.19.0-1
+
+2016-11-06 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.18.0-2 readline 7.0 rebuild
+
+2016-10-17 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.18.0-1
+
+2016-10-04 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.17.0-1
+
+2016-04-30 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.16.0-1
+
+2016-01-16 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.15.2-1
+
+2015-12-04 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.15.1-1
+
+2015-10-05 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.14.11-1
+
+2014-12-30 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.7.2-1
+
+2014-10-21 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.4.4-1
+
+2014-05-25 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau <[email protected]>
+       * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau <[email protected]>
+       * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau <[email protected]>
+       * yaz 4.2.49-1

Reply via email to