Date: Tuesday, October 21, 2014 @ 09:18:12
  Author: jlichtblau
Revision: 121123

archrelease: copy trunk to community-x86_64

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

---------------+
 PKGBUILD      |   71 +++++++++++++++++++++++++++-----------------------------
 yaz.changelog |   37 +++++++++++++++--------------
 2 files changed, 55 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-10-21 07:18:02 UTC (rev 121122)
+++ PKGBUILD    2014-10-21 07:18:12 UTC (rev 121123)
@@ -1,36 +0,0 @@
-# $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.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-x86_64/PKGBUILD (from rev 121122, 
yaz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-10-21 07:18:12 UTC (rev 121123)
@@ -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.4.4
+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=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('fa903a2f765eacb43d269804c79da016e60f14c11ba17fd4c214083dd5a58cca')
+
+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
+}

Deleted: yaz.changelog
===================================================================
--- yaz.changelog       2014-10-21 07:18:02 UTC (rev 121122)
+++ yaz.changelog       2014-10-21 07:18:12 UTC (rev 121123)
@@ -1,17 +0,0 @@
-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-x86_64/yaz.changelog (from rev 121122, 
yaz/trunk/yaz.changelog)
===================================================================
--- yaz.changelog                               (rev 0)
+++ yaz.changelog       2014-10-21 07:18:12 UTC (rev 121123)
@@ -0,0 +1,20 @@
+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