[arch-commits] Commit in nss-pam-ldapd/repos (12 files)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Fri May 31 00:59:49 UTC 2013
Date: Friday, May 31, 2013 @ 02:59:49
Author: seblu
Revision: 92053
archrelease: copy trunk to community-i686, community-x86_64
Added:
nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 92052, nss-pam-ldapd/trunk/PKGBUILD)
nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 92052, nss-pam-ldapd/trunk/nslcd.service)
nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 92052, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 92052, nss-pam-ldapd/trunk/PKGBUILD)
nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 92052, nss-pam-ldapd/trunk/nslcd.service)
nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 92052, 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/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/nss-pam-ldapd.install
----------------------------------------+
/PKGBUILD | 86 +++++++++++++++++++++++++++++++
/nslcd.service | 24 ++++++++
/nss-pam-ldapd.install | 24 ++++++++
community-i686/PKGBUILD | 42 ---------------
community-i686/nslcd.service | 12 ----
community-i686/nss-pam-ldapd.install | 12 ----
community-x86_64/PKGBUILD | 42 ---------------
community-x86_64/nslcd.service | 12 ----
community-x86_64/nss-pam-ldapd.install | 12 ----
9 files changed, 134 insertions(+), 132 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-05-31 00:59:39 UTC (rev 92052)
+++ community-i686/PKGBUILD 2013-05-31 00:59:49 UTC (rev 92053)
@@ -1,42 +0,0 @@
-# $Id
-# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.13
-pkgrel=1
-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")
-sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
- '40afa421f05c2128a5219504fea45b2e76830973')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-pam-seclib-dir=/usr/lib/security;
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- 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 92052, nss-pam-ldapd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-31 00:59:49 UTC (rev 92053)
@@ -0,0 +1,43 @@
+# $Id
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.13
+pkgrel=2
+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")
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
+ 'b564fa5738963a67a9240bf4ce63b2fa494cafb7')
+
+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.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 2013-05-31 00:59:39 UTC (rev 92052)
+++ community-i686/nslcd.service 2013-05-31 00:59:49 UTC (rev 92053)
@@ -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/sbin/nslcd
-
-[Install]
-WantedBy=multi-user.target
-
Copied: nss-pam-ldapd/repos/community-i686/nslcd.service (from rev 92052, nss-pam-ldapd/trunk/nslcd.service)
===================================================================
--- community-i686/nslcd.service (rev 0)
+++ community-i686/nslcd.service 2013-05-31 00:59:49 UTC (rev 92053)
@@ -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/nss-pam-ldapd.install
===================================================================
--- community-i686/nss-pam-ldapd.install 2013-05-31 00:59:39 UTC (rev 92052)
+++ community-i686/nss-pam-ldapd.install 2013-05-31 00:59:49 UTC (rev 92053)
@@ -1,12 +0,0 @@
-post_install() {
- getent passwd nslcd >> /dev/null || useradd -r -M -d /var/run/nslcd -s /bin/false nslcd
-}
-
-post_upgrade() {
- getent passwd nslcd >> /dev/null || useradd -r -M -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 92052, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
===================================================================
--- community-i686/nss-pam-ldapd.install (rev 0)
+++ community-i686/nss-pam-ldapd.install 2013-05-31 00:59:49 UTC (rev 92053)
@@ -0,0 +1,12 @@
+post_install() {
+ getent passwd nslcd >> /dev/null || useradd -r -M -d /var/run/nslcd -s /bin/false nslcd
+}
+
+post_upgrade() {
+ getent passwd nslcd >> /dev/null || useradd -r -M -s /bin/false nslcd
+}
+
+pre_remove() {
+ userdel nslcd >/dev/null 2>&1 || true
+}
+
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-05-31 00:59:39 UTC (rev 92052)
+++ community-x86_64/PKGBUILD 2013-05-31 00:59:49 UTC (rev 92053)
@@ -1,42 +0,0 @@
-# $Id
-# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.13
-pkgrel=1
-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")
-sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
- '40afa421f05c2128a5219504fea45b2e76830973')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-pam-seclib-dir=/usr/lib/security;
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- 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 92052, nss-pam-ldapd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-05-31 00:59:49 UTC (rev 92053)
@@ -0,0 +1,43 @@
+# $Id
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.13
+pkgrel=2
+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")
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
+ 'b564fa5738963a67a9240bf4ce63b2fa494cafb7')
+
+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.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 2013-05-31 00:59:39 UTC (rev 92052)
+++ community-x86_64/nslcd.service 2013-05-31 00:59:49 UTC (rev 92053)
@@ -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/sbin/nslcd
-
-[Install]
-WantedBy=multi-user.target
-
Copied: nss-pam-ldapd/repos/community-x86_64/nslcd.service (from rev 92052, nss-pam-ldapd/trunk/nslcd.service)
===================================================================
--- community-x86_64/nslcd.service (rev 0)
+++ community-x86_64/nslcd.service 2013-05-31 00:59:49 UTC (rev 92053)
@@ -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/nss-pam-ldapd.install
===================================================================
--- community-x86_64/nss-pam-ldapd.install 2013-05-31 00:59:39 UTC (rev 92052)
+++ community-x86_64/nss-pam-ldapd.install 2013-05-31 00:59:49 UTC (rev 92053)
@@ -1,12 +0,0 @@
-post_install() {
- getent passwd nslcd >> /dev/null || useradd -r -M -d /var/run/nslcd -s /bin/false nslcd
-}
-
-post_upgrade() {
- getent passwd nslcd >> /dev/null || useradd -r -M -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 92052, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
===================================================================
--- community-x86_64/nss-pam-ldapd.install (rev 0)
+++ community-x86_64/nss-pam-ldapd.install 2013-05-31 00:59:49 UTC (rev 92053)
@@ -0,0 +1,12 @@
+post_install() {
+ getent passwd nslcd >> /dev/null || useradd -r -M -d /var/run/nslcd -s /bin/false nslcd
+}
+
+post_upgrade() {
+ getent passwd nslcd >> /dev/null || useradd -r -M -s /bin/false nslcd
+}
+
+pre_remove() {
+ userdel nslcd >/dev/null 2>&1 || true
+}
+
More information about the arch-commits
mailing list