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

Allan McRae allan at nymeria.archlinux.org
Fri Oct 25 01:41:18 UTC 2013


    Date: Friday, October 25, 2013 @ 03:41:17
  Author: allan
Revision: 197300

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

Added:
  fuse/repos/extra-i686/PKGBUILD
    (from rev 197298, fuse/trunk/PKGBUILD)
  fuse/repos/extra-i686/fuse.conf
    (from rev 197298, fuse/trunk/fuse.conf)
  fuse/repos/extra-x86_64/PKGBUILD
    (from rev 197298, fuse/trunk/PKGBUILD)
  fuse/repos/extra-x86_64/fuse.conf
    (from rev 197298, fuse/trunk/fuse.conf)
Deleted:
  fuse/repos/extra-i686/PKGBUILD
  fuse/repos/extra-i686/fuse.conf
  fuse/repos/extra-x86_64/PKGBUILD
  fuse/repos/extra-x86_64/fuse.conf

------------------------+
 /PKGBUILD              |  108 +++++++++++++++++++++++++++++++++++++++++++++++
 /fuse.conf             |   18 +++++++
 extra-i686/PKGBUILD    |   55 -----------------------
 extra-i686/fuse.conf   |    9 ---
 extra-x86_64/PKGBUILD  |   55 -----------------------
 extra-x86_64/fuse.conf |    9 ---
 6 files changed, 126 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-10-25 01:41:11 UTC (rev 197299)
+++ extra-i686/PKGBUILD	2013-10-25 01:41:17 UTC (rev 197300)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Mark Rosenstand <mark at archlinux.org>
-
-pkgname=fuse
-pkgver=2.9.3
-pkgrel=1
-pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
-arch=('i686' 'x86_64')
-url="http://fuse.sourceforge.net/"
-license=('GPL2')
-depends=('glibc')
-makedepends=('pkg-config')
-backup=(etc/fuse.conf)
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-	'fuse.conf')
-options=(!libtool)
-sha1sums=('94bd1974a9f2173ac3c2cf122f9fa3c35996b88e'
-          '3b42e37a741d4651099225987dc40e7f02a716ad')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # fix building with glibc-2.14
-  sed -i '1i#define _GNU_SOURCE' util/fusermount.c 
-  
-  sed -i "/MOUNT_FUSE_PATH=/s#/sbin#/usr/bin#" configure
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libdir=/usr/lib \
-              --enable-lib --enable-util
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR=${pkgdir} install
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -rf ${pkgdir}/etc/init.d
-
-  # install sample config file
-  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
-
-  # remove udev rules (is in the udev package}
-  rm -rf ${pkgdir}/etc/udev
-
-  # static device nodes are handled by udev
-  rm -rf ${pkgdir}/dev
-}

Copied: fuse/repos/extra-i686/PKGBUILD (from rev 197298, fuse/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-10-25 01:41:17 UTC (rev 197300)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Mark Rosenstand <mark at archlinux.org>
+
+pkgname=fuse
+pkgver=2.9.3
+pkgrel=2
+pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
+arch=('i686' 'x86_64')
+url="http://fuse.sourceforge.net/"
+license=('GPL2')
+depends=('glibc')
+makedepends=('pkg-config')
+backup=(etc/fuse.conf)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+	'fuse.conf')
+sha1sums=('94bd1974a9f2173ac3c2cf122f9fa3c35996b88e'
+          '3b42e37a741d4651099225987dc40e7f02a716ad')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # fix building with glibc-2.14
+  sed -i '1i#define _GNU_SOURCE' util/fusermount.c 
+  
+  sed -i "/MOUNT_FUSE_PATH=/s#/sbin#/usr/bin#" configure
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=/usr/lib \
+              --enable-lib --enable-util
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR=${pkgdir} install
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -rf ${pkgdir}/etc/init.d
+
+  # install sample config file
+  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
+  # remove udev rules (is in the udev package}
+  rm -rf ${pkgdir}/etc/udev
+
+  # static device nodes are handled by udev
+  rm -rf ${pkgdir}/dev
+}

Deleted: extra-i686/fuse.conf
===================================================================
--- extra-i686/fuse.conf	2013-10-25 01:41:11 UTC (rev 197299)
+++ extra-i686/fuse.conf	2013-10-25 01:41:17 UTC (rev 197300)
@@ -1,9 +0,0 @@
-# Set the maximum number of FUSE mounts allowed to non-root users.
-# The default is 1000.
-#
-#mount_max = 1000
-
-# Allow non-root users to specify the 'allow_other' or 'allow_root'
-# mount options.
-#
-#user_allow_other

Copied: fuse/repos/extra-i686/fuse.conf (from rev 197298, fuse/trunk/fuse.conf)
===================================================================
--- extra-i686/fuse.conf	                        (rev 0)
+++ extra-i686/fuse.conf	2013-10-25 01:41:17 UTC (rev 197300)
@@ -0,0 +1,9 @@
+# Set the maximum number of FUSE mounts allowed to non-root users.
+# The default is 1000.
+#
+#mount_max = 1000
+
+# Allow non-root users to specify the 'allow_other' or 'allow_root'
+# mount options.
+#
+#user_allow_other

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-10-25 01:41:11 UTC (rev 197299)
+++ extra-x86_64/PKGBUILD	2013-10-25 01:41:17 UTC (rev 197300)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Mark Rosenstand <mark at archlinux.org>
-
-pkgname=fuse
-pkgver=2.9.3
-pkgrel=1
-pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
-arch=('i686' 'x86_64')
-url="http://fuse.sourceforge.net/"
-license=('GPL2')
-depends=('glibc')
-makedepends=('pkg-config')
-backup=(etc/fuse.conf)
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-	'fuse.conf')
-options=(!libtool)
-sha1sums=('94bd1974a9f2173ac3c2cf122f9fa3c35996b88e'
-          '3b42e37a741d4651099225987dc40e7f02a716ad')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # fix building with glibc-2.14
-  sed -i '1i#define _GNU_SOURCE' util/fusermount.c 
-  
-  sed -i "/MOUNT_FUSE_PATH=/s#/sbin#/usr/bin#" configure
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libdir=/usr/lib \
-              --enable-lib --enable-util
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR=${pkgdir} install
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -rf ${pkgdir}/etc/init.d
-
-  # install sample config file
-  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
-
-  # remove udev rules (is in the udev package}
-  rm -rf ${pkgdir}/etc/udev
-
-  # static device nodes are handled by udev
-  rm -rf ${pkgdir}/dev
-}

Copied: fuse/repos/extra-x86_64/PKGBUILD (from rev 197298, fuse/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-10-25 01:41:17 UTC (rev 197300)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Mark Rosenstand <mark at archlinux.org>
+
+pkgname=fuse
+pkgver=2.9.3
+pkgrel=2
+pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
+arch=('i686' 'x86_64')
+url="http://fuse.sourceforge.net/"
+license=('GPL2')
+depends=('glibc')
+makedepends=('pkg-config')
+backup=(etc/fuse.conf)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+	'fuse.conf')
+sha1sums=('94bd1974a9f2173ac3c2cf122f9fa3c35996b88e'
+          '3b42e37a741d4651099225987dc40e7f02a716ad')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # fix building with glibc-2.14
+  sed -i '1i#define _GNU_SOURCE' util/fusermount.c 
+  
+  sed -i "/MOUNT_FUSE_PATH=/s#/sbin#/usr/bin#" configure
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --libdir=/usr/lib \
+              --enable-lib --enable-util
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR=${pkgdir} install
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -rf ${pkgdir}/etc/init.d
+
+  # install sample config file
+  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
+  # remove udev rules (is in the udev package}
+  rm -rf ${pkgdir}/etc/udev
+
+  # static device nodes are handled by udev
+  rm -rf ${pkgdir}/dev
+}

Deleted: extra-x86_64/fuse.conf
===================================================================
--- extra-x86_64/fuse.conf	2013-10-25 01:41:11 UTC (rev 197299)
+++ extra-x86_64/fuse.conf	2013-10-25 01:41:17 UTC (rev 197300)
@@ -1,9 +0,0 @@
-# Set the maximum number of FUSE mounts allowed to non-root users.
-# The default is 1000.
-#
-#mount_max = 1000
-
-# Allow non-root users to specify the 'allow_other' or 'allow_root'
-# mount options.
-#
-#user_allow_other

Copied: fuse/repos/extra-x86_64/fuse.conf (from rev 197298, fuse/trunk/fuse.conf)
===================================================================
--- extra-x86_64/fuse.conf	                        (rev 0)
+++ extra-x86_64/fuse.conf	2013-10-25 01:41:17 UTC (rev 197300)
@@ -0,0 +1,9 @@
+# Set the maximum number of FUSE mounts allowed to non-root users.
+# The default is 1000.
+#
+#mount_max = 1000
+
+# Allow non-root users to specify the 'allow_other' or 'allow_root'
+# mount options.
+#
+#user_allow_other




More information about the arch-commits mailing list