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

Tom Gundersen tomegun at archlinux.org
Mon Aug 27 07:54:24 UTC 2012


    Date: Monday, August 27, 2012 @ 03:54:23
  Author: tomegun
Revision: 165600

db-move: moved libgssglue from [testing] to [core] (i686, x86_64)

Added:
  libgssglue/repos/core-i686/PKGBUILD
    (from rev 165599, libgssglue/repos/testing-i686/PKGBUILD)
  libgssglue/repos/core-i686/gssapi_mech.conf
    (from rev 165599, libgssglue/repos/testing-i686/gssapi_mech.conf)
  libgssglue/repos/core-x86_64/PKGBUILD
    (from rev 165599, libgssglue/repos/testing-x86_64/PKGBUILD)
  libgssglue/repos/core-x86_64/gssapi_mech.conf
    (from rev 165599, libgssglue/repos/testing-x86_64/gssapi_mech.conf)
Deleted:
  libgssglue/repos/core-i686/PKGBUILD
  libgssglue/repos/core-i686/gssapi_mech.conf
  libgssglue/repos/core-x86_64/PKGBUILD
  libgssglue/repos/core-x86_64/gssapi_mech.conf
  libgssglue/repos/testing-i686/
  libgssglue/repos/testing-x86_64/

------------------------------+
 core-i686/PKGBUILD           |   69 ++++++++++++++++++++---------------------
 core-i686/gssapi_mech.conf   |   44 +++++++++++++-------------
 core-x86_64/PKGBUILD         |   69 ++++++++++++++++++++---------------------
 core-x86_64/gssapi_mech.conf |   44 +++++++++++++-------------
 4 files changed, 114 insertions(+), 112 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-08-27 07:53:46 UTC (rev 165599)
+++ core-i686/PKGBUILD	2012-08-27 07:54:23 UTC (rev 165600)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libgssglue
-pkgver=0.3
-pkgrel=1
-pkgdesc="Exports a gssapi interface which calls other random gssapi libraries"
-arch=('i686' 'x86_64')
-url="http://www.citi.umich.edu/projects/nfsv4/linux/"
-license=('BSD')
-depends=('glibc')
-makedepends=('pkgconfig' 'autoconf')
-backup=(etc/gssapi_mech.conf)
-options=('!libtool')
-source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz
-        gssapi_mech.conf)
-md5sums=('48aaad11b7371ba3270faa322202c038'
-         '080be866717e4e06fa6f7d6f43cb395a')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # Configuration
-  install -Dm644 "$srcdir"/gssapi_mech.conf "$pkgdir/"etc/gssapi_mech.conf
-  # install license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/libgssglue/COPYING
-}

Copied: libgssglue/repos/core-i686/PKGBUILD (from rev 165599, libgssglue/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-08-27 07:54:23 UTC (rev 165600)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libgssglue
+pkgver=0.4
+pkgrel=1
+pkgdesc="Exports a gssapi interface which calls other random gssapi libraries"
+arch=('i686' 'x86_64')
+url="http://www.citi.umich.edu/projects/nfsv4/linux/"
+license=('BSD')
+depends=('glibc')
+makedepends=('pkgconfig' 'autoconf')
+backup=(etc/gssapi_mech.conf)
+options=('!libtool')
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz
+        gssapi_mech.conf)
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # Configuration
+  install -Dm644 "$srcdir"/gssapi_mech.conf "$pkgdir/"etc/gssapi_mech.conf
+  # install license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/libgssglue/COPYING
+}
+md5sums=('088797f3180702fa54e786496b32e750'
+         '080be866717e4e06fa6f7d6f43cb395a')

Deleted: core-i686/gssapi_mech.conf
===================================================================
--- core-i686/gssapi_mech.conf	2012-08-27 07:53:46 UTC (rev 165599)
+++ core-i686/gssapi_mech.conf	2012-08-27 07:54:23 UTC (rev 165600)
@@ -1,22 +0,0 @@
-# Example /etc/gssapi_mech.conf file
-#
-# GSSAPI Mechanism Definitions
-#
-# This configuration file determines which GSS-API mechanisms
-# the gssd code should use
-#
-# NOTE:
-# The initiaiization function "mechglue_internal_krb5_init"
-# is used for the MIT krb5 gssapi mechanism.  This special
-# function name indicates that an internal function should
-# be used to determine the entry points for the MIT gssapi
-# mechanism funtions.
-#
-# library                               initialization function
-# ================================      ==========================
-# The MIT K5 gssapi library, use special function for initialization.
-/usr/lib/libgssapi_krb5.so             mechglue_internal_krb5_init
-#/usr/lib/libgssapi.so            mechglue_internal_krb5_init
-#
-# The SPKM3 gssapi library function.  Use the function spkm3_gss_initialize.
-# /usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so    spkm3_gss_initialize

