[arch-commits] Commit in nilfs-utils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-08-27 Thread Jelle van der Waa via arch-commits
Date: Tuesday, August 27, 2019 @ 14:34:59
  Author: jelle
Revision: 361278

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 361277, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-08-27 14:34:59 UTC (rev 361278)
@@ -0,0 +1,26 @@
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.8
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('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=('feb4fbf72679cb6449935d720b161aec')
+
+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 (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-09 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, December 9, 2017 @ 12:24:07
  Author: bpiotrowski
Revision: 311970

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: nilfs-utils/repos/testing-x86_64/PKGBUILD (from rev 311969, 
nilfs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-09 12:24:07 UTC (rev 311970)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Geoffroy Carrier 
+
+pkgname=nilfs-utils
+pkgver=2.2.7
+pkgrel=1
+pkgdesc="A log-structured file system supporting continuous snapshotting 
(userspace utils)"
+arch=('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=('de16b06a7d04ca94b56dcfa37e569064')
+
+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 (testing-x86_64)

2011-04-20 Thread Ionut Biru
Date: Wednesday, April 20, 2011 @ 07:44:55
  Author: ibiru
Revision: 120137

archrelease: copy trunk to testing-x86_64

Added:
  nilfs-utils/repos/testing-x86_64/



[arch-commits] Commit in nilfs-utils/repos (testing-x86_64)

2011-01-26 Thread Ionut Biru
Date: Wednesday, January 26, 2011 @ 08:47:15
  Author: ibiru
Revision: 107522

archrelease: copy trunk to testing-x86_64

Added:
  nilfs-utils/repos/testing-x86_64/