[arch-commits] Commit in nilfs-utils/repos (4 files)

2016-10-21 Thread Dan McGee
Date: Friday, October 21, 2016 @ 13:15:42
  Author: dan
Revision: 279111

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 279110, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 279110, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 279110, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-10-21 13:15:42 UTC (rev 279111)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.6
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('bdee5fbc4ef8cff4ae5ba6f4d2eb5b5b')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 279110, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-21 13:15:42 UTC (rev 279111)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.6
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('bdee5fbc4ef8cff4ae5ba6f4d2eb5b5b')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}


[arch-commits] Commit in nilfs-utils/repos (4 files)

2016-09-18 Thread Dan McGee
Date: Sunday, September 18, 2016 @ 18:57:29
  Author: dan
Revision: 276687

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 276686, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 276686, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 276686, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-18 18:57:29 UTC (rev 276687)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('2d3737b61a9eb25851477e3200726144')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 276686, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-09-18 18:57:29 UTC (rev 276687)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('2d3737b61a9eb25851477e3200726144')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}


[arch-commits] Commit in nilfs-utils/repos (4 files)

2016-04-30 Thread Dan McGee
Date: Saturday, April 30, 2016 @ 23:13:03
  Author: dan
Revision: 266685

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 266684, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 266684, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 266684, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-30 21:13:03 UTC (rev 266685)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('1b7bdcc6b8537f7627fa0bce5434c076')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 266684, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-30 21:13:03 UTC (rev 266685)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('i686' 'x86_64')
+url="http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('1b7bdcc6b8537f7627fa0bce5434c076')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
+}


[arch-commits] Commit in nilfs-utils/repos (4 files)

2015-02-15 Thread Dan McGee
Date: Sunday, February 15, 2015 @ 19:33:26
  Author: dan
Revision: 231599

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 231598, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 231598, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 231598, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-15 18:33:26 UTC (rev 231599)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('50e904e41aee0a1463b01c9d0df8ee9d')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 231598, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-15 18:33:26 UTC (rev 231599)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('50e904e41aee0a1463b01c9d0df8ee9d')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}


[arch-commits] Commit in nilfs-utils/repos (4 files)

2014-09-01 Thread Dan McGee
Date: Monday, September 1, 2014 @ 16:40:57
  Author: dan
Revision: 220871

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 220870, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 220870, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 220870, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-01 14:40:57 UTC (rev 220871)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('a4e2ee5e64d57bd38e1ffcc5630bd4ec')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 220870, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-01 14:40:57 UTC (rev 220871)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('a4e2ee5e64d57bd38e1ffcc5630bd4ec')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2014-04-12 Thread Dan McGee
Date: Saturday, April 12, 2014 @ 21:03:14
  Author: dan
