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

Eric Bélanger eric at nymeria.archlinux.org
Sat Oct 26 22:44:00 UTC 2013


    Date: Sunday, October 27, 2013 @ 00:44:00
  Author: eric
Revision: 197559

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

Added:
  mhash/repos/extra-i686/PKGBUILD
    (from rev 197558, mhash/trunk/PKGBUILD)
  mhash/repos/extra-x86_64/PKGBUILD
    (from rev 197558, mhash/trunk/PKGBUILD)
Deleted:
  mhash/repos/extra-i686/PKGBUILD
  mhash/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   52 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   27 ------------------------
 extra-x86_64/PKGBUILD |   27 ------------------------
 3 files changed, 52 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-10-26 22:42:43 UTC (rev 197558)
+++ extra-i686/PKGBUILD	2013-10-26 22:44:00 UTC (rev 197559)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: gregor <gregor at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=mhash
-pkgver=0.9.9.9
-pkgrel=2
-pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA1, HAVAL, etc)"
-arch=('i686' 'x86_64')
-url="http://mhash.sourceforge.net/"
-license=('LGPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: mhash/repos/extra-i686/PKGBUILD (from rev 197558, mhash/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-10-26 22:44:00 UTC (rev 197559)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: gregor <gregor at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=mhash
+pkgver=0.9.9.9
+pkgrel=3
+pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA1, HAVAL, etc)"
+arch=('i686' 'x86_64')
+url="http://mhash.sourceforge.net/"
+license=('LGPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-10-26 22:42:43 UTC (rev 197558)
+++ extra-x86_64/PKGBUILD	2013-10-26 22:44:00 UTC (rev 197559)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: gregor <gregor at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=mhash
-pkgver=0.9.9.9
-pkgrel=2
-pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA1, HAVAL, etc)"
-arch=('i686' 'x86_64')
-url="http://mhash.sourceforge.net/"
-license=('LGPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: mhash/repos/extra-x86_64/PKGBUILD (from rev 197558, mhash/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-10-26 22:44:00 UTC (rev 197559)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: gregor <gregor at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=mhash
+pkgver=0.9.9.9
+pkgrel=3
+pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA1, HAVAL, etc)"
+arch=('i686' 'x86_64')
+url="http://mhash.sourceforge.net/"
+license=('LGPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list