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

2017-09-27 Thread Sergej Pupykin
Date: Wednesday, September 27, 2017 @ 14:07:40
  Author: spupykin
Revision: 260670

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 260669, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 260669, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 260669, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 260669, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  146 +++
 /glusterfs.install |6 +
 community-i686/PKGBUILD|   73 -
 community-i686/glusterfs.install   |3 
 community-x86_64/PKGBUILD  |   73 -
 community-x86_64/glusterfs.install |3 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-27 14:07:22 UTC (rev 260669)
+++ community-i686/PKGBUILD 2017-09-27 14:07:40 UTC (rev 260670)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.11.1
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-sha256sums=('c7e0502631c9bc9da05795b666b74ef40a30a0344f5a2e205e65bd2faefe1442')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---enable-gnfs \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 260669, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-27 14:07:40 UTC (rev 260670)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.12.1
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)

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

2017-09-05 Thread Sergej Pupykin
Date: Tuesday, September 5, 2017 @ 14:18:38
  Author: spupykin
Revision: 255751

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 255750, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 255750, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 255750, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 255750, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  146 +++
 /glusterfs.install |6 +
 community-i686/PKGBUILD|   72 -
 community-i686/glusterfs.install   |3 
 community-x86_64/PKGBUILD  |   72 -
 community-x86_64/glusterfs.install |3 
 6 files changed, 152 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-05 14:18:16 UTC (rev 255750)
+++ community-i686/PKGBUILD 2017-09-05 14:18:38 UTC (rev 255751)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.11.1
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-sha256sums=('c7e0502631c9bc9da05795b666b74ef40a30a0344f5a2e205e65bd2faefe1442')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 255750, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-05 14:18:38 UTC (rev 255751)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.11.1
+pkgrel=2
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)

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

2017-07-17 Thread Sergej Pupykin
Date: Monday, July 17, 2017 @ 21:02:01
  Author: spupykin
Revision: 245519

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 245518, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 245518, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 245518, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 245518, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  144 +++
 /glusterfs.install |6 +
 community-i686/PKGBUILD|   72 -
 community-i686/glusterfs.install   |3 
 community-x86_64/PKGBUILD  |   72 -
 community-x86_64/glusterfs.install |3 
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-17 21:01:43 UTC (rev 245518)
+++ community-i686/PKGBUILD 2017-07-17 21:02:01 UTC (rev 245519)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.10.1
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-sha256sums=('d3c23df3299964efe6b688c94ddde258506ecf173b58e8c07fa18d470bb21517')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 245518, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-17 21:02:01 UTC (rev 245519)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.11.1
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)

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

2017-04-07 Thread Sergej Pupykin
Date: Friday, April 7, 2017 @ 09:33:32
  Author: spupykin
Revision: 221213

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

Added:
  glusterfs/repos/community-testing-i686/PKGBUILD
