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

Tobias Powalowski tpowa at archlinux.org
Sat Jun 23 16:28:17 UTC 2012


    Date: Saturday, June 23, 2012 @ 12:28:17
  Author: tpowa
Revision: 162210

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

Added:
  keyutils/repos/testing-i686/PKGBUILD
    (from rev 162209, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/PKGBUILD
    (from rev 162209, keyutils/trunk/PKGBUILD)
Deleted:
  keyutils/repos/testing-i686/PKGBUILD
  keyutils/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2012-06-23 16:27:48 UTC (rev 162209)
+++ testing-i686/PKGBUILD	2012-06-23 16:28:17 UTC (rev 162210)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-pkgname=keyutils
-pkgver=1.5.5
-pkgrel=2
-pkgdesc="Linux Key Management Utilities"
-arch=(i686 x86_64)
-url="http://www.kernel.org"
-license=('GPL2' 'LGPL2.1')
-depends=('glibc' 'sh')
-backup=(etc/request-key.conf)
-source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d759680b2f23c99af95938f5026f25fb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" LIBDIR="/usr/lib" USRLIBDIR="/usr/lib"  install
-  # add nfsidmap to config file #30396
-  echo "# NFS idmap resolver" >> $pkgdir/etc/request-key.conf
-  echo "create id_resolver * * /usr/sbin/nfsidmap %k %d" \
-       >> $pkgdir/etc/request-key.conf
-}

Copied: keyutils/repos/testing-i686/PKGBUILD (from rev 162209, keyutils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-06-23 16:28:17 UTC (rev 162210)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=3
+pkgdesc="Linux Key Management Utilities"
+arch=(i686 x86_64)
+url="http://www.kernel.org"
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+backup=(etc/request-key.conf)
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" LIBDIR="/usr/lib" USRLIBDIR="/usr/lib"  install
+  # add nfsidmap to config file #30396
+  echo "# NFS idmap resolver" >> $pkgdir/etc/request-key.conf
+  echo "create id_resolver * * /usr/sbin/nfsidmap %k %d" \
+       >> $pkgdir/etc/request-key.conf
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2012-06-23 16:27:48 UTC (rev 162209)
+++ testing-x86_64/PKGBUILD	2012-06-23 16:28:17 UTC (rev 162210)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-pkgname=keyutils
-pkgver=1.5.5
-pkgrel=2
-pkgdesc="Linux Key Management Utilities"
-arch=(i686 x86_64)
-url="http://www.kernel.org"
-license=('GPL2' 'LGPL2.1')
-depends=('glibc' 'sh')
-backup=(etc/request-key.conf)
-source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d759680b2f23c99af95938f5026f25fb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" LIBDIR="/usr/lib" USRLIBDIR="/usr/lib"  install
-  # add nfsidmap to config file #30396
-  echo "# NFS idmap resolver" >> $pkgdir/etc/request-key.conf
-  echo "create id_resolver * * /usr/sbin/nfsidmap %k %d" \
-       >> $pkgdir/etc/request-key.conf
-}

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 162209, keyutils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-06-23 16:28:17 UTC (rev 162210)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=3
+pkgdesc="Linux Key Management Utilities"
+arch=(i686 x86_64)
+url="http://www.kernel.org"
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+backup=(etc/request-key.conf)
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" LIBDIR="/usr/lib" USRLIBDIR="/usr/lib"  install
+  # add nfsidmap to config file #30396
+  echo "# NFS idmap resolver" >> $pkgdir/etc/request-key.conf
+  echo "create id_resolver * * /usr/sbin/nfsidmap %k %d" \
+       >> $pkgdir/etc/request-key.conf
+}




More information about the arch-commits mailing list