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

2014-09-09 Thread Tobias Powalowski
Date: Tuesday, September 9, 2014 @ 15:45:24
  Author: tpowa
Revision: 221332

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

Added:
  nfsidmap/repos/testing-i686/
  nfsidmap/repos/testing-i686/PKGBUILD
(from rev 221331, nfsidmap/trunk/PKGBUILD)
  nfsidmap/repos/testing-x86_64/
  nfsidmap/repos/testing-x86_64/PKGBUILD
(from rev 221331, nfsidmap/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: nfsidmap/repos/testing-i686/PKGBUILD (from rev 221331, 
nfsidmap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-09 13:45:24 UTC (rev 221332)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=nfsidmap
+pkgver=0.26
+pkgrel=1
+pkgdesc=Library to help mapping IDs, mainly for NFSv4
+arch=('i686' 'x86_64')
+url=http://www.citi.umich.edu/projects/nfsv4/linux/;
+depends=('glibc' 'libldap=2.4.18')
+license=('custom:nfsidmap')
+source=(https://fedorapeople.org/~steved/libnfsidmap/0.26/libnfsidmap-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}
+md5sums=('2c0cf0e2b1665d51fa9a783679494888')

Copied: nfsidmap/repos/testing-x86_64/PKGBUILD (from rev 221331, 
nfsidmap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-09 13:45:24 UTC (rev 221332)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=nfsidmap
+pkgver=0.26
+pkgrel=1
+pkgdesc=Library to help mapping IDs, mainly for NFSv4
+arch=('i686' 'x86_64')
+url=http://www.citi.umich.edu/projects/nfsv4/linux/;
+depends=('glibc' 'libldap=2.4.18')
+license=('custom:nfsidmap')
+source=(https://fedorapeople.org/~steved/libnfsidmap/0.26/libnfsidmap-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}
+md5sums=('2c0cf0e2b1665d51fa9a783679494888')



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

2013-10-21 Thread Tobias Powalowski
Date: Monday, October 21, 2013 @ 14:19:39
  Author: tpowa
Revision: 196984

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

Added:
  nfsidmap/repos/testing-i686/
  nfsidmap/repos/testing-i686/PKGBUILD
(from rev 196983, nfsidmap/trunk/PKGBUILD)
  nfsidmap/repos/testing-x86_64/
  nfsidmap/repos/testing-x86_64/PKGBUILD
(from rev 196983, nfsidmap/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: nfsidmap/repos/testing-i686/PKGBUILD (from rev 196983, 
nfsidmap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-21 12:19:39 UTC (rev 196984)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=nfsidmap
+pkgver=0.25
+pkgrel=2
+pkgdesc=Library to help mapping IDs, mainly for NFSv4
+arch=('i686' 'x86_64')
+url=http://www.citi.umich.edu/projects/nfsv4/linux/;
+depends=('glibc' 'libldap=2.4.18')
+license=('custom:nfsidmap')
+options=(!libtool)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}
+md5sums=('2ac4893c92716add1a1447ae01df77ab')

Copied: nfsidmap/repos/testing-x86_64/PKGBUILD (from rev 196983, 
nfsidmap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-21 12:19:39 UTC (rev 196984)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=nfsidmap
+pkgver=0.25
+pkgrel=2
+pkgdesc=Library to help mapping IDs, mainly for NFSv4
+arch=('i686' 'x86_64')
+url=http://www.citi.umich.edu/projects/nfsv4/linux/;
+depends=('glibc' 'libldap=2.4.18')
+license=('custom:nfsidmap')
+options=(!libtool)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}
+md5sums=('2ac4893c92716add1a1447ae01df77ab')



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

2012-09-16 Thread Tobias Powalowski
Date: Monday, September 17, 2012 @ 01:20:12
  Author: tpowa
Revision: 166728

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

Added:
  nfsidmap/repos/testing-i686/
  nfsidmap/repos/testing-i686/PKGBUILD
(from rev 166727, nfsidmap/trunk/PKGBUILD)
  nfsidmap/repos/testing-x86_64/
  nfsidmap/repos/testing-x86_64/PKGBUILD
(from rev 166727, nfsidmap/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: nfsidmap/repos/testing-i686/PKGBUILD (from rev 166727, 
nfsidmap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-17 05:20:12 UTC (rev 166728)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=nfsidmap
+pkgver=0.25
+pkgrel=1
+pkgdesc=Library to help mapping IDs, mainly for NFSv4
+arch=('i686' 'x86_64')
+url=http://www.citi.umich.edu/projects/nfsv4/linux/;
+depends=('glibc' 'libldap=2.4.18')
+license=('custom:nfsidmap')
+options=(!libtool)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}
+md5sums=('2ac4893c92716add1a1447ae01df77ab')

Copied: nfsidmap/repos/testing-x86_64/PKGBUILD (from rev 166727, 
nfsidmap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-17 05:20:12 UTC (rev 166728)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=nfsidmap
+pkgver=0.25
+pkgrel=1
+pkgdesc=Library to help mapping IDs, mainly for NFSv4
+arch=('i686' 'x86_64')
+url=http://www.citi.umich.edu/projects/nfsv4/linux/;
+depends=('glibc' 'libldap=2.4.18')
+license=('custom:nfsidmap')
+options=(!libtool)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}
+md5sums=('2ac4893c92716add1a1447ae01df77ab')



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

2011-08-26 Thread Tobias Powalowski
Date: Friday, August 26, 2011 @ 11:15:41
  Author: tpowa
Revision: 136337

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

Added:
  nfsidmap/repos/testing-i686/
  nfsidmap/repos/testing-i686/PKGBUILD
(from rev 136336, nfsidmap/trunk/PKGBUILD)
  nfsidmap/repos/testing-x86_64/
  nfsidmap/repos/testing-x86_64/PKGBUILD
(from rev 136336, nfsidmap/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: nfsidmap/repos/testing-i686/PKGBUILD (from rev 136336, 
nfsidmap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-26 15:15:41 UTC (rev 136337)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=nfsidmap
+pkgver=0.24
+pkgrel=3
+pkgdesc=Library to help mapping IDs, mainly for NFSv4
+arch=('i686' 'x86_64')
+url=http://www.citi.umich.edu/projects/nfsv4/linux/;
+depends=('glibc' 'libldap=2.4.18')
+license=('custom:nfsidmap')
+options=(!libtool)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+md5sums=('d71a1ee9881d5b5814ff3ec41256937d')
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}

Copied: nfsidmap/repos/testing-x86_64/PKGBUILD (from rev 136336, 
nfsidmap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-08-26 15:15:41 UTC (rev 136337)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=nfsidmap
+pkgver=0.24
+pkgrel=3
+pkgdesc=Library to help mapping IDs, mainly for NFSv4
+arch=('i686' 'x86_64')
+url=http://www.citi.umich.edu/projects/nfsv4/linux/;
+depends=('glibc' 'libldap=2.4.18')
+license=('custom:nfsidmap')
+options=(!libtool)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+md5sums=('d71a1ee9881d5b5814ff3ec41256937d')
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}