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

Sergej Pupykin spupykin at archlinux.org
Sun Dec 4 08:08:17 UTC 2016


    Date: Sunday, December 4, 2016 @ 08:08:17
  Author: spupykin
Revision: 197860

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

Added:
  pam_mount/repos/community-i686/PKGBUILD
    (from rev 197859, pam_mount/trunk/PKGBUILD)
  pam_mount/repos/community-x86_64/PKGBUILD
    (from rev 197859, pam_mount/trunk/PKGBUILD)
Deleted:
  pam_mount/repos/community-i686/PKGBUILD
  pam_mount/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   38 ----------------------
 community-x86_64/PKGBUILD |   38 ----------------------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-04 08:07:53 UTC (rev 197859)
+++ community-i686/PKGBUILD	2016-12-04 08:08:17 UTC (rev 197860)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributors: Sirius Bakke <sirius\at/nonline.org>
-
-pkgname=pam_mount
-pkgver=2.15
-pkgrel=1
-pkgdesc="A PAM module that can mount volumes for a user session"
-arch=('i686' 'x86_64')
-url="http://pam-mount.sourceforge.net/"
-license=('GPL')
-depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 'cryptsetup>=1.1.2')
-optdepends=('hxtools: If you have something like <logout wait="1000" hup="0" term="1" kill="1" /> in your config')
-backup=('etc/security/pam_mount.conf.xml')
-options=(!emptydirs)
-source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
-md5sums=('e3bc28c232b980e468ad2c558a76b473')
-
-build() {
-  cd -- "$srcdir/$pkgname-$pkgver"
-  aclocal
-  libtoolize
-  automake --add-missing
-  autoreconf
-  ./configure \
-	--prefix=/usr \
-	--with-ssbindir=/usr/bin \
-	--sbindir=/usr/bin \
-	--with-slibdir=/usr/lib \
-	--sysconfdir=/etc \
-	--localstatedir=/var
-  make
-}
-
-package() {
-  cd -- "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: pam_mount/repos/community-i686/PKGBUILD (from rev 197859, pam_mount/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-04 08:08:17 UTC (rev 197860)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributors: Sirius Bakke <sirius\at/nonline.org>
+
+pkgname=pam_mount
+pkgver=2.16
+pkgrel=1
+pkgdesc="A PAM module that can mount volumes for a user session"
+arch=('i686' 'x86_64')
+url="http://pam-mount.sourceforge.net/"
+license=('GPL')
+depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 'cryptsetup>=1.1.2')
+optdepends=('hxtools: If you have something like <logout wait="1000" hup="0" term="1" kill="1" /> in your config')
+backup=('etc/security/pam_mount.conf.xml')
+options=(!emptydirs)
+source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('ae0207ea6c96189414f906a7b0880abc7751a98e26b3d0375c9afab3722471e7')
+
+build() {
+  cd -- "$srcdir/$pkgname-$pkgver"
+  aclocal
+  libtoolize
+  automake --add-missing
+  autoreconf
+  ./configure \
+	--prefix=/usr \
+	--with-ssbindir=/usr/bin \
+	--sbindir=/usr/bin \
+	--with-slibdir=/usr/lib \
+	--sysconfdir=/etc \
+	--localstatedir=/var
+  make
+}
+
+package() {
+  cd -- "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-04 08:07:53 UTC (rev 197859)
+++ community-x86_64/PKGBUILD	2016-12-04 08:08:17 UTC (rev 197860)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributors: Sirius Bakke <sirius\at/nonline.org>
-
-pkgname=pam_mount
-pkgver=2.15
-pkgrel=1
-pkgdesc="A PAM module that can mount volumes for a user session"
-arch=('i686' 'x86_64')
-url="http://pam-mount.sourceforge.net/"
-license=('GPL')
-depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 'cryptsetup>=1.1.2')
-optdepends=('hxtools: If you have something like <logout wait="1000" hup="0" term="1" kill="1" /> in your config')
-backup=('etc/security/pam_mount.conf.xml')
-options=(!emptydirs)
-source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
-md5sums=('e3bc28c232b980e468ad2c558a76b473')
-
-build() {
-  cd -- "$srcdir/$pkgname-$pkgver"
-  aclocal
-  libtoolize
-  automake --add-missing
-  autoreconf
-  ./configure \
-	--prefix=/usr \
-	--with-ssbindir=/usr/bin \
-	--sbindir=/usr/bin \
-	--with-slibdir=/usr/lib \
-	--sysconfdir=/etc \
-	--localstatedir=/var
-  make
-}
-
-package() {
-  cd -- "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: pam_mount/repos/community-x86_64/PKGBUILD (from rev 197859, pam_mount/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-04 08:08:17 UTC (rev 197860)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributors: Sirius Bakke <sirius\at/nonline.org>
+
+pkgname=pam_mount
+pkgver=2.16
+pkgrel=1
+pkgdesc="A PAM module that can mount volumes for a user session"
+arch=('i686' 'x86_64')
+url="http://pam-mount.sourceforge.net/"
+license=('GPL')
+depends=('util-linux' 'libhx>=3.12.1' 'libxml2>=2.6' 'openssl>0.9.7' 'cryptsetup>=1.1.2')
+optdepends=('hxtools: If you have something like <logout wait="1000" hup="0" term="1" kill="1" /> in your config')
+backup=('etc/security/pam_mount.conf.xml')
+options=(!emptydirs)
+source=("http://downloads.sourceforge.net/project/pam-mount/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('ae0207ea6c96189414f906a7b0880abc7751a98e26b3d0375c9afab3722471e7')
+
+build() {
+  cd -- "$srcdir/$pkgname-$pkgver"
+  aclocal
+  libtoolize
+  automake --add-missing
+  autoreconf
+  ./configure \
+	--prefix=/usr \
+	--with-ssbindir=/usr/bin \
+	--sbindir=/usr/bin \
+	--with-slibdir=/usr/lib \
+	--sysconfdir=/etc \
+	--localstatedir=/var
+  make
+}
+
+package() {
+  cd -- "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list