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

Tobias Powalowski tpowa at archlinux.org
Tue Nov 15 14:47:47 UTC 2011


    Date: Tuesday, November 15, 2011 @ 09:47:46
  Author: tpowa
Revision: 142803

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

Added:
  xfsprogs/repos/core-i686/PKGBUILD
    (from rev 142800, xfsprogs/repos/testing-i686/PKGBUILD)
Deleted:
  xfsprogs/repos/core-i686/PKGBUILD
  xfsprogs/repos/testing-i686/

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2011-11-15 14:47:45 UTC (rev 142802)
+++ core-i686/PKGBUILD	2011-11-15 14:47:46 UTC (rev 142803)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal <paul at archlinux.org>
-pkgname=xfsprogs
-pkgver=3.1.5
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://oss.sgi.com/projects/xfs/"
-groups=('base')
-depends=('util-linux-ng>=2.16')
-options=('!makeflags' '!libtool')
-# We mirror the sources as upstream tends to move them once a new release is out
-source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
-md5sums=('b1db37749e2b4149a0dd178abff956be')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export OPTIMIZER="-march=${CARCH/_/-} -O1"
-  export DEBUG=-DNDEBUG
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DIST_ROOT="${pkgdir}" install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-}

Copied: xfsprogs/repos/core-i686/PKGBUILD (from rev 142800, xfsprogs/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2011-11-15 14:47:46 UTC (rev 142803)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Paul Mattal <paul at archlinux.org>
+pkgname=xfsprogs
+pkgver=3.1.6
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/"
+groups=('base')
+depends=('util-linux-ng>=2.16')
+options=('!makeflags' '!libtool')
+# We mirror the sources as upstream tends to move them once a new release is out
+source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
+md5sums=('fbd2c1c5abed4b11047bea6ce53bc6e4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DIST_ROOT="${pkgdir}" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+}




More information about the arch-commits mailing list