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

Jelle van der Waa jelle at archlinux.org
Mon Jul 20 18:35:18 UTC 2015


    Date: Monday, July 20, 2015 @ 20:35:18
  Author: jelle
Revision: 137160

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

Added:
  s3fs-fuse/repos/community-i686/PKGBUILD
    (from rev 137159, s3fs-fuse/trunk/PKGBUILD)
  s3fs-fuse/repos/community-x86_64/PKGBUILD
    (from rev 137159, s3fs-fuse/trunk/PKGBUILD)
Deleted:
  s3fs-fuse/repos/community-i686/PKGBUILD
  s3fs-fuse/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-20 18:35:06 UTC (rev 137159)
+++ community-i686/PKGBUILD	2015-07-20 18:35:18 UTC (rev 137160)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: David Roheim <david dot roheim at gmail dot com>
-# Contributor: Chris Heien <chris.h.heien at gmail.com>
-# Contributor: Jonny Gerold <jonny at fsk141.com>
-
-pkgname=s3fs-fuse
-pkgver=1.78
-pkgrel=1
-pkgdesc="FUSE-based file system backed by Amazon S3"
-arch=('i686' 'x86_64')
-url="https://github.com/s3fs-fuse/s3fs-fuse/wiki"
-license=('GPL2')
-depends=('fuse' 'curl' 'libxml2')
-conflicts=('s3fs')
-provides=('s3fs')
-replaces=('s3fs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz")
-sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: s3fs-fuse/repos/community-i686/PKGBUILD (from rev 137159, s3fs-fuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-20 18:35:18 UTC (rev 137160)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: David Roheim <david dot roheim at gmail dot com>
+# Contributor: Chris Heien <chris.h.heien at gmail.com>
+# Contributor: Jonny Gerold <jonny at fsk141.com>
+
+pkgname=s3fs-fuse
+pkgver=1.79
+pkgrel=1
+pkgdesc="FUSE-based file system backed by Amazon S3"
+arch=('i686' 'x86_64')
+url="https://github.com/s3fs-fuse/s3fs-fuse/wiki"
+license=('GPL2')
+depends=('fuse' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz")
+sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-20 18:35:06 UTC (rev 137159)
+++ community-x86_64/PKGBUILD	2015-07-20 18:35:18 UTC (rev 137160)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: David Roheim <david dot roheim at gmail dot com>
-# Contributor: Chris Heien <chris.h.heien at gmail.com>
-# Contributor: Jonny Gerold <jonny at fsk141.com>
-
-pkgname=s3fs-fuse
-pkgver=1.78
-pkgrel=1
-pkgdesc="FUSE-based file system backed by Amazon S3"
-arch=('i686' 'x86_64')
-url="https://github.com/s3fs-fuse/s3fs-fuse/wiki"
-license=('GPL2')
-depends=('fuse' 'curl' 'libxml2')
-conflicts=('s3fs')
-provides=('s3fs')
-replaces=('s3fs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz")
-sha256sums=('36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: s3fs-fuse/repos/community-x86_64/PKGBUILD (from rev 137159, s3fs-fuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-20 18:35:18 UTC (rev 137160)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: David Roheim <david dot roheim at gmail dot com>
+# Contributor: Chris Heien <chris.h.heien at gmail.com>
+# Contributor: Jonny Gerold <jonny at fsk141.com>
+
+pkgname=s3fs-fuse
+pkgver=1.79
+pkgrel=1
+pkgdesc="FUSE-based file system backed by Amazon S3"
+arch=('i686' 'x86_64')
+url="https://github.com/s3fs-fuse/s3fs-fuse/wiki"
+license=('GPL2')
+depends=('fuse' 'curl' 'libxml2')
+conflicts=('s3fs')
+provides=('s3fs')
+replaces=('s3fs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/s3fs-fuse/s3fs-fuse/archive/v$pkgver.tar.gz")
+sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list