Date: Monday, May 25, 2015 @ 21:51:32 Author: demize Revision: 134074
db-move: moved nss-pam-ldapd from [community-testing] to [community] (i686, x86_64) Added: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 134073, nss-pam-ldapd/repos/community-testing-i686/PKGBUILD) nss-pam-ldapd/repos/community-i686/nslcd.service (from rev 134073, nss-pam-ldapd/repos/community-testing-i686/nslcd.service) nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles (from rev 134073, nss-pam-ldapd/repos/community-testing-i686/nslcd.tmpfiles) nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install (from rev 134073, nss-pam-ldapd/repos/community-testing-i686/nss-pam-ldapd.install) nss-pam-ldapd/repos/community-x86_64/PKGBUILD (from rev 134073, nss-pam-ldapd/repos/community-testing-x86_64/PKGBUILD) nss-pam-ldapd/repos/community-x86_64/nslcd.service (from rev 134073, nss-pam-ldapd/repos/community-testing-x86_64/nslcd.service) nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles (from rev 134073, nss-pam-ldapd/repos/community-testing-x86_64/nslcd.tmpfiles) nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install (from rev 134073, nss-pam-ldapd/repos/community-testing-x86_64/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-testing-i686/ nss-pam-ldapd/repos/community-testing-x86_64/ 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 | 106 +++++++++++++++++++++++++++++++ /nslcd.service | 24 +++++++ /nslcd.tmpfiles | 2 /nss-pam-ldapd.install | 22 ++++++ community-i686/PKGBUILD | 45 ------------- community-i686/nslcd.service | 12 --- community-i686/nslcd.tmpfiles | 1 community-i686/nss-pam-ldapd.install | 11 --- community-x86_64/PKGBUILD | 45 ------------- community-x86_64/nslcd.service | 12 --- community-x86_64/nslcd.tmpfiles | 1 community-x86_64/nss-pam-ldapd.install | 11 --- 12 files changed, 154 insertions(+), 138 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2015-05-25 19:47:11 UTC (rev 134073) +++ community-i686/PKGBUILD 2015-05-25 19:51:32 UTC (rev 134074) @@ -1,45 +0,0 @@ -# $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" "$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 134073, nss-pam-ldapd/repos/community-testing-i686/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-05-25 19:51:32 UTC (rev 134074) @@ -0,0 +1,53 @@ +# $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: Deleted: community-i686/nslcd.service =================================================================== --- community-i686/nslcd.service 2015-05-25 19:47:11 UTC (rev 134073) +++ community-i686/nslcd.service 2015-05-25 19:51:32 UTC (rev 134074) @@ -1,12 +0,0 @@ -[Unit] -Description=Naming services LDAP client daemon. -After=syslog.target network.target - -[Service] -Type=forking -PIDFile=/var/run/nslcd/nslcd.pid -ExecStart=/usr/bin/nslcd - -[Install] -WantedBy=multi-user.target - Copied: nss-pam-ldapd/repos/community-i686/nslcd.service (from rev 134073, nss-pam-ldapd/repos/community-testing-i686/nslcd.service) =================================================================== --- community-i686/nslcd.service (rev 0) +++ community-i686/nslcd.service 2015-05-25 19:51:32 UTC (rev 134074) @@ -0,0 +1,12 @@ +[Unit] +Description=Naming services LDAP client daemon. +After=syslog.target network.target + +[Service] +Type=forking +PIDFile=/var/run/nslcd/nslcd.pid +ExecStart=/usr/bin/nslcd + +[Install] +WantedBy=multi-user.target + Deleted: community-i686/nslcd.tmpfiles =================================================================== --- community-i686/nslcd.tmpfiles 2015-05-25 19:47:11 UTC (rev 134073) +++ community-i686/nslcd.tmpfiles 2015-05-25 19:51:32 UTC (rev 134074) @@ -1 +0,0 @@ -d /run/nslcd 0755 nslcd nslcd - Copied: nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles (from rev 134073, nss-pam-ldapd/repos/community-testing-i686/nslcd.tmpfiles) =================================================================== --- community-i686/nslcd.tmpfiles (rev 0) +++ community-i686/nslcd.tmpfiles 2015-05-25 19:51:32 UTC (rev 134074) @@ -0,0 +1 @@ +d /run/nslcd 0755 nslcd nslcd - Deleted: community-i686/nss-pam-ldapd.install =================================================================== --- community-i686/nss-pam-ldapd.install 2015-05-25 19:47:11 UTC (rev 134073) +++ community-i686/nss-pam-ldapd.install 2015-05-25 19:51:32 UTC (rev 134074) @@ -1,11 +0,0 @@ -post_install() { - getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s /bin/false nslcd -} - -post_upgrade() { - getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s /bin/false nslcd -} - -pre_remove() { - userdel nslcd >/dev/null 2>&1 || true -} Copied: nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install (from rev 134073, nss-pam-ldapd/repos/community-testing-i686/nss-pam-ldapd.install) =================================================================== --- community-i686/nss-pam-ldapd.install (rev 0) +++ community-i686/nss-pam-ldapd.install 2015-05-25 19:51:32 UTC (rev 134074) @@ -0,0 +1,11 @@ +post_install() { + getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s /bin/false nslcd +} + +post_upgrade() { + getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s /bin/false nslcd +} + +pre_remove() { + userdel nslcd >/dev/null 2>&1 || true +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2015-05-25 19:47:11 UTC (rev 134073) +++ community-x86_64/PKGBUILD 2015-05-25 19:51:32 UTC (rev 134074) @@ -1,45 +0,0 @@ -# $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" "$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-x86_64/PKGBUILD (from rev 134073, nss-pam-ldapd/repos/community-testing-x86_64/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-05-25 19:51:32 UTC (rev 134074) @@ -0,0 +1,53 @@ +# $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: Deleted: community-x86_64/nslcd.service =================================================================== --- community-x86_64/nslcd.service 2015-05-25 19:47:11 UTC (rev 134073) +++ community-x86_64/nslcd.service 2015-05-25 19:51:32 UTC (rev 134074) @@ -1,12 +0,0 @@ -[Unit] -Description=Naming services LDAP client daemon. -After=syslog.target network.target - -[Service] -Type=forking -PIDFile=/var/run/nslcd/nslcd.pid -ExecStart=/usr/bin/nslcd - -[Install] -WantedBy=multi-user.target - Copied: nss-pam-ldapd/repos/community-x86_64/nslcd.service (from rev 134073, nss-pam-ldapd/repos/community-testing-x86_64/nslcd.service) =================================================================== --- community-x86_64/nslcd.service (rev 0) +++ community-x86_64/nslcd.service 2015-05-25 19:51:32 UTC (rev 134074) @@ -0,0 +1,12 @@ +[Unit] +Description=Naming services LDAP client daemon. +After=syslog.target network.target + +[Service] +Type=forking +PIDFile=/var/run/nslcd/nslcd.pid +ExecStart=/usr/bin/nslcd + +[Install] +WantedBy=multi-user.target + Deleted: community-x86_64/nslcd.tmpfiles =================================================================== --- community-x86_64/nslcd.tmpfiles 2015-05-25 19:47:11 UTC (rev 134073) +++ community-x86_64/nslcd.tmpfiles 2015-05-25 19:51:32 UTC (rev 134074) @@ -1 +0,0 @@ -d /run/nslcd 0755 nslcd nslcd - Copied: nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles (from rev 134073, nss-pam-ldapd/repos/community-testing-x86_64/nslcd.tmpfiles) =================================================================== --- community-x86_64/nslcd.tmpfiles (rev 0) +++ community-x86_64/nslcd.tmpfiles 2015-05-25 19:51:32 UTC (rev 134074) @@ -0,0 +1 @@ +d /run/nslcd 0755 nslcd nslcd - Deleted: community-x86_64/nss-pam-ldapd.install =================================================================== --- community-x86_64/nss-pam-ldapd.install 2015-05-25 19:47:11 UTC (rev 134073) +++ community-x86_64/nss-pam-ldapd.install 2015-05-25 19:51:32 UTC (rev 134074) @@ -1,11 +0,0 @@ -post_install() { - getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s /bin/false nslcd -} - -post_upgrade() { - getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s /bin/false nslcd -} - -pre_remove() { - userdel nslcd >/dev/null 2>&1 || true -} Copied: nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install (from rev 134073, nss-pam-ldapd/repos/community-testing-x86_64/nss-pam-ldapd.install) =================================================================== --- community-x86_64/nss-pam-ldapd.install (rev 0) +++ community-x86_64/nss-pam-ldapd.install 2015-05-25 19:51:32 UTC (rev 134074) @@ -0,0 +1,11 @@ +post_install() { + getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s /bin/false nslcd +} + +post_upgrade() { + getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s /bin/false nslcd +} + +pre_remove() { + userdel nslcd >/dev/null 2>&1 || true +}