Copied: libgssglue/repos/core-i686/gssapi_mech.conf (from rev 165599, libgssglue/repos/testing-i686/gssapi_mech.conf)
===================================================================
--- core-i686/gssapi_mech.conf	                        (rev 0)
+++ core-i686/gssapi_mech.conf	2012-08-27 07:54:23 UTC (rev 165600)
@@ -0,0 +1,22 @@
+# Example /etc/gssapi_mech.conf file
+#
+# GSSAPI Mechanism Definitions
+#
+# This configuration file determines which GSS-API mechanisms
+# the gssd code should use
+#
+# NOTE:
+# The initiaiization function "mechglue_internal_krb5_init"
+# is used for the MIT krb5 gssapi mechanism.  This special
+# function name indicates that an internal function should
+# be used to determine the entry points for the MIT gssapi
+# mechanism funtions.
+#
+# library                               initialization function
+# ================================      ==========================
+# The MIT K5 gssapi library, use special function for initialization.
+/usr/lib/libgssapi_krb5.so             mechglue_internal_krb5_init
+#/usr/lib/libgssapi.so            mechglue_internal_krb5_init
+#
+# The SPKM3 gssapi library function.  Use the function spkm3_gss_initialize.
+# /usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so    spkm3_gss_initialize

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2012-08-27 07:53:46 UTC (rev 165599)
+++ core-x86_64/PKGBUILD	2012-08-27 07:54:23 UTC (rev 165600)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libgssglue
-pkgver=0.3
-pkgrel=1
-pkgdesc="Exports a gssapi interface which calls other random gssapi libraries"
-arch=('i686' 'x86_64')
-url="http://www.citi.umich.edu/projects/nfsv4/linux/"
-license=('BSD')
-depends=('glibc')
-makedepends=('pkgconfig' 'autoconf')
-backup=(etc/gssapi_mech.conf)
-options=('!libtool')
-source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz
-        gssapi_mech.conf)
-md5sums=('48aaad11b7371ba3270faa322202c038'
-         '080be866717e4e06fa6f7d6f43cb395a')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # Configuration
-  install -Dm644 "$srcdir"/gssapi_mech.conf "$pkgdir/"etc/gssapi_mech.conf
-  # install license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/libgssglue/COPYING
-}

Copied: libgssglue/repos/core-x86_64/PKGBUILD (from rev 165599, libgssglue/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2012-08-27 07:54:23 UTC (rev 165600)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libgssglue
+pkgver=0.4
+pkgrel=1
+pkgdesc="Exports a gssapi interface which calls other random gssapi libraries"
+arch=('i686' 'x86_64')
+url="http://www.citi.umich.edu/projects/nfsv4/linux/"
+license=('BSD')
+depends=('glibc')
+makedepends=('pkgconfig' 'autoconf')
+backup=(etc/gssapi_mech.conf)
+options=('!libtool')
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz
+        gssapi_mech.conf)
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # Configuration
+  install -Dm644 "$srcdir"/gssapi_mech.conf "$pkgdir/"etc/gssapi_mech.conf
+  # install license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/libgssglue/COPYING
+}
+md5sums=('088797f3180702fa54e786496b32e750'
+         '080be866717e4e06fa6f7d6f43cb395a')

Deleted: core-x86_64/gssapi_mech.conf
===================================================================
--- core-x86_64/gssapi_mech.conf	2012-08-27 07:53:46 UTC (rev 165599)
+++ core-x86_64/gssapi_mech.conf	2012-08-27 07:54:23 UTC (rev 165600)
@@ -1,22 +0,0 @@
-# Example /etc/gssapi_mech.conf file
-#
-# GSSAPI Mechanism Definitions
-#
-# This configuration file determines which GSS-API mechanisms
-# the gssd code should use
-#
-# NOTE:
-# The initiaiization function "mechglue_internal_krb5_init"
-# is used for the MIT krb5 gssapi mechanism.  This special
-# function name indicates that an internal function should
-# be used to determine the entry points for the MIT gssapi
-# mechanism funtions.
-#
-# library                               initialization function
-# ================================      ==========================
-# The MIT K5 gssapi library, use special function for initialization.
-/usr/lib/libgssapi_krb5.so             mechglue_internal_krb5_init
-#/usr/lib/libgssapi.so            mechglue_internal_krb5_init
-#
-# The SPKM3 gssapi library function.  Use the function spkm3_gss_initialize.
-# /usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so    spkm3_gss_initialize

Copied: libgssglue/repos/core-x86_64/gssapi_mech.conf (from rev 165599, libgssglue/repos/testing-x86_64/gssapi_mech.conf)
===================================================================
--- core-x86_64/gssapi_mech.conf	                        (rev 0)
+++ core-x86_64/gssapi_mech.conf	2012-08-27 07:54:23 UTC (rev 165600)
@@ -0,0 +1,22 @@
+# Example /etc/gssapi_mech.conf file
+#
+# GSSAPI Mechanism Definitions
+#
+# This configuration file determines which GSS-API mechanisms
+# the gssd code should use
+#
+# NOTE:
+# The initiaiization function "mechglue_internal_krb5_init"
+# is used for the MIT krb5 gssapi mechanism.  This special
+# function name indicates that an internal function should
+# be used to determine the entry points for the MIT gssapi
+# mechanism funtions.
+#
+# library                               initialization function
+# ================================      ==========================
+# The MIT K5 gssapi library, use special function for initialization.
+/usr/lib/libgssapi_krb5.so             mechglue_internal_krb5_init
+#/usr/lib/libgssapi.so            mechglue_internal_krb5_init
+#
+# The SPKM3 gssapi library function.  Use the function spkm3_gss_initialize.
+# /usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so    spkm3_gss_initialize




More information about the arch-commits mailing list