[arch-commits] Commit in libtasn1/repos (6 files)

2016-04-11 Thread Andreas Radke
Date: Monday, April 11, 2016 @ 16:34:32
  Author: andyrtr
Revision: 264647

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

Added:
  libtasn1/repos/testing-i686/
  libtasn1/repos/testing-i686/PKGBUILD
(from rev 264646, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-i686/libtasn1.install
(from rev 264646, libtasn1/trunk/libtasn1.install)
  libtasn1/repos/testing-x86_64/
  libtasn1/repos/testing-x86_64/PKGBUILD
(from rev 264646, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-x86_64/libtasn1.install
(from rev 264646, libtasn1/trunk/libtasn1.install)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/libtasn1.install   |   18 ++
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/libtasn1.install |   18 ++
 4 files changed, 110 insertions(+)

Copied: libtasn1/repos/testing-i686/PKGBUILD (from rev 264646, 
libtasn1/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-11 14:34:32 UTC (rev 264647)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+# Contributor: judd 
+
+pkgname=libtasn1
+pkgver=4.8
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url="http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('9a6767705725544f2b86670dcfb34107'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports="http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libtasn1/repos/testing-i686/libtasn1.install (from rev 264646, 
libtasn1/trunk/libtasn1.install)
===
--- testing-i686/libtasn1.install   (rev 0)
+++ testing-i686/libtasn1.install   2016-04-11 14:34:32 UTC (rev 264647)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: libtasn1/repos/testing-x86_64/PKGBUILD (from rev 264646, 
libtasn1/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-11 14:34:32 UTC (rev 264647)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+# Contributor: judd 
+
+pkgname=libtasn1
+pkgver=4.8
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url="http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('9a6767705725544f2b86670dcfb34107'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports="http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libtasn1/repos/testing-x86_64/libtasn1.install (from rev 264646, 
libtasn1/trunk/libtasn1.install)
===
--- testing-x86_64/libtasn1.install (rev 0)
+++ testing-x86_64/libtasn1.install 2016-04-11 14:34:32 UTC (rev 264647)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}


[arch-commits] Commit in libtasn1/repos (6 files)

2015-09-07 Thread Andreas Radke
Date: Monday, September 7, 2015 @ 21:02:07
  Author: andyrtr
Revision: 245484

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

Added:
  libtasn1/repos/testing-i686/
  libtasn1/repos/testing-i686/PKGBUILD
(from rev 245483, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-i686/libtasn1.install
(from rev 245483, libtasn1/trunk/libtasn1.install)
  libtasn1/repos/testing-x86_64/
  libtasn1/repos/testing-x86_64/PKGBUILD
(from rev 245483, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-x86_64/libtasn1.install
(from rev 245483, libtasn1/trunk/libtasn1.install)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/libtasn1.install   |   18 ++
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/libtasn1.install |   18 ++
 4 files changed, 110 insertions(+)

Copied: libtasn1/repos/testing-i686/PKGBUILD (from rev 245483, 
libtasn1/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-07 19:02:07 UTC (rev 245484)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+# Contributor: judd 
+
+pkgname=libtasn1
+pkgver=4.6
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url="http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('454a7f80362f38bd2335b6e9d95f57a6'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports="http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libtasn1/repos/testing-i686/libtasn1.install (from rev 245483, 
libtasn1/trunk/libtasn1.install)
===
--- testing-i686/libtasn1.install   (rev 0)
+++ testing-i686/libtasn1.install   2015-09-07 19:02:07 UTC (rev 245484)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: libtasn1/repos/testing-x86_64/PKGBUILD (from rev 245483, 
libtasn1/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-07 19:02:07 UTC (rev 245484)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+# Contributor: judd 
+
+pkgname=libtasn1
+pkgver=4.6
+pkgrel=1
+pkgdesc="The ASN.1 library used in GNUTLS"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url="http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('454a7f80362f38bd2335b6e9d95f57a6'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports="http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libtasn1/repos/testing-x86_64/libtasn1.install (from rev 245483, 
libtasn1/trunk/libtasn1.install)
===
--- testing-x86_64/libtasn1.install (rev 0)
+++ testing-x86_64/libtasn1.install 2015-09-07 19:02:07 UTC (rev 245484)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}


[arch-commits] Commit in libtasn1/repos (6 files)

2015-05-02 Thread Andreas Radke
Date: Saturday, May 2, 2015 @ 14:42:20
  Author: andyrtr
Revision: 238348

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

Added:
  libtasn1/repos/testing-i686/
  libtasn1/repos/testing-i686/PKGBUILD
(from rev 238347, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-i686/libtasn1.install
(from rev 238347, libtasn1/trunk/libtasn1.install)
  libtasn1/repos/testing-x86_64/
  libtasn1/repos/testing-x86_64/PKGBUILD
(from rev 238347, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-x86_64/libtasn1.install
(from rev 238347, libtasn1/trunk/libtasn1.install)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/libtasn1.install   |   18 ++
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/libtasn1.install |   18 ++
 4 files changed, 110 insertions(+)

Copied: libtasn1/repos/testing-i686/PKGBUILD (from rev 238347, 
libtasn1/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-02 12:42:20 UTC (rev 238348)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.5
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('81d272697545e82d39f6bd14854b68f0'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-i686/libtasn1.install (from rev 238347, 
libtasn1/trunk/libtasn1.install)
===
--- testing-i686/libtasn1.install   (rev 0)
+++ testing-i686/libtasn1.install   2015-05-02 12:42:20 UTC (rev 238348)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: libtasn1/repos/testing-x86_64/PKGBUILD (from rev 238347, 
libtasn1/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-02 12:42:20 UTC (rev 238348)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.5
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('81d272697545e82d39f6bd14854b68f0'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-x86_64/libtasn1.install (from rev 238347, 
libtasn1/trunk/libtasn1.install)
===
--- testing-x86_64/libtasn1.install (rev 0)
+++ testing-x86_64/libtasn1.install 2015-05-02 12:42:20 UTC (rev 238348)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}


[arch-commits] Commit in libtasn1/repos (6 files)

2015-03-29 Thread Andreas Radke
Date: Sunday, March 29, 2015 @ 13:09:41
  Author: andyrtr
Revision: 235257

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

Added:
  libtasn1/repos/testing-i686/
  libtasn1/repos/testing-i686/PKGBUILD
(from rev 235256, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-i686/libtasn1.install
(from rev 235256, libtasn1/trunk/libtasn1.install)
  libtasn1/repos/testing-x86_64/
  libtasn1/repos/testing-x86_64/PKGBUILD
(from rev 235256, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-x86_64/libtasn1.install
(from rev 235256, libtasn1/trunk/libtasn1.install)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/libtasn1.install   |   18 ++
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/libtasn1.install |   18 ++
 4 files changed, 110 insertions(+)

Copied: libtasn1/repos/testing-i686/PKGBUILD (from rev 235256, 
libtasn1/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-29 11:09:41 UTC (rev 235257)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.4
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('c26d76d1309dd339365c563076599912'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-i686/libtasn1.install (from rev 235256, 
libtasn1/trunk/libtasn1.install)
===
--- testing-i686/libtasn1.install   (rev 0)
+++ testing-i686/libtasn1.install   2015-03-29 11:09:41 UTC (rev 235257)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: libtasn1/repos/testing-x86_64/PKGBUILD (from rev 235256, 
libtasn1/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-29 11:09:41 UTC (rev 235257)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.4
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('c26d76d1309dd339365c563076599912'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-x86_64/libtasn1.install (from rev 235256, 
libtasn1/trunk/libtasn1.install)
===
--- testing-x86_64/libtasn1.install (rev 0)
+++ testing-x86_64/libtasn1.install 2015-03-29 11:09:41 UTC (rev 235257)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}


[arch-commits] Commit in libtasn1/repos (6 files)

2015-03-12 Thread Andreas Radke
Date: Wednesday, March 11, 2015 @ 20:09:16
  Author: andyrtr
Revision: 233365

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

Added:
  libtasn1/repos/testing-i686/
  libtasn1/repos/testing-i686/PKGBUILD
(from rev 233364, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-i686/libtasn1.install
(from rev 233364, libtasn1/trunk/libtasn1.install)
  libtasn1/repos/testing-x86_64/
  libtasn1/repos/testing-x86_64/PKGBUILD
(from rev 233364, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-x86_64/libtasn1.install
(from rev 233364, libtasn1/trunk/libtasn1.install)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/libtasn1.install   |   18 ++
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/libtasn1.install |   18 ++
 4 files changed, 110 insertions(+)

Copied: libtasn1/repos/testing-i686/PKGBUILD (from rev 233364, 
libtasn1/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-11 19:09:16 UTC (rev 233365)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.3
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('67e98988f966a34fbf1b82d33eef9e7e'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-i686/libtasn1.install (from rev 233364, 
libtasn1/trunk/libtasn1.install)
===
--- testing-i686/libtasn1.install   (rev 0)
+++ testing-i686/libtasn1.install   2015-03-11 19:09:16 UTC (rev 233365)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: libtasn1/repos/testing-x86_64/PKGBUILD (from rev 233364, 
libtasn1/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-11 19:09:16 UTC (rev 233365)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.3
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('67e98988f966a34fbf1b82d33eef9e7e'
+ 'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-x86_64/libtasn1.install (from rev 233364, 
libtasn1/trunk/libtasn1.install)
===
--- testing-x86_64/libtasn1.install (rev 0)
+++ testing-x86_64/libtasn1.install 2015-03-11 19:09:16 UTC (rev 233365)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}


[arch-commits] Commit in libtasn1/repos (6 files)

2014-07-25 Thread Andreas Radke
Date: Friday, July 25, 2014 @ 13:49:45
  Author: andyrtr
Revision: 217838

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

Added:
  libtasn1/repos/testing-i686/
  libtasn1/repos/testing-i686/PKGBUILD
(from rev 217837, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-i686/libtasn1.install
(from rev 217837, libtasn1/trunk/libtasn1.install)
  libtasn1/repos/testing-x86_64/
  libtasn1/repos/testing-x86_64/PKGBUILD
(from rev 217837, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/testing-x86_64/libtasn1.install
(from rev 217837, libtasn1/trunk/libtasn1.install)

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/libtasn1.install   |   18 ++
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/libtasn1.install |   18 ++
 4 files changed, 108 insertions(+)

Copied: libtasn1/repos/testing-i686/PKGBUILD (from rev 217837, 
libtasn1/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-25 11:49:45 UTC (rev 217838)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.0
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('d3d2d9bce3b6668b9827a9df52635be1'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-i686/libtasn1.install (from rev 217837, 
libtasn1/trunk/libtasn1.install)
===
--- testing-i686/libtasn1.install   (rev 0)
+++ testing-i686/libtasn1.install   2014-07-25 11:49:45 UTC (rev 217838)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: libtasn1/repos/testing-x86_64/PKGBUILD (from rev 217837, 
libtasn1/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-25 11:49:45 UTC (rev 217838)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.0
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('d3d2d9bce3b6668b9827a9df52635be1'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/testing-x86_64/libtasn1.install (from rev 217837, 
libtasn1/trunk/libtasn1.install)
===
--- testing-x86_64/libtasn1.install (rev 0)
+++ testing-x86_64/libtasn1.install 2014-07-25 11:49:45 UTC (rev 217838)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in libtasn1/repos (6 files)

2012-10-30 Thread andyrtr
Date: Tuesday, October 30, 2012 @ 15:44:58
  Author: andyrtr
Revision: 169831

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

Added:
  libtasn1/repos/staging-i686/
  libtasn1/repos/staging-i686/PKGBUILD
(from rev 169830, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/staging-i686/libtasn1.install
(from rev 169830, libtasn1/trunk/libtasn1.install)
  libtasn1/repos/staging-x86_64/
  libtasn1/repos/staging-x86_64/PKGBUILD
(from rev 169830, libtasn1/trunk/PKGBUILD)
  libtasn1/repos/staging-x86_64/libtasn1.install
(from rev 169830, libtasn1/trunk/libtasn1.install)

-+
 staging-i686/PKGBUILD   |   36 
 staging-i686/libtasn1.install   |   18 ++
 staging-x86_64/PKGBUILD |   36 
 staging-x86_64/libtasn1.install |   18 ++
 4 files changed, 108 insertions(+)

Copied: libtasn1/repos/staging-i686/PKGBUILD (from rev 169830, 
libtasn1/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-30 19:44:58 UTC (rev 169831)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=3.0
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+options=('!libtool')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('0ce12f8b0460ae6eabf2a608506dbd337bf78a71'
+  '48abf083dc9d36cc64f0d80cebd3da1dbc47d557')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/staging-i686/libtasn1.install (from rev 169830, 
libtasn1/trunk/libtasn1.install)
===
--- staging-i686/libtasn1.install   (rev 0)
+++ staging-i686/libtasn1.install   2012-10-30 19:44:58 UTC (rev 169831)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: libtasn1/repos/staging-x86_64/PKGBUILD (from rev 169830, 
libtasn1/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-30 19:44:58 UTC (rev 169831)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=3.0
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+options=('!libtool')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('0ce12f8b0460ae6eabf2a608506dbd337bf78a71'
+  '48abf083dc9d36cc64f0d80cebd3da1dbc47d557')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libtasn1/repos/staging-x86_64/libtasn1.install (from rev 169830, 
libtasn1/trunk/libtasn1.install)
===
--- staging-x86_64/libtasn1.install (rev 0)
+++ staging-x86_64/libtasn1.install 2012-10-30 19:44:58 UTC (rev 169831)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}