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

Antonio Rojas arojas at archlinux.org
Fri May 6 18:12:31 UTC 2016


    Date: Friday, May 6, 2016 @ 20:12:31
  Author: arojas
Revision: 267024

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

Added:
  gsasl/repos/extra-i686/PKGBUILD
    (from rev 267023, gsasl/trunk/PKGBUILD)
  gsasl/repos/extra-x86_64/PKGBUILD
    (from rev 267023, gsasl/trunk/PKGBUILD)
Deleted:
  gsasl/repos/extra-i686/PKGBUILD
  gsasl/repos/extra-i686/gsasl.install
  gsasl/repos/extra-x86_64/PKGBUILD
  gsasl/repos/extra-x86_64/gsasl.install

----------------------------+
 /PKGBUILD                  |   58 +++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD        |   30 ----------------------
 extra-i686/gsasl.install   |   16 -----------
 extra-x86_64/PKGBUILD      |   30 ----------------------
 extra-x86_64/gsasl.install |   16 -----------
 5 files changed, 58 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-06 18:11:59 UTC (rev 267023)
+++ extra-i686/PKGBUILD	2016-05-06 18:12:31 UTC (rev 267024)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gsasl
-pkgver=1.8.0
-pkgrel=5
-pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
-arch=('i686' 'x86_64')
-url="http://josefsson.org/gsasl/"
-license=('GPL')
-depends=('gnutls' 'libidn' 'krb5' 'libgcrypt')
-install=gsasl.install
-source=(ftp://ftp.gnu.org/gnu/gsasl/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('343fd97ae924dc406986c02fb9b889f4114239ae')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|error too old libgcrypt|/*error too old libgcrypt*/|' lib/configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-gssapi-impl=mit
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gsasl/repos/extra-i686/PKGBUILD (from rev 267023, gsasl/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-06 18:12:31 UTC (rev 267024)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gsasl
+pkgver=1.8.0
+pkgrel=6
+pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
+arch=('i686' 'x86_64')
+url="http://josefsson.org/gsasl/"
+license=('GPL')
+depends=('gnutls' 'libidn' 'krb5' 'libgcrypt')
+source=(ftp://ftp.gnu.org/gnu/gsasl/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('343fd97ae924dc406986c02fb9b889f4114239ae')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|error too old libgcrypt|/*error too old libgcrypt*/|' lib/configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-gssapi-impl=mit
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gsasl.install
===================================================================
--- extra-i686/gsasl.install	2016-05-06 18:11:59 UTC (rev 267023)
+++ extra-i686/gsasl.install	2016-05-06 18:12:31 UTC (rev 267024)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=gsasl.info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-06 18:11:59 UTC (rev 267023)
+++ extra-x86_64/PKGBUILD	2016-05-06 18:12:31 UTC (rev 267024)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gsasl
-pkgver=1.8.0
-pkgrel=5
-pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
-arch=('i686' 'x86_64')
-url="http://josefsson.org/gsasl/"
-license=('GPL')
-depends=('gnutls' 'libidn' 'krb5' 'libgcrypt')
-install=gsasl.install
-source=(ftp://ftp.gnu.org/gnu/gsasl/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('343fd97ae924dc406986c02fb9b889f4114239ae')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|error too old libgcrypt|/*error too old libgcrypt*/|' lib/configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-gssapi-impl=mit
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gsasl/repos/extra-x86_64/PKGBUILD (from rev 267023, gsasl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-06 18:12:31 UTC (rev 267024)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gsasl
+pkgver=1.8.0
+pkgrel=6
+pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
+arch=('i686' 'x86_64')
+url="http://josefsson.org/gsasl/"
+license=('GPL')
+depends=('gnutls' 'libidn' 'krb5' 'libgcrypt')
+source=(ftp://ftp.gnu.org/gnu/gsasl/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('343fd97ae924dc406986c02fb9b889f4114239ae')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|error too old libgcrypt|/*error too old libgcrypt*/|' lib/configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-gssapi-impl=mit
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/gsasl.install
===================================================================
--- extra-x86_64/gsasl.install	2016-05-06 18:11:59 UTC (rev 267023)
+++ extra-x86_64/gsasl.install	2016-05-06 18:12:31 UTC (rev 267024)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=gsasl.info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-}



More information about the arch-commits mailing list