Revision: 210244

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 210243, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 210243, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 210243, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-12 19:03:14 UTC (rev 210244)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('57480da0c9e6c35100e157b6cc87b6f8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 210243, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-12 19:03:14 UTC (rev 210244)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://nilfs.sourceforge.net/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('57480da0c9e6c35100e157b6cc87b6f8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2014-02-14 Thread Dan McGee
Date: Friday, February 14, 2014 @ 20:44:19
  Author: dan
Revision: 205954

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 205951, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 205953, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 205951, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-14 19:44:19 UTC (rev 205954)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.6
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('3d8166ba2346b61ac8dd83a64e92ae0f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 205953, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-14 19:44:19 UTC (rev 205954)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.6
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('3d8166ba2346b61ac8dd83a64e92ae0f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --with-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2013-10-24 Thread Allan McRae
Date: Friday, October 25, 2013 @ 03:13:58
  Author: allan
Revision: 197288

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 197287, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 197287, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 197287, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-25 01:13:58 UTC (rev 197288)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.5
+pkgrel=3
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f072cc53c288492061b3199d63e32177')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 197287, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-25 01:13:58 UTC (rev 197288)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.5
+pkgrel=3
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f072cc53c288492061b3199d63e32177')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2013-05-31 Thread Tobias Powalowski
Date: Friday, May 31, 2013 @ 09:36:19
  Author: tpowa
Revision: 186786

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

Added:
  nilfs-utils/repos/staging-i686/
  nilfs-utils/repos/staging-i686/PKGBUILD
(from rev 186785, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/staging-x86_64/
  nilfs-utils/repos/staging-x86_64/PKGBUILD
(from rev 186785, nilfs-utils/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/staging-i686/PKGBUILD (from rev 186785, 
nilfs-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-31 07:36:19 UTC (rev 186786)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.5
+pkgrel=2
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f072cc53c288492061b3199d63e32177')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/staging-x86_64/PKGBUILD (from rev 186785, 
nilfs-utils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-31 07:36:19 UTC (rev 186786)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.5
+pkgrel=2
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f072cc53c288492061b3199d63e32177')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sbindir=/usr/bin --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir sbindir=/usr/bin install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2013-05-09 Thread Dan McGee
Date: Thursday, May 9, 2013 @ 15:12:26
  Author: dan
Revision: 184990

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 184989, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 184989, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 184989, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-09 13:12:26 UTC (rev 184990)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.5
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f072cc53c288492061b3199d63e32177')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 184989, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-09 13:12:26 UTC (rev 184990)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.5
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('f072cc53c288492061b3199d63e32177')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 09:36:38
  Author: ibiru
Revision: 163179

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 163178, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 163178, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 163178, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-08 13:36:38 UTC (rev 163179)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('e72f941f5041a057a81a1ce22e03497d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 163178, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-08 13:36:38 UTC (rev 163179)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('e72f941f5041a057a81a1ce22e03497d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2012-06-07 Thread Ionut Biru
Date: Thursday, June 7, 2012 @ 14:46:29
  Author: ibiru
Revision: 160972

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 160971, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 160971, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 160971, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-07 18:46:29 UTC (rev 160972)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.2
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('9a16a5ca459e64a903eac9c2fd456802')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 160971, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-07 18:46:29 UTC (rev 160972)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.2
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('9a16a5ca459e64a903eac9c2fd456802')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2012-04-29 Thread Allan McRae
Date: Sunday, April 29, 2012 @ 05:45:01
  Author: allan
Revision: 157773

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 157772, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 157772, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 157772, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-29 09:45:01 UTC (rev 157773)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.1
+pkgrel=2
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('caa7d8b7121311bd978120e2f0c45d81')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 157772, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-29 09:45:01 UTC (rev 157773)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.1
+pkgrel=2
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('caa7d8b7121311bd978120e2f0c45d81')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2012-01-19 Thread Ionut Biru
Date: Thursday, January 19, 2012 @ 10:15:14
  Author: ibiru
Revision: 146948

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 146947, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 146947, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 146947, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-19 15:15:14 UTC (rev 146948)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('caa7d8b7121311bd978120e2f0c45d81')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --libdir=/lib --enable-libmount
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 146947, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-19 15:15:14 UTC (rev 146948)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('caa7d8b7121311bd978120e2f0c45d81')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --libdir=/lib --enable-libmount
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2011-12-21 Thread Ionut Biru
Date: Wednesday, December 21, 2011 @ 13:00:02
  Author: ibiru
Revision: 145311

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

Added:
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 145310, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 145310, nilfs-utils/trunk/PKGBUILD)
Deleted:
  nilfs-utils/repos/testing-i686/PKGBUILD
  nilfs-utils/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/PKGBUILD   |   52 +++---
 testing-x86_64/PKGBUILD |   52 +++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-12-21 17:59:16 UTC (rev 145310)
+++ testing-i686/PKGBUILD   2011-12-21 18:00:02 UTC (rev 145311)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr 
-pkgname=nilfs-utils
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
-arch=('i686' 'x86_64')
-url=http://www.nilfs.org/;
-license=('GPL2' 'LGPL2.1')
-backup=('etc/nilfs_cleanerd.conf')
-depends=('util-linux-ng')
-options=(!libtool)
-source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('738f7bee062051c14dcff444bb17ada7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --libdir=/lib
-  make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
-}

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 145310, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-21 18:00:02 UTC (rev 145311)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr 
+pkgname=nilfs-utils
+pkgver=2.1.0
+pkgrel=2
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('738f7bee062051c14dcff444bb17ada7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --libdir=/lib --enable-libmount
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2011-12-21 17:59:16 UTC (rev 145310)
+++ testing-x86_64/PKGBUILD 2011-12-21 18:00:02 UTC (rev 145311)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr 
-pkgname=nilfs-utils
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
-arch=('i686' 'x86_64')
-url=http://www.nilfs.org/;
-license=('GPL2' 'LGPL2.1')
-backup=('etc/nilfs_cleanerd.conf')
-depends=('util-linux-ng')
-options=(!libtool)
-source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('738f7bee062051c14dcff444bb17ada7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --libdir=/lib
-  make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
-}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 145310, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-12-21 18:00:02 UTC (rev 145311)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr 
+pkgname=nilfs-utils
+pkgver=2.1.0
+pkgrel=2
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('738f7bee062051c14dcff444bb17ada7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --libdir=/lib --enable-libmount
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}



[arch-commits] Commit in nilfs-utils/repos (4 files)

2011-12-15 Thread Ionut Biru
Date: Thursday, December 15, 2011 @ 17:33:56
  Author: ibiru
Revision: 145060

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

Added:
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-i686/PKGBUILD
(from rev 145059, nilfs-utils/trunk/PKGBUILD)
  nilfs-utils/repos/testing-x86_64/
  nilfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 145059, nilfs-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: nilfs-utils/repos/testing-i686/PKGBUILD (from rev 145059, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-15 22:33:56 UTC (rev 145060)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr 
+pkgname=nilfs-utils
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux-ng')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('738f7bee062051c14dcff444bb17ada7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --libdir=/lib
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 145059, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-12-15 22:33:56 UTC (rev 145060)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr 
+pkgname=nilfs-utils
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux-ng')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('738f7bee062051c14dcff444bb17ada7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --libdir=/lib
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}