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

Stéphane Gaudreault stephane at archlinux.org
Wed Dec 7 12:54:45 UTC 2011


    Date: Wednesday, December 7, 2011 @ 07:54:45
  Author: stephane
Revision: 144590

db-move: moved keyutils from [testing] to [core] (x86_64)

Added:
  keyutils/repos/core-x86_64/PKGBUILD
    (from rev 144588, keyutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  keyutils/repos/core-x86_64/PKGBUILD
  keyutils/repos/testing-x86_64/

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2011-12-07 12:54:44 UTC (rev 144589)
+++ core-x86_64/PKGBUILD	2011-12-07 12:54:45 UTC (rev 144590)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-pkgname=keyutils
-pkgver=1.5.2
-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=('19811ee31f683058a9aae3e6a3a23a7f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i "s|/lib64|/lib|g" Makefile
-  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: keyutils/repos/core-x86_64/PKGBUILD (from rev 144588, keyutils/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2011-12-07 12:54:45 UTC (rev 144590)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=1
+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=('9e8ab5164bc8f84be148761cc89e9d6f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i "s|/lib64|/lib|g" Makefile
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list