[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2017-07-03 Thread Johannes Löthberg
Date: Monday, July 3, 2017 @ 09:58:03
  Author: demize
Revision: 242156

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 242155, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 242155, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 242155, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 242155, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 242155, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 242155, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 242155, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 242155, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  126 +++
 /nslcd.service |   24 +
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   58 ++
 community-i686/PKGBUILD|   63 ---
 community-i686/nslcd.service   |   12 --
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   29 ---
 community-x86_64/PKGBUILD  |   63 ---
 community-x86_64/nslcd.service |   12 --
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   29 ---
 12 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-03 09:57:41 UTC (rev 242155)
+++ community-i686/PKGBUILD 2017-07-03 09:58:03 UTC (rev 242156)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.7
-pkgrel=1
-
-pkgdesc='LDAP module for NSS and PAM'
-url="http://arthurdejong.org/nss-pam-ldapd/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-provides=('nslcd')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-install=nss-pam-ldapd.install
-
-source=("http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
-"nslcd.service"
-"nslcd.tmpfiles")
-
-md5sums=('912f2a5ead193d2defc6c525423e84e8'
- 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-"$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-check() {
-  cd nss-pam-ldapd-"$pkgver"
-  PYTHON=python2 make check
-}
-
-package() {
-  cd nss-pam-ldapd-"$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 242155, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-03 09:58:03 UTC (rev 242156)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.8
+pkgrel=1
+
+pkgdesc='LDAP module for NSS and PAM'
+url="http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+provides=('nslcd')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+
+source=("https://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
+"nslcd.service"
+"nslcd.tmpfiles")
+
+md5sums=('8c99fdc54f4bf9aca8c5f53fdb1403ff'
+ 'SKIP'
+ 

[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2016-08-25 Thread Johannes Löthberg
Date: Thursday, August 25, 2016 @ 11:26:05
  Author: demize
Revision: 187509

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 187508, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 187508, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 187508, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 187508, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 187508, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 187508, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 187508, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 187508, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  126 +++
 /nslcd.service |   24 +
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   58 ++
 community-i686/PKGBUILD|   63 ---
 community-i686/nslcd.service   |   12 --
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   29 ---
 community-x86_64/PKGBUILD  |   63 ---
 community-x86_64/nslcd.service |   12 --
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   29 ---
 12 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-25 11:25:48 UTC (rev 187508)
+++ community-i686/PKGBUILD 2016-08-25 11:26:05 UTC (rev 187509)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.6
-pkgrel=3
-
-pkgdesc='LDAP module for NSS and PAM'
-url="http://arthurdejong.org/nss-pam-ldapd/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-provides=('nslcd')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-install=nss-pam-ldapd.install
-
-source=("http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
-"nslcd.service"
-"nslcd.tmpfiles")
-
-md5sums=('fa5ec49cb54428d6c73e244a11021695'
- 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-"$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-check() {
-  cd nss-pam-ldapd-"$pkgver"
-  PYTHON=python2 make check
-}
-
-package() {
-  cd nss-pam-ldapd-"$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 187508, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-25 11:26:05 UTC (rev 187509)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.7
+pkgrel=1
+
+pkgdesc='LDAP module for NSS and PAM'
+url="http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+provides=('nslcd')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+
+source=("http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
+"nslcd.service"
+"nslcd.tmpfiles")
+
+md5sums=('912f2a5ead193d2defc6c525423e84e8'
+ 'SKIP'
+ 

[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2016-05-06 Thread Johannes Löthberg
Date: Friday, May 6, 2016 @ 21:53:47
  Author: demize
Revision: 173962

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 173961, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 173961, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 173961, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 173961, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 173961, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 173961, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 173961, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 173961, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  126 +++
 /nslcd.service |   24 +
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   58 ++
 community-i686/PKGBUILD|   63 ---
 community-i686/nslcd.service   |   12 --
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   28 --
 community-x86_64/PKGBUILD  |   63 ---
 community-x86_64/nslcd.service |   12 --
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   28 --
 12 files changed, 210 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-06 19:53:35 UTC (rev 173961)
+++ community-i686/PKGBUILD 2016-05-06 19:53:47 UTC (rev 173962)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.6
-pkgrel=2
-
-pkgdesc='LDAP module for NSS and PAM'
-url="http://arthurdejong.org/nss-pam-ldapd/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-provides=('nslcd')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-install=nss-pam-ldapd.install
-
-source=("http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
-"nslcd.service"
-"nslcd.tmpfiles")
-
-md5sums=('fa5ec49cb54428d6c73e244a11021695'
- 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-"$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-check() {
-  cd nss-pam-ldapd-"$pkgver"
-  PYTHON=python2 make check
-}
-
-package() {
-  cd nss-pam-ldapd-"$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 173961, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-06 19:53:47 UTC (rev 173962)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.6
+pkgrel=3
+
+pkgdesc='LDAP module for NSS and PAM'
+url="http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+provides=('nslcd')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+
+source=("http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
+"nslcd.service"
+"nslcd.tmpfiles")
+
+md5sums=('fa5ec49cb54428d6c73e244a11021695'
+ 'SKIP'
+ 'c2edd35bab384c907eb442c606de856f'
+  

[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2016-05-06 Thread Johannes Löthberg
Date: Friday, May 6, 2016 @ 10:04:50
  Author: demize
Revision: 173926

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 173925, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 173925, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 173925, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 173925, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 173925, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 173925, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 173925, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 173925, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  126 +++
 /nslcd.service |   24 +
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   56 +
 community-i686/PKGBUILD|   63 ---
 community-i686/nslcd.service   |   12 --
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   23 -
 community-x86_64/PKGBUILD  |   63 ---
 community-x86_64/nslcd.service |   12 --
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   23 -
 12 files changed, 208 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-06 08:04:38 UTC (rev 173925)
+++ community-i686/PKGBUILD 2016-05-06 08:04:50 UTC (rev 173926)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.6
-pkgrel=1
-
-pkgdesc='LDAP module for NSS and PAM'
-url="http://arthurdejong.org/nss-pam-ldapd/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-provides=('nslcd')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-install=nss-pam-ldapd.install
-
-source=("http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
-"nslcd.service"
-"nslcd.tmpfiles")
-
-md5sums=('fa5ec49cb54428d6c73e244a11021695'
- 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-"$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-check() {
-  cd nss-pam-ldapd-"$pkgver"
-  PYTHON=python2 make check
-}
-
-package() {
-  cd nss-pam-ldapd-"$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 173925, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-06 08:04:50 UTC (rev 173926)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.6
+pkgrel=2
+
+pkgdesc='LDAP module for NSS and PAM'
+url="http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+provides=('nslcd')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+
+source=("http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
+"nslcd.service"
+"nslcd.tmpfiles")
+
+md5sums=('fa5ec49cb54428d6c73e244a11021695'
+ 'SKIP'
+ 'c2edd35bab384c907eb442c606de856f'
+ 

[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2015-06-14 Thread Johannes Löthberg
Date: Monday, June 15, 2015 @ 00:33:02
  Author: demize
Revision: 135311

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 135310, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 135310, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 135310, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 135310, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 135310, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 135310, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 135310, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 135310, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  126 +++
 /nslcd.service |   24 +
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   46 +++
 community-i686/PKGBUILD|   62 ---
 community-i686/nslcd.service   |   12 --
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   23 -
 community-x86_64/PKGBUILD  |   62 ---
 community-x86_64/nslcd.service |   12 --
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   23 -
 12 files changed, 198 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-14 22:32:46 UTC (rev 135310)
+++ community-i686/PKGBUILD 2015-06-14 22:33:02 UTC (rev 135311)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg johan...@kyriasis.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.5
-pkgrel=4
-
-pkgdesc='LDAP module for NSS and PAM'
-url=http://arthurdejong.org/nss-pam-ldapd/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-provides=('nslcd')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-install=nss-pam-ldapd.install
-
-source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
-nslcd.service
-nslcd.tmpfiles)
-
-md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-check() {
-  cd nss-pam-ldapd-$pkgver
-  PYTHON=python2 make check
-}
-
-package() {
-  cd nss-pam-ldapd-$pkgver
-
-  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
-  install -Dm644 $srcdir/nslcd.service 
$pkgdir/usr/lib/systemd/system/nslcd.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/nslcd.conf $pkgdir/etc/nslcd.conf
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 135310, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-14 22:33:02 UTC (rev 135311)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.6
+pkgrel=1
+
+pkgdesc='LDAP module for NSS and PAM'
+url=http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+provides=('nslcd')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+
+source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
+nslcd.service
+nslcd.tmpfiles)
+
+md5sums=('fa5ec49cb54428d6c73e244a11021695'
+ 'SKIP'
+ 'c2edd35bab384c907eb442c606de856f'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+

[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2015-06-13 Thread Johannes Löthberg
Date: Saturday, June 13, 2015 @ 18:59:17
  Author: demize
Revision: 135268

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 135267, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 135267, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 135267, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 135267, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 135267, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 135267, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 135267, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 135267, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  124 +++
 /nslcd.service |   24 ++
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   46 +++
 community-i686/PKGBUILD|   58 --
 community-i686/nslcd.service   |   12 ---
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   23 -
 community-x86_64/PKGBUILD  |   58 --
 community-x86_64/nslcd.service |   12 ---
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   23 -
 12 files changed, 196 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-13 16:59:04 UTC (rev 135267)
+++ community-i686/PKGBUILD 2015-06-13 16:59:17 UTC (rev 135268)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg johan...@kyriasis.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.5
-pkgrel=3
-
-pkgdesc='LDAP module for NSS and PAM'
-url=http://arthurdejong.org/nss-pam-ldapd/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-install=nss-pam-ldapd.install
-source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
-nslcd.service
-nslcd.tmpfiles)
-md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-check() {
-  cd nss-pam-ldapd-$pkgver
-  PYTHON=python2 make check
-}
-
-package() {
-  cd nss-pam-ldapd-$pkgver
-
-  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
-  install -Dm644 $srcdir/nslcd.service 
$pkgdir/usr/lib/systemd/system/nslcd.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/nslcd.conf $pkgdir/etc/nslcd.conf
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 135267, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-13 16:59:17 UTC (rev 135268)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.5
+pkgrel=4
+
+pkgdesc='LDAP module for NSS and PAM'
+url=http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+provides=('nslcd')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+
+source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
+nslcd.service
+nslcd.tmpfiles)
+
+md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
+ 'c2edd35bab384c907eb442c606de856f'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+

[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2015-05-28 Thread Johannes Löthberg
Date: Thursday, May 28, 2015 @ 23:22:45
  Author: demize
Revision: 134286

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 134285, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 134285, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 134285, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 134285, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 134285, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 134285, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 134285, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 134285, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  116 +++
 /nslcd.service |   24 ++
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   46 
 community-i686/PKGBUILD|   58 ---
 community-i686/nslcd.service   |   12 ---
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   11 --
 community-x86_64/PKGBUILD  |   58 ---
 community-x86_64/nslcd.service |   12 ---
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   11 --
 12 files changed, 188 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-28 21:22:00 UTC (rev 134285)
+++ community-i686/PKGBUILD 2015-05-28 21:22:45 UTC (rev 134286)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg johan...@kyriasis.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.5
-pkgrel=2
-
-pkgdesc='LDAP module for NSS and PAM'
-url=http://arthurdejong.org/nss-pam-ldapd/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-install=nss-pam-ldapd.install
-source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
-nslcd.service
-nslcd.tmpfiles)
-md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-check() {
-  cd nss-pam-ldapd-$pkgver
-  PYTHON=python2 make check
-}
-
-package() {
-  cd nss-pam-ldapd-$pkgver
-
-  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
-  install -Dm644 $srcdir/nslcd.service 
$pkgdir/usr/lib/systemd/system/nslcd.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/nslcd.conf $pkgdir/etc/nslcd.conf
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 134285, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 21:22:45 UTC (rev 134286)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.5
+pkgrel=3
+
+pkgdesc='LDAP module for NSS and PAM'
+url=http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
+nslcd.service
+nslcd.tmpfiles)
+md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
+ 'c2edd35bab384c907eb442c606de856f'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+
+validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
+
+build() {

[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 23:14:26
  Author: demize
Revision: 134079

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 134078, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 134078, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 134078, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 134078, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 134078, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 134078, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 134078, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 134078, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  116 +++
 /nslcd.service |   24 ++
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   22 +
 community-i686/PKGBUILD|   53 --
 community-i686/nslcd.service   |   12 ---
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   11 --
 community-x86_64/PKGBUILD  |   53 --
 community-x86_64/nslcd.service |   12 ---
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   11 --
 12 files changed, 164 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 21:11:14 UTC (rev 134078)
+++ community-i686/PKGBUILD 2015-05-25 21:14:26 UTC (rev 134079)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg johan...@kyriasis.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.5
-pkgrel=1
-
-pkgdesc='LDAP module for NSS and PAM'
-url=http://arthurdejong.org/nss-pam-ldapd/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-install=nss-pam-ldapd.install
-source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
-nslcd.service
-nslcd.tmpfiles)
-md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-package() {
-  cd nss-pam-ldapd-$pkgver
-
-  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
-  install -Dm644 $srcdir/nslcd.service 
$pkgdir/usr/lib/systemd/system/nslcd.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/nslcd.conf $pkgdir/etc/nslcd.conf
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 134078, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 21:14:26 UTC (rev 134079)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.5
+pkgrel=2
+
+pkgdesc='LDAP module for NSS and PAM'
+url=http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
+nslcd.service
+nslcd.tmpfiles)
+md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
+ 'c2edd35bab384c907eb442c606de856f'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+
+validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
+
+build() {
+  cd nss-pam-ldapd-$pkgver
+  ./configure \
+--prefix=/usr \
+

[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2014-10-29 Thread Eric Bélanger
Date: Thursday, October 30, 2014 @ 05:25:39
  Author: eric
Revision: 121592

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 121591, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 121591, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 121591, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 121591, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 121591, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 121591, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 121591, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 121591, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |   90 +++
 /nslcd.service |   24 
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   22 +++
 community-i686/PKGBUILD|   46 ---
 community-i686/nslcd.service   |   12 
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   11 ---
 community-x86_64/PKGBUILD  |   46 ---
 community-x86_64/nslcd.service |   12 
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   11 ---
 12 files changed, 138 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-30 04:17:39 UTC (rev 121591)
+++ community-i686/PKGBUILD 2014-10-30 04:25:39 UTC (rev 121592)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.14
-pkgrel=1
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url=http://arthurdejong.org/$pkgname/;
-license=('LGPL2.1')
-depends=('krb5')
-replaces=('nss_ldap')
-conflicts=('nss-pam-ldapd-git' 'pam_ldap')
-provides=('nss-pam-ldapd')
-install=nss-pam-ldapd.install
-backup=('etc/nslcd.conf')
-source=(http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz;
-nslcd.service
-nslcd.tmpfiles)
-md5sums=('c6f8876c5d0c476fbf545a6eda80390a'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security;
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
-  install -Dm644 $srcdir/nslcd.service 
$pkgdir/usr/lib/systemd/system/nslcd.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/nslcd.conf $pkgdir/etc/nslcd.conf
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 121591, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-30 04:25:39 UTC (rev 121592)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url=http://arthurdejong.org/nss-pam-ldapd/;
+license=('LGPL2.1')
+depends=('pam')
+conflicts=('pam_ldap')
+backup=('etc/nslcd.conf')
+options=('!emptydirs')
+install=nss-pam-ldapd.install
+source=(http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz;
+nslcd.service
+nslcd.tmpfiles)
+md5sums=('0d74202700efdde3b6e551bfff49c132'
+ 'c2edd35bab384c907eb442c606de856f'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/usr/lib/security
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm644 $srcdir/nslcd.tmpfiles 

[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2014-06-09 Thread Jelle van der Waa
Date: Monday, June 9, 2014 @ 21:03:08
  Author: jelle
Revision: 112932

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 112931, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 112931, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 112931, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 112931, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 112931, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 112931, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 112931, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 112931, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |   92 +++
 /nslcd.service |   24 
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   22 +++
 community-i686/PKGBUILD|   46 ---
 community-i686/nslcd.service   |   12 
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   11 ---
 community-x86_64/PKGBUILD  |   46 ---
 community-x86_64/nslcd.service |   12 
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   11 ---
 12 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-09 19:02:56 UTC (rev 112931)
+++ community-i686/PKGBUILD 2014-06-09 19:03:08 UTC (rev 112932)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.13
-pkgrel=5
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url=http://arthurdejong.org/$pkgname/;
-license=('LGPL2.1')
-depends=('krb5')
-replaces=('pam_ldap' 'nss_ldap')
-conflicts=('nss-pam-ldapd-git')
-provides=('nss-pam-ldapd')
-install=nss-pam-ldapd.install
-backup=('etc/nslcd.conf')
-source=(http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz;
-nslcd.service
-nslcd.tmpfiles)
-sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
-  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
-  '6e225e0d849a48e01b58adad493f017a34bdf70c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security;
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
-  install -Dm644 $srcdir/nslcd.service 
$pkgdir/usr/lib/systemd/system/nslcd.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/nslcd.conf $pkgdir/etc/nslcd.conf
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 112931, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-09 19:03:08 UTC (rev 112932)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.14
+pkgrel=1
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url=http://arthurdejong.org/$pkgname/;
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('nss_ldap')
+conflicts=('nss-pam-ldapd-git' 'pam_ldap')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=(http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz;
+nslcd.service
+nslcd.tmpfiles)
+md5sums=('c6f8876c5d0c476fbf545a6eda80390a'
+ 'c2edd35bab384c907eb442c606de856f'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/usr/lib/security;
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver