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

Jelle van der Waa jelle at archlinux.org
Tue Sep 27 19:40:03 UTC 2016


    Date: Tuesday, September 27, 2016 @ 19:40:02
  Author: jelle
Revision: 190687

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

Added:
  s3fs-fuse/repos/community-i686/PKGBUILD
    (from rev 190686, s3fs-fuse/trunk/PKGBUILD)
  s3fs-fuse/repos/community-x86_64/PKGBUILD
    (from rev 190686, s3fs-fuse/trunk/PKGBUILD)
Deleted:
  s3fs-fuse/repos/community-i686/PKGBUILD
  s3fs-fuse/repos/community-i686/notest.patch
  s3fs-fuse/repos/community-x86_64/PKGBUILD
  s3fs-fuse/repos/community-x86_64/notest.patch

-------------------------------+
 /PKGBUILD                     |   64 ++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   37 -----------------------
 community-i686/notest.patch   |   12 -------
 community-x86_64/PKGBUILD     |   37 -----------------------
 community-x86_64/notest.patch |   12 -------
 5 files changed, 64 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-27 19:39:50 UTC (rev 190686)
+++ community-i686/PKGBUILD	2016-09-27 19:40:02 UTC (rev 190687)
@@ -1,37 +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.79
-pkgrel=3
-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" "notest.patch")
-sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66'
-            '4d7ba997dfd3a3fa083def4fcfc88edc77e0aee0db03ceb2c2b2314feb88f6d6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i $srcdir/notest.patch
-}
-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 190686, s3fs-fuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-27 19:40:02 UTC (rev 190687)
@@ -0,0 +1,32 @@
+# $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.80
+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=('de8381c9bd73e491904e73561882dc91e5fad9c28fe88834a93d7b4fe12cbd35')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/notest.patch
===================================================================
--- community-i686/notest.patch	2016-09-27 19:39:50 UTC (rev 190686)
+++ community-i686/notest.patch	2016-09-27 19:40:02 UTC (rev 190687)
@@ -1,12 +0,0 @@
-diff --git a/test/Makefile.am b/test/Makefile.am
-index 61e7460..e308585 100644
---- a/test/Makefile.am
-+++ b/test/Makefile.am
-@@ -33,3 +33,6 @@ test_PROGRAMS=rename_before_close
- 
- rename_before_close_SOURCES = rename_before_close.c
- 
-+install:
-+
-+
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-27 19:39:50 UTC (rev 190686)
+++ community-x86_64/PKGBUILD	2016-09-27 19:40:02 UTC (rev 190687)
@@ -1,37 +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.79
-pkgrel=3
-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" "notest.patch")
-sha256sums=('61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66'
-            '4d7ba997dfd3a3fa083def4fcfc88edc77e0aee0db03ceb2c2b2314feb88f6d6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i $srcdir/notest.patch
-}
-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 190686, s3fs-fuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-27 19:40:02 UTC (rev 190687)
@@ -0,0 +1,32 @@
+# $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.80
+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=('de8381c9bd73e491904e73561882dc91e5fad9c28fe88834a93d7b4fe12cbd35')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/notest.patch
===================================================================
--- community-x86_64/notest.patch	2016-09-27 19:39:50 UTC (rev 190686)
+++ community-x86_64/notest.patch	2016-09-27 19:40:02 UTC (rev 190687)
@@ -1,12 +0,0 @@
-diff --git a/test/Makefile.am b/test/Makefile.am
-index 61e7460..e308585 100644
---- a/test/Makefile.am
-+++ b/test/Makefile.am
-@@ -33,3 +33,6 @@ test_PROGRAMS=rename_before_close
- 
- rename_before_close_SOURCES = rename_before_close.c
- 
-+install:
-+
-+
-



More information about the arch-commits mailing list