Date: Wednesday, November 13, 2013 @ 10:49:25
  Author: spupykin
Revision: 100908

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

Added:
  perl-fuse/repos/community-i686/PKGBUILD
    (from rev 100907, perl-fuse/trunk/PKGBUILD)
  perl-fuse/repos/community-i686/build-fix.patch
    (from rev 100907, perl-fuse/trunk/build-fix.patch)
  perl-fuse/repos/community-x86_64/PKGBUILD
    (from rev 100907, perl-fuse/trunk/PKGBUILD)
  perl-fuse/repos/community-x86_64/build-fix.patch
    (from rev 100907, perl-fuse/trunk/build-fix.patch)
Deleted:
  perl-fuse/repos/community-i686/PKGBUILD
  perl-fuse/repos/community-i686/build-fix.patch
  perl-fuse/repos/community-x86_64/PKGBUILD
  perl-fuse/repos/community-x86_64/build-fix.patch

----------------------------------+
 /PKGBUILD                        |   68 +++++++++++++++++++++++++++++++++++++
 /build-fix.patch                 |   26 ++++++++++++++
 community-i686/PKGBUILD          |   34 ------------------
 community-i686/build-fix.patch   |   13 -------
 community-x86_64/PKGBUILD        |   34 ------------------
 community-x86_64/build-fix.patch |   13 -------
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-11-13 09:49:10 UTC (rev 100907)
+++ community-i686/PKGBUILD     2013-11-13 09:49:25 UTC (rev 100908)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Tom K <[email protected]>
-
-pkgname=perl-fuse
-pkgver=0.16
-pkgrel=1
-pkgdesc="write filesystems in Perl using FUSE"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Fuse";
-depends=('perl' 'fuse')
-license=('GPL')
-source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
-       build-fix.patch)
-md5sums=('d7f36eb55392270d2c6b2f05737b553f'
-         '16d985400e620286efdf4610d78cb5d6')
-
-prepare() {
-  cd  $srcdir/Fuse-$pkgver
-  patch -p1 <$srcdir/build-fix.patch
-}
-
-build() {
-  cd  $srcdir/Fuse-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Fuse-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-fuse/repos/community-i686/PKGBUILD (from rev 100907, 
perl-fuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-11-13 09:49:25 UTC (rev 100908)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Tom K <[email protected]>
+
+pkgname=perl-fuse
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="write filesystems in Perl using FUSE"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Fuse";
+depends=('perl' 'fuse')
+license=('GPL')
+source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
+       build-fix.patch)
+md5sums=('29534329808d8cf42fc78ca26c6fa698'
+         '16d985400e620286efdf4610d78cb5d6')
+
+prepare() {
+  cd  $srcdir/Fuse-$pkgver
+#  patch -p1 <$srcdir/build-fix.patch
+}
+
+build() {
+  cd  $srcdir/Fuse-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Fuse-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-i686/build-fix.patch
===================================================================
--- community-i686/build-fix.patch      2013-11-13 09:49:10 UTC (rev 100907)
+++ community-i686/build-fix.patch      2013-11-13 09:49:25 UTC (rev 100908)
@@ -1,13 +0,0 @@
-diff -wbBur Fuse-0.16/Fuse.xs Fuse-0.16.q/Fuse.xs
---- Fuse-0.16/Fuse.xs  2013-09-13 06:16:35.000000000 +0400
-+++ Fuse-0.16.q/Fuse.xs        2013-10-29 14:38:44.000000000 +0400
-@@ -754,6 +754,9 @@
- 
- int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
-       int rv;
-+#ifndef PERL_HAS_64BITINT
-+      char *temp;
-+#endif
-       int flags = fi->flags;
-       FUSE_CONTEXT_PRE;
-       DEBUGf("release begin\n");

Copied: perl-fuse/repos/community-i686/build-fix.patch (from rev 100907, 
perl-fuse/trunk/build-fix.patch)
===================================================================
--- community-i686/build-fix.patch                              (rev 0)
+++ community-i686/build-fix.patch      2013-11-13 09:49:25 UTC (rev 100908)
@@ -0,0 +1,13 @@
+diff -wbBur Fuse-0.16/Fuse.xs Fuse-0.16.q/Fuse.xs
+--- Fuse-0.16/Fuse.xs  2013-09-13 06:16:35.000000000 +0400
++++ Fuse-0.16.q/Fuse.xs        2013-10-29 14:38:44.000000000 +0400
+@@ -754,6 +754,9 @@
+ 
+ int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
+       int rv;
++#ifndef PERL_HAS_64BITINT
++      char *temp;
++#endif
+       int flags = fi->flags;
+       FUSE_CONTEXT_PRE;
+       DEBUGf("release begin\n");

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-11-13 09:49:10 UTC (rev 100907)
+++ community-x86_64/PKGBUILD   2013-11-13 09:49:25 UTC (rev 100908)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Tom K <[email protected]>
-
-pkgname=perl-fuse
-pkgver=0.16
-pkgrel=1
-pkgdesc="write filesystems in Perl using FUSE"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Fuse";
-depends=('perl' 'fuse')
-license=('GPL')
-source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
-       build-fix.patch)
-md5sums=('d7f36eb55392270d2c6b2f05737b553f'
-         '16d985400e620286efdf4610d78cb5d6')
-
-prepare() {
-  cd  $srcdir/Fuse-$pkgver
-  patch -p1 <$srcdir/build-fix.patch
-}
-
-build() {
-  cd  $srcdir/Fuse-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Fuse-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-fuse/repos/community-x86_64/PKGBUILD (from rev 100907, 
perl-fuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-13 09:49:25 UTC (rev 100908)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Tom K <[email protected]>
+
+pkgname=perl-fuse
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="write filesystems in Perl using FUSE"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Fuse";
+depends=('perl' 'fuse')
+license=('GPL')
+source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
+       build-fix.patch)
+md5sums=('29534329808d8cf42fc78ca26c6fa698'
+         '16d985400e620286efdf4610d78cb5d6')
+
+prepare() {
+  cd  $srcdir/Fuse-$pkgver
+#  patch -p1 <$srcdir/build-fix.patch
+}
+
+build() {
+  cd  $srcdir/Fuse-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Fuse-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/build-fix.patch
===================================================================
--- community-x86_64/build-fix.patch    2013-11-13 09:49:10 UTC (rev 100907)
+++ community-x86_64/build-fix.patch    2013-11-13 09:49:25 UTC (rev 100908)
@@ -1,13 +0,0 @@
-diff -wbBur Fuse-0.16/Fuse.xs Fuse-0.16.q/Fuse.xs
---- Fuse-0.16/Fuse.xs  2013-09-13 06:16:35.000000000 +0400
-+++ Fuse-0.16.q/Fuse.xs        2013-10-29 14:38:44.000000000 +0400
-@@ -754,6 +754,9 @@
- 
- int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
-       int rv;
-+#ifndef PERL_HAS_64BITINT
-+      char *temp;
-+#endif
-       int flags = fi->flags;
-       FUSE_CONTEXT_PRE;
-       DEBUGf("release begin\n");

Copied: perl-fuse/repos/community-x86_64/build-fix.patch (from rev 100907, 
perl-fuse/trunk/build-fix.patch)
===================================================================
--- community-x86_64/build-fix.patch                            (rev 0)
+++ community-x86_64/build-fix.patch    2013-11-13 09:49:25 UTC (rev 100908)
@@ -0,0 +1,13 @@
+diff -wbBur Fuse-0.16/Fuse.xs Fuse-0.16.q/Fuse.xs
+--- Fuse-0.16/Fuse.xs  2013-09-13 06:16:35.000000000 +0400
++++ Fuse-0.16.q/Fuse.xs        2013-10-29 14:38:44.000000000 +0400
+@@ -754,6 +754,9 @@
+ 
+ int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
+       int rv;
++#ifndef PERL_HAS_64BITINT
++      char *temp;
++#endif
+       int flags = fi->flags;
+       FUSE_CONTEXT_PRE;
+       DEBUGf("release begin\n");

Reply via email to