[arch-commits] Commit in uthash/repos/community-any (PKGBUILD PKGBUILD)

2018-12-29 Thread Santiago Torres-Arias via arch-commits
Date: Saturday, December 29, 2018 @ 23:45:10
  Author: sangy
Revision: 418946

archrelease: copy trunk to community-any

Added:
  uthash/repos/community-any/PKGBUILD
(from rev 418945, uthash/trunk/PKGBUILD)
Deleted:
  uthash/repos/community-any/PKGBUILD

--+
 PKGBUILD |   55 +++
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-29 23:44:52 UTC (rev 418945)
+++ PKGBUILD2018-12-29 23:45:10 UTC (rev 418946)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Michael Frey 
-pkgname=uthash
-pkgver=2.0.2
-pkgrel=2
-pkgdesc="C preprocessor implementations of a hash table and a linked list"
-arch=('any')
-url="https://troydhanson.github.io/uthash/;
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('d08632a58674274c9cd87e2930f5696a')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/src"
- 
-  # create directory for header files 
-  install -dm755 "${pkgdir}"/usr/include/
-
-  # install header files in /usr/include
-  for h in *.h; do
-  install -m 644 ${h} "${pkgdir}"/usr/include/
-  done
-
-  # install licence file
-  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: uthash/repos/community-any/PKGBUILD (from rev 418945, 
uthash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-29 23:45:10 UTC (rev 418946)
@@ -0,0 +1,27 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Timothy Redaelli 
+# Contributor: Michael Frey 
+pkgname=uthash
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="C preprocessor implementations of a hash table and a linked list"
+arch=('any')
+url="https://troydhanson.github.io/uthash/;
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+ 
+  # create directory for header files 
+  install -dm755 "${pkgdir}"/usr/include/
+
+  # install header files in /usr/include
+  for h in *.h; do
+  install -m 644 ${h} "${pkgdir}"/usr/include/
+  done
+
+  # install license file
+  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in uthash/repos/community-any (PKGBUILD PKGBUILD)

2017-09-11 Thread Jelle van der Waa
Date: Monday, September 11, 2017 @ 18:59:59
  Author: jelle
Revision: 256980

archrelease: copy trunk to community-any

Added:
  uthash/repos/community-any/PKGBUILD
(from rev 256979, uthash/trunk/PKGBUILD)
Deleted:
  uthash/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-11 18:59:50 UTC (rev 256979)
+++ PKGBUILD2017-09-11 18:59:59 UTC (rev 256980)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Michael Frey 
-pkgname=uthash
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="C preprocessor implementations of a hash table and a linked list"
-arch=('any')
-url="https://troydhanson.github.io/uthash/;
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('d08632a58674274c9cd87e2930f5696a')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/src"
- 
-  # create directory for header files 
-  install -dm755 "${pkgdir}"/usr/include/
-
-  # install header files in /usr/include
-  for h in *.h; do
-  install -m 644 ${h} "${pkgdir}"/usr/include/
-  done
-
-  # install licence file
-  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: uthash/repos/community-any/PKGBUILD (from rev 256979, 
uthash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-11 18:59:59 UTC (rev 256980)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Michael Frey 
+pkgname=uthash
+pkgver=2.0.2
+pkgrel=2
+pkgdesc="C preprocessor implementations of a hash table and a linked list"
+arch=('any')
+url="https://troydhanson.github.io/uthash/;
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
+md5sums=('d08632a58674274c9cd87e2930f5696a')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+ 
+  # create directory for header files 
+  install -dm755 "${pkgdir}"/usr/include/
+
+  # install header files in /usr/include
+  for h in *.h; do
+  install -m 644 ${h} "${pkgdir}"/usr/include/
+  done
+
+  # install licence file
+  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+


[arch-commits] Commit in uthash/repos/community-any (PKGBUILD PKGBUILD)

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 13:28:26
  Author: tredaelli
Revision: 227705

archrelease: copy trunk to community-any

Added:
  uthash/repos/community-any/PKGBUILD
(from rev 227704, uthash/trunk/PKGBUILD)
Deleted:
  uthash/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-10 13:28:20 UTC (rev 227704)
+++ PKGBUILD2017-05-10 13:28:26 UTC (rev 227705)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Michael Frey 
-pkgname=uthash
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="C preprocessor implementations of a hash table and a linked list"
-arch=('any')
-url="https://troydhanson.github.io/uthash/index.htm;
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('35b9a18e1d193eed967522a54ee09095')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/src"
- 
-  # create directory for header files 
-  install -dm755 "${pkgdir}"/usr/include/
-
-  # install header files in /usr/include
-  for h in *.h; do
-  install -m 644 ${h} "${pkgdir}"/usr/include/
-  done
-
-  # install licence file
-  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: uthash/repos/community-any/PKGBUILD (from rev 227704, 
uthash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-10 13:28:26 UTC (rev 227705)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Michael Frey 
+pkgname=uthash
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="C preprocessor implementations of a hash table and a linked list"
+arch=('any')
+url="https://troydhanson.github.io/uthash/;
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
+md5sums=('d08632a58674274c9cd87e2930f5696a')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+ 
+  # create directory for header files 
+  install -dm755 "${pkgdir}"/usr/include/
+
+  # install header files in /usr/include
+  for h in *.h; do
+  install -m 644 ${h} "${pkgdir}"/usr/include/
+  done
+
+  # install licence file
+  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+


[arch-commits] Commit in uthash/repos/community-any (PKGBUILD PKGBUILD)

2016-08-16 Thread Timothy Redaelli
Date: Tuesday, August 16, 2016 @ 13:32:33
  Author: tredaelli
Revision: 186851

archrelease: copy trunk to community-any

Added:
  uthash/repos/community-any/PKGBUILD
(from rev 186850, uthash/trunk/PKGBUILD)
Deleted:
  uthash/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-16 13:32:29 UTC (rev 186850)
+++ PKGBUILD2016-08-16 13:32:33 UTC (rev 186851)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Michael Frey 
-pkgname=uthash
-pkgver=1.9.9
-pkgrel=1
-pkgdesc="C preprocessor implementations of a hash table and a linked list"
-arch=('any')
-url="https://troydhanson.github.io/uthash/index.htm;
-license=('BSD')
-source=("https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('c3ce9197c818dcb7ca85b59912f310a4')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/src"
- 
-  # create directory for header files 
-  install -dm755 "${pkgdir}"/usr/include/
-
-  # install header files in /usr/include
-  for h in *.h; do
-  install -m 644 ${h} "${pkgdir}"/usr/include/
-  done
-
-  # install licence file
-  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: uthash/repos/community-any/PKGBUILD (from rev 186850, 
uthash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-16 13:32:33 UTC (rev 186851)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Michael Frey 
+pkgname=uthash
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="C preprocessor implementations of a hash table and a linked list"
+arch=('any')
+url="https://troydhanson.github.io/uthash/index.htm;
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
+md5sums=('35b9a18e1d193eed967522a54ee09095')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+ 
+  # create directory for header files 
+  install -dm755 "${pkgdir}"/usr/include/
+
+  # install header files in /usr/include
+  for h in *.h; do
+  install -m 644 ${h} "${pkgdir}"/usr/include/
+  done
+
+  # install licence file
+  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+


[arch-commits] Commit in uthash/repos/community-any (PKGBUILD PKGBUILD)

2014-06-13 Thread Timothy Redaelli
Date: Friday, June 13, 2014 @ 16:02:50
  Author: tredaelli
Revision: 113096

archrelease: copy trunk to community-any

Added:
  uthash/repos/community-any/PKGBUILD
(from rev 113095, uthash/trunk/PKGBUILD)
Deleted:
  uthash/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-13 14:02:43 UTC (rev 113095)
+++ PKGBUILD2014-06-13 14:02:50 UTC (rev 113096)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Michael Frey m...@mfrey.net
-pkgname=uthash
-pkgver=1.9.7
-pkgrel=1
-pkgdesc=C preprocessor implementations of a hash table and a linked list
-arch=('any')
-url=http://uthash.sourceforge.net/;
-license=('BSD')
-source=(http://downloads.sourceforge.net/uthash/$pkgname-$pkgver.tar.bz2)
-sha512sums=('8c02f9ac846a6bfd7292724a3683ae360ff37bba8e3ca98fca106da84976cac9c61766069989ee2c633b20bf82b64658400687a7cfbccab5e98e5fb6cb2e5caa')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
- 
-  # create directory for header files 
-  install -dm755 ${pkgdir}/usr/include/
-
-  # install header files in /usr/include
-  for h in $(ls -1 *.h); do
-  install -m 644 ${h} ${pkgdir}/usr/include/
-  done
-
-  # install licence file
-  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: uthash/repos/community-any/PKGBUILD (from rev 113095, 
uthash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-13 14:02:50 UTC (rev 113096)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Michael Frey m...@mfrey.net
+pkgname=uthash
+pkgver=1.9.9
+pkgrel=1
+pkgdesc=C preprocessor implementations of a hash table and a linked list
+arch=('any')
+url=https://troydhanson.github.io/uthash/index.htm;
+license=('BSD')
+source=(https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
+md5sums=('c3ce9197c818dcb7ca85b59912f310a4')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+ 
+  # create directory for header files 
+  install -dm755 ${pkgdir}/usr/include/
+
+  # install header files in /usr/include
+  for h in *.h; do
+  install -m 644 ${h} ${pkgdir}/usr/include/
+  done
+
+  # install licence file
+  install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+