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

Dave Reisner dreisner at archlinux.org
Sat May 5 03:17:24 UTC 2012


    Date: Friday, May 4, 2012 @ 23:17:23
  Author: dreisner
Revision: 158619

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

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

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

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2012-05-05 03:17:21 UTC (rev 158618)
+++ core-x86_64/PKGBUILD	2012-05-05 03:17:23 UTC (rev 158619)
@@ -1,27 +0,0 @@
-# $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
-}

Copied: nilfs-utils/repos/core-x86_64/PKGBUILD (from rev 158615, nilfs-utils/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2012-05-05 03:17:23 UTC (rev 158619)
@@ -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=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
+}




More information about the arch-commits mailing list