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

Ionut Biru ibiru at archlinux.org
Thu Jan 26 19:27:32 UTC 2012


    Date: Thursday, January 26, 2012 @ 14:27:32
  Author: ibiru
Revision: 147681

db-move: moved nilfs-utils from [testing] to [core] (i686)

Added:
  nilfs-utils/repos/core-i686/PKGBUILD
    (from rev 147680, nilfs-utils/repos/testing-i686/PKGBUILD)
Deleted:
  nilfs-utils/repos/core-i686/PKGBUILD
  nilfs-utils/repos/testing-i686/

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

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-01-26 17:28:58 UTC (rev 147680)
+++ core-i686/PKGBUILD	2012-01-26 19:27:32 UTC (rev 147681)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at 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
-}

Copied: nilfs-utils/repos/core-i686/PKGBUILD (from rev 147680, nilfs-utils/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-01-26 19:27:32 UTC (rev 147681)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at 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
+}




More information about the arch-commits mailing list