(from rev 221212, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-testing-i686/glusterfs.install
(from rev 221212, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-testing-x86_64/PKGBUILD
(from rev 221212, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-testing-x86_64/glusterfs.install
(from rev 221212, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-testing-i686/PKGBUILD
  glusterfs/repos/community-testing-i686/glusterfs.install
  glusterfs/repos/community-testing-x86_64/PKGBUILD
  glusterfs/repos/community-testing-x86_64/glusterfs.install

+
 /PKGBUILD  |  144 +++
 /glusterfs.install |6 +
 community-testing-i686/PKGBUILD|   72 -
 community-testing-i686/glusterfs.install   |3 
 community-testing-x86_64/PKGBUILD  |   72 -
 community-testing-x86_64/glusterfs.install |3 
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-04-07 09:33:15 UTC (rev 221212)
+++ community-testing-i686/PKGBUILD 2017-04-07 09:33:32 UTC (rev 221213)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.9.1
-pkgrel=4
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/gluterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-sha256sums=('896fdbaf6696a90cfd5ce1e338e158669d0f6c839b13f3a1844e44907f88e30a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-testing-i686/PKGBUILD (from rev 221212, 
glusterfs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-07 09:33:32 UTC (rev 221213)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.10.1
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')

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

2017-01-30 Thread Sergej Pupykin
Date: Monday, January 30, 2017 @ 11:45:42
  Author: spupykin
Revision: 209477

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 209476, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 209476, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 209476, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 209476, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  144 +++
 /glusterfs.install |6 +
 community-i686/PKGBUILD|   65 ---
 community-i686/glusterfs.install   |3 
 community-x86_64/PKGBUILD  |   65 ---
 community-x86_64/glusterfs.install |3 
 6 files changed, 150 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-30 11:45:26 UTC (rev 209476)
+++ community-i686/PKGBUILD 2017-01-30 11:45:42 UTC (rev 209477)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.9.1
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu attr which)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-sha256sums=('896fdbaf6696a90cfd5ce1e338e158669d0f6c839b13f3a1844e44907f88e30a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 209476, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-30 11:45:42 UTC (rev 209477)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.9.1
+pkgrel=3
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/gluterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+sha256sums=('896fdbaf6696a90cfd5ce1e338e158669d0f6c839b13f3a1844e44907f88e30a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() 

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

2017-01-23 Thread Sergej Pupykin
Date: Monday, January 23, 2017 @ 18:37:14
  Author: spupykin
Revision: 208650

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 208649, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 208649, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 208649, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 208649, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  130 +++
 /glusterfs.install |6 +
 community-i686/PKGBUILD|   65 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   65 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 136 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-23 18:37:02 UTC (rev 208649)
+++ community-i686/PKGBUILD 2017-01-23 18:37:14 UTC (rev 208650)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.9.1
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu attr which)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-sha256sums=('896fdbaf6696a90cfd5ce1e338e158669d0f6c839b13f3a1844e44907f88e30a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 208649, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-23 18:37:14 UTC (rev 208650)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.9.1
+pkgrel=2
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu attr which)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+sha256sums=('896fdbaf6696a90cfd5ce1e338e158669d0f6c839b13f3a1844e44907f88e30a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+

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

2017-01-23 Thread Sergej Pupykin
Date: Monday, January 23, 2017 @ 13:06:38
  Author: spupykin
Revision: 208532

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 208531, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 208531, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 208531, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 208531, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  130 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   65 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   65 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-23 13:06:23 UTC (rev 208531)
+++ community-i686/PKGBUILD 2017-01-23 13:06:38 UTC (rev 208532)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.8.6
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu attr which)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-sha256sums=('5c62c0b66cde74427eacc49cdbda7c84cc8289b38bcda80107adedd24b355715')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 208531, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-23 13:06:38 UTC (rev 208532)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.9.1
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu attr which)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+sha256sums=('896fdbaf6696a90cfd5ce1e338e158669d0f6c839b13f3a1844e44907f88e30a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+

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

2016-12-01 Thread Sergej Pupykin
Date: Thursday, December 1, 2016 @ 12:42:04
  Author: spupykin
Revision: 197601

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 197600, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 197600, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 197600, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 197600, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  130 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   65 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   65 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-01 12:41:48 UTC (rev 197600)
+++ community-i686/PKGBUILD 2016-12-01 12:42:04 UTC (rev 197601)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.8.3
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('3910afa6db5850a9149fb8299be43b07')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 197600, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-01 12:42:04 UTC (rev 197601)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.8.6
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu attr which)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+sha256sums=('5c62c0b66cde74427eacc49cdbda7c84cc8289b38bcda80107adedd24b355715')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 

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

2016-08-25 Thread Sergej Pupykin
Date: Thursday, August 25, 2016 @ 15:12:56
  Author: spupykin
Revision: 187517

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 187516, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 187516, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 187516, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 187516, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  130 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   65 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   65 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-25 15:12:37 UTC (rev 187516)
+++ community-i686/PKGBUILD 2016-08-25 15:12:56 UTC (rev 187517)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.8.1
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('91ea44c6138c74a743a04c16c3ac73d1')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 187516, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-25 15:12:56 UTC (rev 187517)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.8.3
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('3910afa6db5850a9149fb8299be43b07')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make 

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

2016-07-18 Thread Sergej Pupykin
Date: Monday, July 18, 2016 @ 14:37:33
  Author: spupykin
Revision: 183076

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 183075, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 183075, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 183075, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 183075, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  130 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   65 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   65 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-18 14:37:18 UTC (rev 183075)
+++ community-i686/PKGBUILD 2016-07-18 14:37:33 UTC (rev 183076)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.7.13
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('a34973aadc89fee5295875a7eb631b66')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 183075, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-18 14:37:33 UTC (rev 183076)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.8.1
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('91ea44c6138c74a743a04c16c3ac73d1')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make 

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

2016-07-14 Thread Sergej Pupykin
Date: Thursday, July 14, 2016 @ 14:54:54
  Author: spupykin
Revision: 182901

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 182900, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 182900, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 182900, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 182900, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  130 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   65 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   65 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-14 14:54:37 UTC (rev 182900)
+++ community-i686/PKGBUILD 2016-07-14 14:54:54 UTC (rev 182901)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=3.7.11
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('b617d007c967cc482abf1077e2a2968f')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 182900, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-14 14:54:54 UTC (rev 182901)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.7.13
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('a34973aadc89fee5295875a7eb631b66')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  

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

2016-06-28 Thread Sergej Pupykin
Date: Tuesday, June 28, 2016 @ 12:04:21
  Author: spupykin
Revision: 181500

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 181499, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 181499, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 181499, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 181499, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  130 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 146 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 11:57:27 UTC (rev 181499)
+++ community-i686/PKGBUILD 2016-06-28 12:04:21 UTC (rev 181500)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.8.0
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('db1880ad32ef1114ce52060b266907cb')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 181499, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 12:04:21 UTC (rev 181500)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=3.7.11
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('b617d007c967cc482abf1077e2a2968f')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 

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

2016-06-27 Thread Sergej Pupykin
Date: Monday, June 27, 2016 @ 12:39:11
  Author: spupykin
Revision: 181403

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 181402, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 181402, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 181402, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 181402, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-27 12:38:55 UTC (rev 181402)
+++ community-i686/PKGBUILD 2016-06-27 12:39:11 UTC (rev 181403)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.7.11
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('b617d007c967cc482abf1077e2a2968f')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 181402, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-27 12:39:11 UTC (rev 181403)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.8.0
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('db1880ad32ef1114ce52060b266907cb')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir 

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

2016-05-08 Thread Sergej Pupykin
Date: Sunday, May 8, 2016 @ 12:28:17
  Author: spupykin
Revision: 174294

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 174292, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 174292, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 174293, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 174293, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-08 10:28:11 UTC (rev 174293)
+++ community-i686/PKGBUILD 2016-05-08 10:28:17 UTC (rev 174294)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.7.11
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('b617d007c967cc482abf1077e2a2968f')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 174292, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-08 10:28:17 UTC (rev 174294)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.7.11
+pkgrel=2
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('b617d007c967cc482abf1077e2a2968f')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir 

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

2016-04-19 Thread Sergej Pupykin
Date: Tuesday, April 19, 2016 @ 18:43:22
  Author: spupykin
Revision: 171416

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 171415, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 171415, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 171415, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 171415, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-19 16:43:06 UTC (rev 171415)
+++ community-i686/PKGBUILD 2016-04-19 16:43:22 UTC (rev 171416)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.7.9
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('622e8d3557992554528f33d577c95d8b')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 171415, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-19 16:43:22 UTC (rev 171416)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.7.11
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.??}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('b617d007c967cc482abf1077e2a2968f')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 

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

2016-03-23 Thread Sergej Pupykin
Date: Wednesday, March 23, 2016 @ 16:48:43
  Author: spupykin
Revision: 168130

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 168129, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 168129, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 168129, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 168129, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-23 15:48:25 UTC (rev 168129)
+++ community-i686/PKGBUILD 2016-03-23 15:48:43 UTC (rev 168130)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.7.8
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('c488a2f546f9c24ce873e3de6289e9aa')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 168129, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-23 15:48:43 UTC (rev 168130)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.7.9
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('622e8d3557992554528f33d577c95d8b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 

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

2016-02-10 Thread Sergej Pupykin
Date: Wednesday, February 10, 2016 @ 20:11:35
  Author: spupykin
Revision: 161073

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 161072, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 161072, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 161072, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 161072, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-10 19:11:19 UTC (rev 161072)
+++ community-i686/PKGBUILD 2016-02-10 19:11:35 UTC (rev 161073)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.7.6
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('af8df703e4e6b44f8baa1fe6a9d81f5c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 161072, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-10 19:11:35 UTC (rev 161073)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.7.8
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('c488a2f546f9c24ce873e3de6289e9aa')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 

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

2015-12-11 Thread Sergej Pupykin
Date: Friday, December 11, 2015 @ 20:38:09
  Author: spupykin
Revision: 153059

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 153058, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 153058, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 153058, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 153058, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-11 19:37:45 UTC (rev 153058)
+++ community-i686/PKGBUILD 2015-12-11 19:38:09 UTC (rev 153059)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.7.4
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('3e2ab64a35a54a43413c2d88971fe32b')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 153058, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-11 19:38:09 UTC (rev 153059)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.7.6
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('af8df703e4e6b44f8baa1fe6a9d81f5c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 

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

2015-09-01 Thread Sergej Pupykin
Date: Tuesday, September 1, 2015 @ 17:17:07
  Author: spupykin
Revision: 139060

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 139059, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 139059, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 139059, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 139059, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-01 15:16:38 UTC (rev 139059)
+++ community-i686/PKGBUILD 2015-09-01 15:17:07 UTC (rev 139060)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-pkgver=3.7.3
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('bb7a9fa5181a4ded7704d6cc1ca959b2')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 139059, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-01 15:17:07 UTC (rev 139060)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+pkgver=3.7.4
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('3e2ab64a35a54a43413c2d88971fe32b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 

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

2015-08-11 Thread Sergej Pupykin
Date: Tuesday, August 11, 2015 @ 14:20:00
  Author: spupykin
Revision: 138225

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 138224, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 138224, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 138224, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 138224, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  128 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   64 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   64 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-11 12:19:48 UTC (rev 138224)
+++ community-i686/PKGBUILD 2015-08-11 12:20:00 UTC (rev 138225)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.7.2
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('8354e1b830874a13c14a816e7c14c287')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 138224, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-11 12:20:00 UTC (rev 138225)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.7.3
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('bb7a9fa5181a4ded7704d6cc1ca959b2')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+

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

2015-06-24 Thread Sergej Pupykin
Date: Wednesday, June 24, 2015 @ 13:10:11
  Author: spupykin
Revision: 135822

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 135821, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 135821, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 135821, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 135821, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  126 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   63 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   63 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-24 11:09:55 UTC (rev 135821)
+++ community-i686/PKGBUILD 2015-06-24 11:10:11 UTC (rev 135822)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.7.1
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-md5sums=('2135aefa7e1046aa3fb9501e6eae86c8')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 135821, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-24 11:10:11 UTC (rev 135822)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.7.2
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+md5sums=('02bc49db6013495edacebe1ee3d1bca0')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
+ 

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

2015-06-08 Thread Sergej Pupykin
Date: Monday, June 8, 2015 @ 14:29:33
  Author: spupykin
Revision: 134965

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 134964, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 134964, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 134964, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 134964, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  126 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   63 -
 community-i686/glusterfs.install   |8 --
 community-x86_64/PKGBUILD  |   63 -
 community-x86_64/glusterfs.install |8 --
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-08 12:29:16 UTC (rev 134964)
+++ community-i686/PKGBUILD 2015-06-08 12:29:33 UTC (rev 134965)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.7.0
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio liburcu)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-md5sums=('51789050e4f7824146f02191f03b779b')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 134964, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-08 12:29:33 UTC (rev 134965)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.7.1
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+md5sums=('2135aefa7e1046aa3fb9501e6eae86c8')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
+

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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 15:34:34
  Author: spupykin
Revision: 134057

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 134056, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 134056, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 134056, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 134056, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  126 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   63 -
 community-i686/glusterfs.install   |7 -
 community-x86_64/PKGBUILD  |   63 -
 community-x86_64/glusterfs.install |7 -
 6 files changed, 142 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 13:34:20 UTC (rev 134056)
+++ community-i686/PKGBUILD 2015-05-25 13:34:34 UTC (rev 134057)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.6.2
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-md5sums=('36fd4ecd3eb9cde0de64c13146bead02')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 134056, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 13:34:34 UTC (rev 134057)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+md5sums=('51789050e4f7824146f02191f03b779b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
+

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

2015-01-30 Thread Sergej Pupykin
Date: Friday, January 30, 2015 @ 15:28:25
  Author: spupykin
Revision: 126812

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 126811, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 126811, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 126811, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 126811, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  126 +++
 /glusterfs.install |   14 +++
 community-i686/PKGBUILD|   63 -
 community-i686/glusterfs.install   |7 -
 community-x86_64/PKGBUILD  |   63 -
 community-x86_64/glusterfs.install |7 -
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-30 14:27:50 UTC (rev 126811)
+++ community-i686/PKGBUILD 2015-01-30 14:28:25 UTC (rev 126812)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-md5sums=('9a2e95648257fbab2aeaf1ab4c0f505f')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 126811, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-30 14:28:25 UTC (rev 126812)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.6.2
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+md5sums=('36fd4ecd3eb9cde0de64c13146bead02')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+

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

2014-11-24 Thread Sergej Pupykin
Date: Monday, November 24, 2014 @ 11:44:52
  Author: spupykin
Revision: 123048

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 123047, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 123047, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 123047, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 123047, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  126 +++
 /glusterfs.install |   14 +++
 community-i686/PKGBUILD|   63 -
 community-i686/glusterfs.install   |7 -
 community-x86_64/PKGBUILD  |   63 -
 community-x86_64/glusterfs.install |7 -
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-24 10:44:39 UTC (rev 123047)
+++ community-i686/PKGBUILD 2014-11-24 10:44:52 UTC (rev 123048)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.5.3
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-md5sums=('7e2d03fd5108939843b2ccc8989a45c9')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 123047, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-24 10:44:52 UTC (rev 123048)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+md5sums=('9a2e95648257fbab2aeaf1ab4c0f505f')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+

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

2014-11-17 Thread Sergej Pupykin
Date: Monday, November 17, 2014 @ 13:03:07
  Author: spupykin
Revision: 122675

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 122674, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 122674, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 122674, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 122674, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  126 +++
 /glusterfs.install |   14 +++
 community-i686/PKGBUILD|   63 -
 community-i686/glusterfs.install   |7 -
 community-x86_64/PKGBUILD  |   63 -
 community-x86_64/glusterfs.install |7 -
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-17 12:02:54 UTC (rev 122674)
+++ community-i686/PKGBUILD 2014-11-17 12:03:07 UTC (rev 122675)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.5.1
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-md5sums=('8ca66470225704339b94317616977301')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 122674, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-17 12:03:07 UTC (rev 122675)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.5.3
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+md5sums=('7e2d03fd5108939843b2ccc8989a45c9')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+

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

2014-06-30 Thread Sergej Pupykin
Date: Monday, June 30, 2014 @ 13:59:55
  Author: spupykin
Revision: 113780

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 113779, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 113779, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 113779, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 113779, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  126 +++
 /glusterfs.install |   14 +++
 community-i686/PKGBUILD|   61 
 community-i686/glusterfs.install   |7 -
 community-x86_64/PKGBUILD  |   61 
 community-x86_64/glusterfs.install |7 -
 6 files changed, 140 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-30 11:59:43 UTC (rev 113779)
+++ community-i686/PKGBUILD 2014-06-30 11:59:55 UTC (rev 113780)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-md5sums=('8ca66470225704339b94317616977301')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 113779, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-30 11:59:55 UTC (rev 113780)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.5.1
+pkgrel=2
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+md5sums=('8ca66470225704339b94317616977301')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+$pkgdir/usr/share/doc/glusterfs/
+
+  cp -rf \
+$srcdir/$pkgname-$pkgver/doc/* \
+

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

2014-06-24 Thread Sergej Pupykin
Date: Tuesday, June 24, 2014 @ 13:02:08
  Author: spupykin
Revision: 113498

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 113497, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterfs.install
(from rev 113497, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 113497, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 113497, glusterfs/trunk/glusterfs.install)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterfs.install
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 /PKGBUILD  |  122 +++
 /glusterfs.install |   14 
 community-i686/PKGBUILD|   62 -
 community-i686/glusterfs.install   |7 --
 community-x86_64/PKGBUILD  |   62 -
 community-x86_64/glusterfs.install |7 --
 6 files changed, 136 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-24 11:01:55 UTC (rev 113497)
+++ community-i686/PKGBUILD 2014-06-24 11:02:08 UTC (rev 113498)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.5.0
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
-md5sums=('5c141ba3e5306d550d9092e3d1ad6d50')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  ./gen-headers.py
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 113497, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-24 11:02:08 UTC (rev 113498)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+md5sums=('8ca66470225704339b94317616977301')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+$pkgdir/usr/share/doc/glusterfs/
+
+  cp -rf \
+$srcdir/$pkgname-$pkgver/doc/* \
+

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

2013-11-04 Thread Sergej Pupykin
Date: Monday, November 4, 2013 @ 13:12:13
  Author: spupykin
Revision: 100446

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 100445, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterd.service
(from rev 100445, glusterfs/trunk/glusterd.service)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 100445, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterd.service
(from rev 100445, glusterfs/trunk/glusterd.service)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterd.service
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterd.service

---+
 /PKGBUILD |  126 
 /glusterd.service |   20 +
 community-i686/PKGBUILD   |   61 -
 community-i686/glusterd.service   |   10 --
 community-x86_64/PKGBUILD |   61 -
 community-x86_64/glusterd.service |   10 --
 6 files changed, 146 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-04 12:11:57 UTC (rev 100445)
+++ community-i686/PKGBUILD 2013-11-04 12:12:13 UTC (rev 100446)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.4.0
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
-   glusterd.service)
-sha256sums=('2a2a43fb52a7f6b8b00331acc5ea2c86a067a2f2901cca886a2348e919c0cbd8'
-'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
-PYTHON=python2
-
-  make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  install -D -m 644 \
-$srcdir/glusterd.service \
-$pkgdir/usr/lib/systemd/system/glusterd.service
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 100445, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-04 12:12:13 UTC (rev 100446)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.4.1
+_basever=`echo $pkgver | cut -f1-2 -d.`
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
+   glusterd.service)
+sha256sums=('2a2a43fb52a7f6b8b00331acc5ea2c86a067a2f2901cca886a2348e919c0cbd8'
+'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
+sha256sums=('b5f1b4e3c6b86ecdfc5ff1b870ae3d3384bb2e3943565d6907c29ee6e21ab739'
+'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+PYTHON=python2
+
+  make
+
+  sed -i s:env\ python:env\ python2: \
+xlators/features/marker/utils/syncdaemon/gsyncd.py
+  sed -i s:/usr/bin/python:/usr/bin/python2: \
+contrib/ipaddr-py/ipaddr.py
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+

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

2013-07-22 Thread Sergej Pupykin
Date: Monday, July 22, 2013 @ 16:09:30
  Author: spupykin
Revision: 94386

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 94385, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterd.service
(from rev 94385, glusterfs/trunk/glusterd.service)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 94385, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterd.service
(from rev 94385, glusterfs/trunk/glusterd.service)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterd.service
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterd.service

---+
 /PKGBUILD |  124 
 /glusterd.service |   20 +
 community-i686/PKGBUILD   |   64 --
 community-i686/glusterd.service   |   10 --
 community-x86_64/PKGBUILD |   64 --
 community-x86_64/glusterd.service |   10 --
 6 files changed, 144 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-22 14:09:14 UTC (rev 94385)
+++ community-i686/PKGBUILD 2013-07-22 14:09:30 UTC (rev 94386)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.3.1
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=5
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-options=(!libtool)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
-   glusterd.service)
-sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
-'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
-sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
-'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
-PYTHON=python2
-
-  make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  install -D -m 644 \
-$srcdir/glusterd.service \
-$pkgdir/usr/lib/systemd/system/glusterd.service
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 94385, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-22 14:09:30 UTC (rev 94386)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.4.0
+_basever=`echo $pkgver | cut -f1-2 -d.`
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+options=(!libtool)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
+   glusterd.service)
+sha256sums=('2a2a43fb52a7f6b8b00331acc5ea2c86a067a2f2901cca886a2348e919c0cbd8'
+'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+PYTHON=python2
+
+  make
+
+  sed -i s:env\ python:env\ python2: \
+xlators/features/marker/utils/syncdaemon/gsyncd.py
+  sed -i s:/usr/bin/python:/usr/bin/python2: \
+contrib/ipaddr-py/ipaddr.py
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  install -D -m 644 \
+

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

2013-05-31 Thread Sergej Pupykin
Date: Friday, May 31, 2013 @ 18:29:44
  Author: spupykin
Revision: 92113

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 92112, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterd.service
(from rev 92112, glusterfs/trunk/glusterd.service)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 92112, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterd.service
(from rev 92112, glusterfs/trunk/glusterd.service)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterd.service
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterd.service

---+
 /PKGBUILD |  132 
 /glusterd.service |   20 +
 community-i686/PKGBUILD   |   64 -
 community-i686/glusterd.service   |   10 --
 community-x86_64/PKGBUILD |   64 -
 community-x86_64/glusterd.service |   10 --
 6 files changed, 152 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-31 16:29:24 UTC (rev 92112)
+++ community-i686/PKGBUILD 2013-05-31 16:29:44 UTC (rev 92113)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-_basever=3.3
-pkgver=$_basever.1
-pkgrel=3
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-options=(!libtool)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
-   glusterd.service)
-sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
-'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
-PYTHON=python2
-
-  make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/sbin
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/sbin/* $pkgdir/usr/sbin
-  rmdir $pkgdir/sbin
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  install -D -m 644 \
-$srcdir/glusterd.service \
-$pkgdir/usr/lib/systemd/system/glusterd.service
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 92112, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-31 16:29:44 UTC (rev 92113)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.3.1
+_basever=`echo $pkgver | cut -f1-2 -d.`
+pkgrel=4
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+options=(!libtool)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
+   glusterd.service)
+sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
+'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
+sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
+'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+PYTHON=python2
+
+  make
+
+  sed -i s:env\ python:env\ python2: \
+xlators/features/marker/utils/syncdaemon/gsyncd.py
+  sed -i s:/usr/bin/python:/usr/bin/python2: \
+contrib/ipaddr-py/ipaddr.py
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/sbin
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/sbin/* $pkgdir/usr/sbin
+  rmdir 

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

2013-05-28 Thread Sergej Pupykin
Date: Tuesday, May 28, 2013 @ 20:08:16
  Author: spupykin
Revision: 91880

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

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 91879, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterd.service
(from rev 91879, glusterfs/trunk/glusterd.service)
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 91879, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterd.service
(from rev 91879, glusterfs/trunk/glusterd.service)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterd.service
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterd.service

---+
 /PKGBUILD |  128 
 /glusterd.service |   20 +
 community-i686/PKGBUILD   |   69 ---
 community-i686/glusterd.service   |   10 --
 community-x86_64/PKGBUILD |   69 ---
 community-x86_64/glusterd.service |   10 --
 6 files changed, 148 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-28 18:07:58 UTC (rev 91879)
+++ community-i686/PKGBUILD 2013-05-28 18:08:16 UTC (rev 91880)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-_basever=3.3
-pkgver=$_basever.1
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-options=(!libtool)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
-   glusterd.service)
-sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
-'f8c113d2a101c93f0e899ba498d0cb6308caf02da37552f12245a863bec39ab4'
-'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
-sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
-'f8c113d2a101c93f0e899ba498d0cb6308caf02da37552f12245a863bec39ab4'
-'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
-sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
-'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
-PYTHON=python2
-
-  make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/sbin
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/sbin/* $pkgdir/usr/sbin
-  rmdir $pkgdir/sbin
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  install -D -m 644 \
-$srcdir/glusterd.service \
-$pkgdir/usr/lib/systemd/system/glusterd.service
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 91879, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-28 18:08:16 UTC (rev 91880)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+_basever=3.3
+pkgver=$_basever.1
+pkgrel=3
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+options=(!libtool)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
+   glusterd.service)
+sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
+'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+PYTHON=python2
+
+  make
+
+  sed -i s:env\ python:env\ python2: \
+