[arch-commits] Commit in yaz/repos (6 files)

2017-05-30 Thread Jaroslav Lichtblau
Date: Tuesday, May 30, 2017 @ 17:07:58
  Author: jlichtblau
Revision: 231387

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

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

+
 /PKGBUILD  |   35 ++
 /yaz.changelog |   62 +++
 community-i686/PKGBUILD|   35 --
 community-i686/yaz.changelog   |   62 ---
 community-x86_64/PKGBUILD  |   35 ++
 community-x86_64/yaz.changelog |   62 +++
 6 files changed, 194 insertions(+), 97 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-30 17:01:26 UTC (rev 231386)
+++ community-i686/PKGBUILD 2017-05-30 17:07:58 UTC (rev 231387)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.22.0
-pkgrel=1
-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=('a96e788f480f2dcee361678fa308ad308a97d3bcc050c306ec92890e7067e016')
-
-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-i686/PKGBUILD (from rev 231386, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-30 17:07:58 UTC (rev 231387)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.22.0
+pkgrel=1
+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=('a96e788f480f2dcee361678fa308ad308a97d3bcc050c306ec92890e7067e016')
+
+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
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2017-05-30 17:01:26 UTC (rev 231386)
+++ community-i686/yaz.changelog2017-05-30 17:07:58 UTC (rev 231387)
@@ -1,62 +0,0 @@
-2017-05-30 Jaroslav Lichtblau 
-   * yaz 5.22.0-1
-
-2017-05-08 Jaroslav Lichtblau 
-   * yaz 5.21.1-1
-
-2017-04-06 Jaroslav Lichtblau 
-   * yaz 5.21.0-1
-
-2017-02-21 Jaroslav Lichtblau 
-   * yaz 5.20.2-1
-
-2017-01-10 Jaroslav Lichtblau 
-   * yaz 5.20.0-1
-
-2016-12-17 Jaroslav Lichtblau 
-   * yaz 5.19.0-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * yaz 5.18.0-2 readline 7.0 rebuild
-
-2016-10-17 Jaroslav Lichtblau 
-   * yaz 5.18.0-1
-
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav 

[arch-commits] Commit in yaz/repos (6 files)

2017-05-30 Thread Jaroslav Lichtblau
Date: Tuesday, May 30, 2017 @ 17:00:32
  Author: jlichtblau
Revision: 231360

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

Added:
  yaz/repos/community-i686/PKGBUILD
(from rev 231353, yaz/trunk/PKGBUILD)
  yaz/repos/community-i686/yaz.changelog
(from rev 231354, yaz/trunk/yaz.changelog)
Deleted:
  yaz/repos/community-i686/PKGBUILD
  yaz/repos/community-i686/yaz.changelog
  yaz/repos/community-x86_64/PKGBUILD
  yaz/repos/community-x86_64/yaz.changelog

+
 /PKGBUILD  |   35 ++
 /yaz.changelog |   62 +++
 community-i686/PKGBUILD|   35 --
 community-i686/yaz.changelog   |   59 -
 community-x86_64/PKGBUILD  |   35 --
 community-x86_64/yaz.changelog |   59 -
 6 files changed, 97 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-30 17:00:30 UTC (rev 231359)
+++ community-i686/PKGBUILD 2017-05-30 17:00:32 UTC (rev 231360)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.21.1
-pkgrel=1
-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=('cca7a74b848e8ff35f812f162c2bcb895754281da405cb22a4a1b951b5a0d396')
-
-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-i686/PKGBUILD (from rev 231353, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-30 17:00:32 UTC (rev 231360)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.22.0
+pkgrel=1
+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=('a96e788f480f2dcee361678fa308ad308a97d3bcc050c306ec92890e7067e016')
+
+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
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2017-05-30 17:00:30 UTC (rev 231359)
+++ community-i686/yaz.changelog2017-05-30 17:00:32 UTC (rev 231360)
@@ -1,59 +0,0 @@
-2017-05-08 Jaroslav Lichtblau 
-   * yaz 5.21.1-1
-
-2017-04-06 Jaroslav Lichtblau 
-   * yaz 5.21.0-1
-
-2017-02-21 Jaroslav Lichtblau 
-   * yaz 5.20.2-1
-
-2017-01-10 Jaroslav Lichtblau 
-   * yaz 5.20.0-1
-
-2016-12-17 Jaroslav Lichtblau 
-   * yaz 5.19.0-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * yaz 5.18.0-2 readline 7.0 rebuild
-
-2016-10-17 Jaroslav Lichtblau 
-   * yaz 5.18.0-1
-
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 

[arch-commits] Commit in yaz/repos (6 files)

2017-05-08 Thread Jaroslav Lichtblau
Date: Monday, May 8, 2017 @ 17:19:21
  Author: jlichtblau
Revision: 227352

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

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

+
 /PKGBUILD  |   35 +++
 /yaz.changelog |   59 +++
 community-i686/PKGBUILD|   35 ---
 community-i686/yaz.changelog   |   59 ---
 community-x86_64/PKGBUILD  |   35 +++
 community-x86_64/yaz.changelog |   59 +++
 6 files changed, 188 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-08 17:03:13 UTC (rev 227351)
+++ community-i686/PKGBUILD 2017-05-08 17:19:21 UTC (rev 227352)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.21.1
-pkgrel=1
-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=('cca7a74b848e8ff35f812f162c2bcb895754281da405cb22a4a1b951b5a0d396')
-
-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-i686/PKGBUILD (from rev 227351, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-08 17:19:21 UTC (rev 227352)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.21.1
+pkgrel=1
+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=('cca7a74b848e8ff35f812f162c2bcb895754281da405cb22a4a1b951b5a0d396')
+
+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
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2017-05-08 17:03:13 UTC (rev 227351)
+++ community-i686/yaz.changelog2017-05-08 17:19:21 UTC (rev 227352)
@@ -1,59 +0,0 @@
-2017-05-08 Jaroslav Lichtblau 
-   * yaz 5.21.1-1
-
-2017-04-06 Jaroslav Lichtblau 
-   * yaz 5.21.0-1
-
-2017-02-21 Jaroslav Lichtblau 
-   * yaz 5.20.2-1
-
-2017-01-10 Jaroslav Lichtblau 
-   * yaz 5.20.0-1
-
-2016-12-17 Jaroslav Lichtblau 
-   * yaz 5.19.0-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * yaz 5.18.0-2 readline 7.0 rebuild
-
-2016-10-17 Jaroslav Lichtblau 
-   * yaz 5.18.0-1
-
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav 

[arch-commits] Commit in yaz/repos (6 files)

2017-05-08 Thread Jaroslav Lichtblau
Date: Monday, May 8, 2017 @ 17:00:01
  Author: jlichtblau
Revision: 227349

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

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

+
 /PKGBUILD  |   35 +++
 /yaz.changelog |   59 +++
 community-i686/PKGBUILD|   35 ---
 community-i686/yaz.changelog   |   56 -
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/yaz.changelog |   56 -
 6 files changed, 94 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-08 16:59:47 UTC (rev 227348)
+++ community-i686/PKGBUILD 2017-05-08 17:00:01 UTC (rev 227349)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-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-i686/PKGBUILD (from rev 227348, yaz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-08 17:00:01 UTC (rev 227349)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.21.1
+pkgrel=1
+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=('cca7a74b848e8ff35f812f162c2bcb895754281da405cb22a4a1b951b5a0d396')
+
+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
+}

Deleted: community-i686/yaz.changelog
===
--- community-i686/yaz.changelog2017-05-08 16:59:47 UTC (rev 227348)
+++ community-i686/yaz.changelog2017-05-08 17:00:01 UTC (rev 227349)
@@ -1,56 +0,0 @@
-2017-04-06 Jaroslav Lichtblau 
-   * yaz 5.21.0-1
-
-2017-02-21 Jaroslav Lichtblau 
-   * yaz 5.20.2-1
-
-2017-01-10 Jaroslav Lichtblau 
-   * yaz 5.20.0-1
-
-2016-12-17 Jaroslav Lichtblau 
-   * yaz 5.19.0-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * yaz 5.18.0-2 readline 7.0 rebuild
-
-2016-10-17 Jaroslav Lichtblau 
-   * yaz 5.18.0-1
-
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 
-   * yaz 5.7.2-1
-
-2014-10-21 Jaroslav Lichtblau 

[arch-commits] Commit in yaz/repos (6 files)

2017-04-24 Thread Evangelos Foutras
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 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+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.changelog2017-04-24 20:19:08 UTC (rev 
225209)
@@ -0,0 +1,56 @@
+2017-04-06 Jaroslav Lichtblau 
+   * yaz 5.21.0-1
+
+2017-02-21 Jaroslav Lichtblau 
+   * yaz 5.20.2-1
+
+2017-01-10 Jaroslav Lichtblau 
+   * yaz 5.20.0-1
+
+2016-12-17 Jaroslav Lichtblau 
+   * yaz 5.19.0-1
+
+2016-11-06 Jaroslav Lichtblau 
+   * yaz 5.18.0-2 readline 7.0 rebuild
+
+2016-10-17 Jaroslav Lichtblau 
+   * yaz 5.18.0-1
+
+2016-10-04 Jaroslav Lichtblau 
+   * yaz 5.17.0-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * yaz 5.16.0-1
+
+2016-01-16 Jaroslav Lichtblau 
+   * yaz 5.15.2-1
+
+2015-12-04 Jaroslav Lichtblau 
+   * yaz 5.15.1-1
+
+2015-10-05 Jaroslav Lichtblau 
+   * yaz 5.14.11-1
+
+2014-12-30 Jaroslav Lichtblau 
+   * yaz 5.7.2-1
+
+2014-10-21 Jaroslav Lichtblau 
+   * yaz 5.4.4-1
+
+2014-05-25 Jaroslav Lichtblau 
+   * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau 
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau 
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau 
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau 
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau 
+   * 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 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+

[arch-commits] Commit in yaz/repos (6 files)

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 12:23:37
  Author: foutrelis
Revision: 196888

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 196887, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
(from rev 196887, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
(from rev 196887, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
(from rev 196887, yaz/trunk/yaz.changelog)

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

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 196887, 
yaz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 12:23:37 UTC (rev 196888)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.18.0
+pkgrel=3
+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=('b37ebbfc5b88ddb4fc5d8aefca345b48acac196211d35b11f292aafe636f660c')
+
+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 196887, 
yaz/trunk/yaz.changelog)
===
--- community-staging-i686/yaz.changelog(rev 0)
+++ community-staging-i686/yaz.changelog2016-11-26 12:23:37 UTC (rev 
196888)
@@ -0,0 +1,44 @@
+2016-11-06 Jaroslav Lichtblau 
+   * yaz 5.18.0-2 readline 7.0 rebuild
+
+2016-10-17 Jaroslav Lichtblau 
+   * yaz 5.18.0-1
+
+2016-10-04 Jaroslav Lichtblau 
+   * yaz 5.17.0-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * yaz 5.16.0-1
+
+2016-01-16 Jaroslav Lichtblau 
+   * yaz 5.15.2-1
+
+2015-12-04 Jaroslav Lichtblau 
+   * yaz 5.15.1-1
+
+2015-10-05 Jaroslav Lichtblau 
+   * yaz 5.14.11-1
+
+2014-12-30 Jaroslav Lichtblau 
+   * yaz 5.7.2-1
+
+2014-10-21 Jaroslav Lichtblau 
+   * yaz 5.4.4-1
+
+2014-05-25 Jaroslav Lichtblau 
+   * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau 
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau 
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau 
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau 
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau 
+   * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 196887, 
yaz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-26 12:23:37 UTC (rev 196888)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.18.0
+pkgrel=3
+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

[arch-commits] Commit in yaz/repos (6 files)

2016-11-06 Thread Jaroslav Lichtblau
Date: Sunday, November 6, 2016 @ 20:17:03
  Author: jlichtblau
Revision: 194790

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 194788, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
(from rev 194789, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
(from rev 194789, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
(from rev 194789, yaz/trunk/yaz.changelog)

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

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 194788, 
yaz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:17:03 UTC (rev 194790)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.18.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=('b37ebbfc5b88ddb4fc5d8aefca345b48acac196211d35b11f292aafe636f660c')
+
+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 194789, 
yaz/trunk/yaz.changelog)
===
--- community-staging-i686/yaz.changelog(rev 0)
+++ community-staging-i686/yaz.changelog2016-11-06 20:17:03 UTC (rev 
194790)
@@ -0,0 +1,44 @@
+2016-11-06 Jaroslav Lichtblau 
+   * yaz 5.18.0-2 readline 7.0 rebuild
+
+2016-10-17 Jaroslav Lichtblau 
+   * yaz 5.18.0-1
+
+2016-10-04 Jaroslav Lichtblau 
+   * yaz 5.17.0-1
+
+2016-04-30 Jaroslav Lichtblau 
+   * yaz 5.16.0-1
+
+2016-01-16 Jaroslav Lichtblau 
+   * yaz 5.15.2-1
+
+2015-12-04 Jaroslav Lichtblau 
+   * yaz 5.15.1-1
+
+2015-10-05 Jaroslav Lichtblau 
+   * yaz 5.14.11-1
+
+2014-12-30 Jaroslav Lichtblau 
+   * yaz 5.7.2-1
+
+2014-10-21 Jaroslav Lichtblau 
+   * yaz 5.4.4-1
+
+2014-05-25 Jaroslav Lichtblau 
+   * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau 
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau 
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau 
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau 
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau 
+   * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 194789, 
yaz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 20:17:03 UTC (rev 194790)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.18.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

[arch-commits] Commit in yaz/repos (6 files)

2015-11-01 Thread Evangelos Foutras
Date: Sunday, November 1, 2015 @ 11:14:57
  Author: foutrelis
Revision: 145410

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 145409, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
(from rev 145409, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
(from rev 145409, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
(from rev 145409, yaz/trunk/yaz.changelog)

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

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 145409, 
yaz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-01 10:14:57 UTC (rev 145410)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.7.2
+pkgrel=4
+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=('377fabadf79c840042ba59bc4fce69c3f3e80952e5b8f8a2031a65abd5e1e8d3')
+
+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 145409, 
yaz/trunk/yaz.changelog)
===
--- community-staging-i686/yaz.changelog(rev 0)
+++ community-staging-i686/yaz.changelog2015-11-01 10:14:57 UTC (rev 
145410)
@@ -0,0 +1,23 @@
+2014-12-30 Jaroslav Lichtblau 
+   * yaz 5.7.2-1
+
+2014-10-21 Jaroslav Lichtblau 
+   * yaz 5.4.4-1
+
+2014-05-25 Jaroslav Lichtblau 
+   * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau 
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau 
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau 
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau 
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau 
+   * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 145409, 
yaz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-01 10:14:57 UTC (rev 145410)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.7.2
+pkgrel=4
+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=('377fabadf79c840042ba59bc4fce69c3f3e80952e5b8f8a2031a65abd5e1e8d3')
+
+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 145409, 
yaz/trunk/yaz.changelog)
===
--- community-staging-x86_64/yaz.changelog  

[arch-commits] Commit in yaz/repos (6 files)

2015-04-13 Thread Evangelos Foutras
Date: Tuesday, April 14, 2015 @ 02:04:42
  Author: foutrelis
Revision: 131330

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 131329, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
(from rev 131329, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
(from rev 131329, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
(from rev 131329, yaz/trunk/yaz.changelog)

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

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 131329, 
yaz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-14 00:04:42 UTC (rev 131330)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.7.2
+pkgrel=3
+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=('377fabadf79c840042ba59bc4fce69c3f3e80952e5b8f8a2031a65abd5e1e8d3')
+
+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 131329, 
yaz/trunk/yaz.changelog)
===
--- community-staging-i686/yaz.changelog(rev 0)
+++ community-staging-i686/yaz.changelog2015-04-14 00:04:42 UTC (rev 
131330)
@@ -0,0 +1,23 @@
+2014-12-30 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.7.2-1
+
+2014-10-21 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.4.4-1
+
+2014-05-25 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 131329, 
yaz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-14 00:04:42 UTC (rev 131330)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.7.2
+pkgrel=3
+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=('377fabadf79c840042ba59bc4fce69c3f3e80952e5b8f8a2031a65abd5e1e8d3')
+
+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 131329, 
yaz/trunk/yaz.changelog)
===
--- community-staging-x86_64/yaz.changelog  (rev 0)
+++ community-staging-x86_64/yaz.changelog  

[arch-commits] Commit in yaz/repos (6 files)

2015-04-08 Thread Laurent Carlier
Date: Wednesday, April 8, 2015 @ 22:34:00
  Author: lcarlier
Revision: 130970

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 130969, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
(from rev 130969, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
(from rev 130969, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
(from rev 130969, yaz/trunk/yaz.changelog)

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

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 130969, 
yaz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-08 20:34:00 UTC (rev 130970)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.7.2
+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=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('377fabadf79c840042ba59bc4fce69c3f3e80952e5b8f8a2031a65abd5e1e8d3')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz --with-openssl=/usr
+  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 130969, 
yaz/trunk/yaz.changelog)
===
--- community-staging-i686/yaz.changelog(rev 0)
+++ community-staging-i686/yaz.changelog2015-04-08 20:34:00 UTC (rev 
130970)
@@ -0,0 +1,23 @@
+2014-12-30 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.7.2-1
+
+2014-10-21 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.4.4-1
+
+2014-05-25 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 130969, 
yaz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-08 20:34:00 UTC (rev 130970)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.7.2
+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=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('377fabadf79c840042ba59bc4fce69c3f3e80952e5b8f8a2031a65abd5e1e8d3')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz --with-openssl=/usr
+  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 130969, 
yaz/trunk/yaz.changelog)
===
--- community-staging-x86_64/yaz.changelog  (rev 0)
+++ 

[arch-commits] Commit in yaz/repos (6 files)

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 17:46:15
  Author: jelle
Revision: 120899

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 120897, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
(from rev 120897, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
(from rev 120897, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
(from rev 120897, yaz/trunk/yaz.changelog)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/yaz.changelog   |   17 ++
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/yaz.changelog |   17 ++
 4 files changed, 106 insertions(+)

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 120897, 
yaz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 15:46:15 UTC (rev 120899)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.1.1
+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=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('473fb0c8061cf9f084fa85685879f99bb711df4c336a8be6402fbe6721b0d6ed')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-i686/yaz.changelog (from rev 120897, 
yaz/trunk/yaz.changelog)
===
--- community-staging-i686/yaz.changelog(rev 0)
+++ community-staging-i686/yaz.changelog2014-10-17 15:46:15 UTC (rev 
120899)
@@ -0,0 +1,17 @@
+2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 120897, 
yaz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-17 15:46:15 UTC (rev 120899)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.1.1
+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=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('473fb0c8061cf9f084fa85685879f99bb711df4c336a8be6402fbe6721b0d6ed')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-x86_64/yaz.changelog (from rev 120897, 
yaz/trunk/yaz.changelog)
===
--- community-staging-x86_64/yaz.changelog  (rev 0)
+++ community-staging-x86_64/yaz.changelog  2014-10-17 15:46:15 UTC (rev 
120899)
@@ -0,0 +1,17 @@
+2014-05-25 

[arch-commits] Commit in yaz/repos (6 files)

2014-04-09 Thread Jan Steffens
Date: Wednesday, April 9, 2014 @ 23:42:54
  Author: heftig
Revision: 109050

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 109049, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
(from rev 109049, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
(from rev 109049, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
(from rev 109049, yaz/trunk/yaz.changelog)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/yaz.changelog   |   14 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/yaz.changelog |   14 
 4 files changed, 100 insertions(+)

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 109049, 
yaz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-09 21:42:54 UTC (rev 109050)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.0.12
+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=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-i686/yaz.changelog (from rev 109049, 
yaz/trunk/yaz.changelog)
===
--- community-staging-i686/yaz.changelog(rev 0)
+++ community-staging-i686/yaz.changelog2014-04-09 21:42:54 UTC (rev 
109050)
@@ -0,0 +1,14 @@
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 109049, 
yaz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-09 21:42:54 UTC (rev 109050)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.0.12
+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=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-x86_64/yaz.changelog (from rev 109049, 
yaz/trunk/yaz.changelog)
===
--- community-staging-x86_64/yaz.changelog  (rev 0)
+++ community-staging-x86_64/yaz.changelog  2014-04-09 21:42:54 UTC (rev 
109050)
@@ -0,0 +1,14 @@
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.12-1
+
+2013-10-25 

[arch-commits] Commit in yaz/repos (6 files)

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:38:32
  Author: foutrelis
Revision: 86943

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 86942, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
(from rev 86942, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
(from rev 86942, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
(from rev 86942, yaz/trunk/yaz.changelog)

+
 community-staging-i686/PKGBUILD|   37 +++
 community-staging-i686/yaz.changelog   |2 +
 community-staging-x86_64/PKGBUILD  |   37 +++
 community-staging-x86_64/yaz.changelog |2 +
 4 files changed, 78 insertions(+)

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 86942, 
yaz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-25 04:38:32 UTC (rev 86943)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=4.2.49
+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=('openssl' 'libxslt' 'icu')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b4dd27100fdf18219a0e1fde53eaf385e426db6795ab4fbb4a01796d4c9056a1')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-i686/yaz.changelog (from rev 86942, 
yaz/trunk/yaz.changelog)
===
--- community-staging-i686/yaz.changelog(rev 0)
+++ community-staging-i686/yaz.changelog2013-03-25 04:38:32 UTC (rev 
86943)
@@ -0,0 +1,2 @@
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 86942, 
yaz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-25 04:38:32 UTC (rev 86943)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=4.2.49
+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=('openssl' 'libxslt' 'icu')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b4dd27100fdf18219a0e1fde53eaf385e426db6795ab4fbb4a01796d4c9056a1')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-x86_64/yaz.changelog (from rev 86942, 
yaz/trunk/yaz.changelog)
===
--- community-staging-x86_64/yaz.changelog  (rev 0)
+++ community-staging-x86_64/yaz.changelog  2013-03-25 04:38:32 UTC (rev 
86943)
@@ -0,0 +1,2 @@
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1