[arch-commits] Commit in dirmngr/repos (5 files)
Tobias Powalowski
tpowa at archlinux.org
Sun Apr 8 07:13:40 UTC 2012
Date: Sunday, April 8, 2012 @ 03:13:39
Author: tpowa
Revision: 155869
db-move: moved dirmngr from [testing] to [core] (i686)
Added:
dirmngr/repos/core-i686/PKGBUILD
(from rev 155868, dirmngr/repos/testing-i686/PKGBUILD)
dirmngr/repos/core-i686/dirmngr.install
(from rev 155868, dirmngr/repos/testing-i686/dirmngr.install)
Deleted:
dirmngr/repos/core-i686/PKGBUILD
dirmngr/repos/core-i686/dirmngr.install
dirmngr/repos/testing-i686/
-----------------+
PKGBUILD | 51 ++++++++++++++++++++++++++++++---------------------
dirmngr.install | 40 ++++++++++++++++++++--------------------
2 files changed, 50 insertions(+), 41 deletions(-)
Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2012-04-08 07:12:43 UTC (rev 155868)
+++ core-i686/PKGBUILD 2012-04-08 07:13:39 UTC (rev 155869)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=dirmngr
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="A daemon to handle CRL and certificate requests"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="ftp://ftp.gnupg.org/gcrypt/dirmngr"
-depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
-install=dirmngr.install
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --libexecdir=/usr/lib
- make
- make DESTDIR=$pkgdir install
-}
-md5sums=('f2570f0248f5947daac200e85291b328')
Copied: dirmngr/repos/core-i686/PKGBUILD (from rev 155868, dirmngr/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2012-04-08 07:13:39 UTC (rev 155869)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=dirmngr
+pkgver=1.1.0
+pkgrel=4
+pkgdesc="A daemon to handle CRL and certificate requests"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="ftp://ftp.gnupg.org/gcrypt/dirmngr"
+depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=dirmngr.install
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ # FIX for https://bugzilla.redhat.com/565131
+ # not sure how best to turn this into something more upstreamable
+ # patch configure to try this combo first? -- Rex
+ # https://bugs.archlinux.org/task/28606
+ export LDAPLIBS="-lldap -llber"
+ ./configure --prefix=/usr --libexecdir=/usr/lib
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+}
+md5sums=('f2570f0248f5947daac200e85291b328')
Deleted: core-i686/dirmngr.install
===================================================================
--- core-i686/dirmngr.install 2012-04-08 07:12:43 UTC (rev 155868)
+++ core-i686/dirmngr.install 2012-04-08 07:13:39 UTC (rev 155869)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(dirmngr.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info $infodir/$file.gz $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
- done
-}
Copied: dirmngr/repos/core-i686/dirmngr.install (from rev 155868, dirmngr/repos/testing-i686/dirmngr.install)
===================================================================
--- core-i686/dirmngr.install (rev 0)
+++ core-i686/dirmngr.install 2012-04-08 07:13:39 UTC (rev 155869)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(dirmngr.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+ install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+ done
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+ install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+ done
+}
More information about the arch-commits
mailing list