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

Felix Yan fyan at nymeria.archlinux.org
Tue Jul 1 17:54:12 UTC 2014


    Date: Tuesday, July 1, 2014 @ 19:54:11
  Author: fyan
Revision: 216157

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

Added:
  nss_ldap/repos/extra-i686/PKGBUILD
    (from rev 216154, nss_ldap/trunk/PKGBUILD)
  nss_ldap/repos/extra-x86_64/PKGBUILD
    (from rev 216156, nss_ldap/trunk/PKGBUILD)
Deleted:
  nss_ldap/repos/extra-i686/PKGBUILD
  nss_ldap/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   37 ------------------------
 extra-x86_64/PKGBUILD |   37 ------------------------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-07-01 17:53:58 UTC (rev 216156)
+++ extra-i686/PKGBUILD	2014-07-01 17:54:11 UTC (rev 216157)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Comete <la_comete at tiscali.fr>
-
-pkgname=nss_ldap
-pkgver=265
-pkgrel=4
-pkgdesc="The nss_ldap module provides the means for Linux and Solaris workstations to resolve the entities defined in RFC 2307 from LDAP directories."
-arch=('i686' 'x86_64')
-url="http://www.padl.com/OSS/nss_ldap.html"
-license=('LGPL')
-depends=('libldap' 'krb5')
-backup=("etc/nss_ldap.conf")
-source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c1cb02d1a85538cf16bca6f6a562abe4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure \
-       --prefix=/usr \
-       --with-ldap-conf-file=/etc/nss_ldap.conf \
-       --with-ldap=openldap \
-       --sysconfdir=/etc \
-       --mandir=/usr/share/man \
-       --enable-schema-mapping \
-       --enable-rfc2307bis \
-       --enable-configurable-krb5-ccname-gssapi
-  env PATH=`pwd`:"$PATH" make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # buildsystem is trying to be clever and hardcodes symlinks in /usr$(libdir)
-  rm -rf "${pkgdir}/usr/usr"
-}

Copied: nss_ldap/repos/extra-i686/PKGBUILD (from rev 216154, nss_ldap/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-07-01 17:54:11 UTC (rev 216157)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Comete <la_comete at tiscali.fr>
+
+pkgname=nss_ldap
+pkgver=265
+pkgrel=5
+pkgdesc="The nss_ldap module provides the means for Linux and Solaris workstations to resolve the entities defined in RFC 2307 from LDAP directories."
+arch=('i686' 'x86_64')
+url="http://www.padl.com/OSS/nss_ldap.html"
+license=('LGPL')
+depends=('libldap' 'krb5')
+backup=("etc/nss_ldap.conf")
+source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('c1cb02d1a85538cf16bca6f6a562abe4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure \
+       --prefix=/usr \
+       --with-ldap-conf-file=/etc/nss_ldap.conf \
+       --with-ldap=openldap \
+       --sysconfdir=/etc \
+       --mandir=/usr/share/man \
+       --enable-schema-mapping \
+       --enable-rfc2307bis \
+       --enable-configurable-krb5-ccname-gssapi
+  env PATH=`pwd`:"$PATH" make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # buildsystem is trying to be clever and hardcodes symlinks in /usr$(libdir)
+  rm -rf "${pkgdir}/usr/usr"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-07-01 17:53:58 UTC (rev 216156)
+++ extra-x86_64/PKGBUILD	2014-07-01 17:54:11 UTC (rev 216157)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Comete <la_comete at tiscali.fr>
-
-pkgname=nss_ldap
-pkgver=265
-pkgrel=4
-pkgdesc="The nss_ldap module provides the means for Linux and Solaris workstations to resolve the entities defined in RFC 2307 from LDAP directories."
-arch=('i686' 'x86_64')
-url="http://www.padl.com/OSS/nss_ldap.html"
-license=('LGPL')
-depends=('libldap' 'krb5')
-backup=("etc/nss_ldap.conf")
-source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c1cb02d1a85538cf16bca6f6a562abe4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure \
-       --prefix=/usr \
-       --with-ldap-conf-file=/etc/nss_ldap.conf \
-       --with-ldap=openldap \
-       --sysconfdir=/etc \
-       --mandir=/usr/share/man \
-       --enable-schema-mapping \
-       --enable-rfc2307bis \
-       --enable-configurable-krb5-ccname-gssapi
-  env PATH=`pwd`:"$PATH" make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # buildsystem is trying to be clever and hardcodes symlinks in /usr$(libdir)
-  rm -rf "${pkgdir}/usr/usr"
-}

Copied: nss_ldap/repos/extra-x86_64/PKGBUILD (from rev 216156, nss_ldap/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-07-01 17:54:11 UTC (rev 216157)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Comete <la_comete at tiscali.fr>
+
+pkgname=nss_ldap
+pkgver=265
+pkgrel=5
+pkgdesc="The nss_ldap module provides the means for Linux and Solaris workstations to resolve the entities defined in RFC 2307 from LDAP directories."
+arch=('i686' 'x86_64')
+url="http://www.padl.com/OSS/nss_ldap.html"
+license=('LGPL')
+depends=('libldap' 'krb5')
+backup=("etc/nss_ldap.conf")
+source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('c1cb02d1a85538cf16bca6f6a562abe4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure \
+       --prefix=/usr \
+       --with-ldap-conf-file=/etc/nss_ldap.conf \
+       --with-ldap=openldap \
+       --sysconfdir=/etc \
+       --mandir=/usr/share/man \
+       --enable-schema-mapping \
+       --enable-rfc2307bis \
+       --enable-configurable-krb5-ccname-gssapi
+  env PATH=`pwd`:"$PATH" make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # buildsystem is trying to be clever and hardcodes symlinks in /usr$(libdir)
+  rm -rf "${pkgdir}/usr/usr"
+}




More information about the arch-commits mailing list