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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Oct 31 05:15:58 UTC 2012


    Date: Wednesday, October 31, 2012 @ 01:15:58
  Author: andyrtr
Revision: 170031

db-move: moved libtasn1 from [testing] to [extra] (i686, x86_64)

Added:
  libtasn1/repos/extra-i686/PKGBUILD
    (from rev 170030, libtasn1/repos/testing-i686/PKGBUILD)
  libtasn1/repos/extra-i686/libtasn1.install
    (from rev 170030, libtasn1/repos/testing-i686/libtasn1.install)
  libtasn1/repos/extra-x86_64/PKGBUILD
    (from rev 170030, libtasn1/repos/testing-x86_64/PKGBUILD)
  libtasn1/repos/extra-x86_64/libtasn1.install
    (from rev 170030, libtasn1/repos/testing-x86_64/libtasn1.install)
Deleted:
  libtasn1/repos/extra-i686/PKGBUILD
  libtasn1/repos/extra-i686/libtasn1.install
  libtasn1/repos/extra-x86_64/PKGBUILD
  libtasn1/repos/extra-x86_64/libtasn1.install
  libtasn1/repos/testing-i686/
  libtasn1/repos/testing-x86_64/

-------------------------------+
 extra-i686/PKGBUILD           |   72 ++++++++++++++++++++--------------------
 extra-i686/libtasn1.install   |   36 ++++++++++----------
 extra-x86_64/PKGBUILD         |   72 ++++++++++++++++++++--------------------
 extra-x86_64/libtasn1.install |   36 ++++++++++----------
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-10-31 04:53:31 UTC (rev 170030)
+++ extra-i686/PKGBUILD	2012-10-31 05:15:58 UTC (rev 170031)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=libtasn1
-pkgver=2.14
-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=('22f9e0b15f870c8e03ac9cc1ead969d4d84eb931'
-          'cd6fdde4f59f7c24eb738896904034f17ab490f2')
-
-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/extra-i686/PKGBUILD (from rev 170030, libtasn1/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-10-31 05:15:58 UTC (rev 170031)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: judd <jvinet at 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
+}

Deleted: extra-i686/libtasn1.install
===================================================================
--- extra-i686/libtasn1.install	2012-10-31 04:53:31 UTC (rev 170030)
+++ extra-i686/libtasn1.install	2012-10-31 05:15:58 UTC (rev 170031)
@@ -1,18 +0,0 @@
-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/extra-i686/libtasn1.install (from rev 170030, libtasn1/repos/testing-i686/libtasn1.install)
===================================================================
--- extra-i686/libtasn1.install	                        (rev 0)
+++ extra-i686/libtasn1.install	2012-10-31 05:15:58 UTC (rev 170031)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-10-31 04:53:31 UTC (rev 170030)
+++ extra-x86_64/PKGBUILD	2012-10-31 05:15:58 UTC (rev 170031)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=libtasn1
-pkgver=2.14
-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=('22f9e0b15f870c8e03ac9cc1ead969d4d84eb931'
-          'cd6fdde4f59f7c24eb738896904034f17ab490f2')
-
-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/extra-x86_64/PKGBUILD (from rev 170030, libtasn1/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-10-31 05:15:58 UTC (rev 170031)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: judd <jvinet at 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
+}

Deleted: extra-x86_64/libtasn1.install
===================================================================
--- extra-x86_64/libtasn1.install	2012-10-31 04:53:31 UTC (rev 170030)
+++ extra-x86_64/libtasn1.install	2012-10-31 05:15:58 UTC (rev 170031)
@@ -1,18 +0,0 @@
-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/extra-x86_64/libtasn1.install (from rev 170030, libtasn1/repos/testing-x86_64/libtasn1.install)
===================================================================
--- extra-x86_64/libtasn1.install	                        (rev 0)
+++ extra-x86_64/libtasn1.install	2012-10-31 05:15:58 UTC (rev 170031)
@@ -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
+}




More information about the arch-commits mailing list