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

2016-07-14 Thread Gaƫtan Bisson
Date: Friday, July 15, 2016 @ 00:19:13
  Author: bisson
Revision: 271875

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

Added:
  libassuan/repos/staging-i686/
  libassuan/repos/staging-i686/PKGBUILD
(from rev 271874, libassuan/trunk/PKGBUILD)
  libassuan/repos/staging-x86_64/
  libassuan/repos/staging-x86_64/PKGBUILD
(from rev 271874, libassuan/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libassuan/repos/staging-i686/PKGBUILD (from rev 271874, 
libassuan/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-07-15 00:19:13 UTC (rev 271875)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libassuan
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('27391cf4a820b5350ea789c30661830c9a271518'
+  'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: libassuan/repos/staging-x86_64/PKGBUILD (from rev 271874, 
libassuan/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-07-15 00:19:13 UTC (rev 271875)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=libassuan
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='IPC library used by some GnuPG related software'
+url='http://www.gnupg.org/related_software/libassuan/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgpg-error')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('27391cf4a820b5350ea789c30661830c9a271518'
+  'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2016-05-03 Thread Gaetan Bisson
Date: Tuesday, May 3, 2016 @ 12:48:05
  Author: bisson
Revision: 266809

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

Added:
  libassuan/repos/testing-i686/
  libassuan/repos/testing-i686/PKGBUILD
(from rev 266808, libassuan/trunk/PKGBUILD)
  libassuan/repos/testing-x86_64/
  libassuan/repos/testing-x86_64/PKGBUILD
(from rev 266808, libassuan/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libassuan/repos/testing-i686/PKGBUILD (from rev 266808, 
libassuan/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-03 10:48:05 UTC (rev 266809)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libassuan/repos/testing-x86_64/PKGBUILD (from rev 266808, 
libassuan/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-03 10:48:05 UTC (rev 266809)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2016-05-03 Thread Gaetan Bisson
Date: Tuesday, May 3, 2016 @ 12:46:20
  Author: bisson
Revision: 266807

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

Added:
  libassuan/repos/extra-i686/
  libassuan/repos/extra-i686/PKGBUILD
(from rev 266806, libassuan/trunk/PKGBUILD)
  libassuan/repos/extra-x86_64/
  libassuan/repos/extra-x86_64/PKGBUILD
(from rev 266806, libassuan/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   31 +++
 extra-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libassuan/repos/extra-i686/PKGBUILD (from rev 266806, 
libassuan/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-03 10:46:20 UTC (rev 266807)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libassuan/repos/extra-x86_64/PKGBUILD (from rev 266806, 
libassuan/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-03 10:46:20 UTC (rev 266807)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('ac1047f9764fd4a4db7dafe47640643164394db9'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:51
  Author: dreisner
Revision: 146744

db-move: moved libassuan from [extra] to [core] (i686)

Added:
  libassuan/repos/core-i686/
  libassuan/repos/core-i686/PKGBUILD
(from rev 146735, libassuan/repos/extra-i686/PKGBUILD)
  libassuan/repos/core-i686/libassuan.install
(from rev 146735, libassuan/repos/extra-i686/libassuan.install)
Deleted:
  libassuan/repos/extra-i686/

---+
 PKGBUILD  |   31 +++
 libassuan.install |   20 
 2 files changed, 51 insertions(+)

Copied: libassuan/repos/core-i686/PKGBUILD (from rev 146735, 
libassuan/repos/extra-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-16 22:52:51 UTC (rev 146744)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libassuan
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=A IPC library used by some GnuPG related software
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+options=('!libtool')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=libassuan.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('179d1918325fdb928c7bd90b8a514fc7')

Copied: libassuan/repos/core-i686/libassuan.install (from rev 146735, 
libassuan/repos/extra-i686/libassuan.install)
===
--- core-i686/libassuan.install (rev 0)
+++ core-i686/libassuan.install 2012-01-16 22:52:51 UTC (rev 146744)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.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
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:52
  Author: dreisner
Revision: 146745

db-move: moved libassuan from [extra] to [core] (x86_64)

Added:
  libassuan/repos/core-x86_64/
  libassuan/repos/core-x86_64/PKGBUILD
(from rev 146735, libassuan/repos/extra-x86_64/PKGBUILD)
  libassuan/repos/core-x86_64/libassuan.install
(from rev 146735, libassuan/repos/extra-x86_64/libassuan.install)
Deleted:
  libassuan/repos/extra-x86_64/

---+
 PKGBUILD  |   31 +++
 libassuan.install |   20 
 2 files changed, 51 insertions(+)

Copied: libassuan/repos/core-x86_64/PKGBUILD (from rev 146735, 
libassuan/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-16 22:52:52 UTC (rev 146745)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libassuan
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=A IPC library used by some GnuPG related software
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+options=('!libtool')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=libassuan.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('179d1918325fdb928c7bd90b8a514fc7')

Copied: libassuan/repos/core-x86_64/libassuan.install (from rev 146735, 
libassuan/repos/extra-x86_64/libassuan.install)
===
--- core-x86_64/libassuan.install   (rev 0)
+++ core-x86_64/libassuan.install   2012-01-16 22:52:52 UTC (rev 146745)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.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
+}