Date: Tuesday, September 8, 2015 @ 16:01:16
  Author: tredaelli
Revision: 139608

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

Added:
  ecryptfs-utils/repos/community-i686/PKGBUILD
    (from rev 139607, ecryptfs-utils/trunk/PKGBUILD)
  ecryptfs-utils/repos/community-x86_64/PKGBUILD
    (from rev 139607, ecryptfs-utils/trunk/PKGBUILD)
Deleted:
  ecryptfs-utils/repos/community-i686/PKGBUILD
  ecryptfs-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-09-08 14:01:04 UTC (rev 139607)
+++ community-i686/PKGBUILD     2015-09-08 14:01:16 UTC (rev 139608)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <[email protected]>
-# Contributor: Richard Murri <[email protected]>
-# Contributor: Michal Krenek <[email protected]>
-
-pkgname=ecryptfs-utils
-pkgver=106
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
-url="https://launchpad.net/ecryptfs";
-license=('GPL')
-makedepends=('swig' 'intltool' 'gettext' 'python2')
-depends=('nss' 'pam')
-optdepends=('python2: for python module')
-source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz";
-        
"${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc";)
-md5sums=('bff8052636f6be642f15c6be45a14ea3'
-         'SKIP')
-validpgpkeys=('E2D9E1C5F9F5D59291F4607D95E64373F1529469')
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" rootsbindir='/usr/bin' install
-  chmod +s "$pkgdir/usr/bin/mount.ecryptfs_private"
-}

Copied: ecryptfs-utils/repos/community-i686/PKGBUILD (from rev 139607, 
ecryptfs-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-09-08 14:01:16 UTC (rev 139608)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli <[email protected]>
+# Contributor: Richard Murri <[email protected]>
+# Contributor: Michal Krenek <[email protected]>
+
+pkgname=ecryptfs-utils
+pkgver=108
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
+url="https://launchpad.net/ecryptfs";
+license=('GPL')
+makedepends=('swig' 'intltool' 'gettext' 'python2')
+depends=('nss' 'pam')
+optdepends=('python2: for python module')
+source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz";
+        
"${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc";)
+md5sums=('80f2a73e14030239fa01a2f1e5606a0e'
+         'SKIP')
+validpgpkeys=('E2D9E1C5F9F5D59291F4607D95E64373F1529469')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" rootsbindir='/usr/bin' install
+  chmod +s "$pkgdir/usr/bin/mount.ecryptfs_private"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-09-08 14:01:04 UTC (rev 139607)
+++ community-x86_64/PKGBUILD   2015-09-08 14:01:16 UTC (rev 139608)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <[email protected]>
-# Contributor: Richard Murri <[email protected]>
-# Contributor: Michal Krenek <[email protected]>
-
-pkgname=ecryptfs-utils
-pkgver=106
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
-url="https://launchpad.net/ecryptfs";
-license=('GPL')
-makedepends=('swig' 'intltool' 'gettext' 'python2')
-depends=('nss' 'pam')
-optdepends=('python2: for python module')
-source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz";
-        
"${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc";)
-md5sums=('bff8052636f6be642f15c6be45a14ea3'
-         'SKIP')
-validpgpkeys=('E2D9E1C5F9F5D59291F4607D95E64373F1529469')
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" rootsbindir='/usr/bin' install
-  chmod +s "$pkgdir/usr/bin/mount.ecryptfs_private"
-}

Copied: ecryptfs-utils/repos/community-x86_64/PKGBUILD (from rev 139607, 
ecryptfs-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-09-08 14:01:16 UTC (rev 139608)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli <[email protected]>
+# Contributor: Richard Murri <[email protected]>
+# Contributor: Michal Krenek <[email protected]>
+
+pkgname=ecryptfs-utils
+pkgver=108
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
+url="https://launchpad.net/ecryptfs";
+license=('GPL')
+makedepends=('swig' 'intltool' 'gettext' 'python2')
+depends=('nss' 'pam')
+optdepends=('python2: for python module')
+source=("http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz";
+        
"${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc";)
+md5sums=('80f2a73e14030239fa01a2f1e5606a0e'
+         'SKIP')
+validpgpkeys=('E2D9E1C5F9F5D59291F4607D95E64373F1529469')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" rootsbindir='/usr/bin' install
+  chmod +s "$pkgdir/usr/bin/mount.ecryptfs_private"
+}

Reply via email to