[arch-commits] Commit in jfsutils/repos (8 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Thu May 23 06:41:02 UTC 2013


    Date: Thursday, May 23, 2013 @ 08:41:02
  Author: bisson
Revision: 186264

db-move: moved jfsutils from [testing] to [core] (i686, x86_64)

Added:
  jfsutils/repos/core-i686/PKGBUILD
    (from rev 186262, jfsutils/repos/testing-i686/PKGBUILD)
  jfsutils/repos/core-i686/inttypes.patch
    (from rev 186262, jfsutils/repos/testing-i686/inttypes.patch)
  jfsutils/repos/core-x86_64/PKGBUILD
    (from rev 186262, jfsutils/repos/testing-x86_64/PKGBUILD)
  jfsutils/repos/core-x86_64/inttypes.patch
    (from rev 186262, jfsutils/repos/testing-x86_64/inttypes.patch)
Deleted:
  jfsutils/repos/core-i686/PKGBUILD
  jfsutils/repos/core-x86_64/PKGBUILD
  jfsutils/repos/testing-i686/
  jfsutils/repos/testing-x86_64/

----------------------------+
 /PKGBUILD                  |   78 +++++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD         |   30 ----------------
 core-i686/inttypes.patch   |   12 ++++++
 core-x86_64/PKGBUILD       |   30 ----------------
 core-x86_64/inttypes.patch |   12 ++++++
 5 files changed, 102 insertions(+), 60 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2013-05-23 06:41:01 UTC (rev 186263)
+++ core-i686/PKGBUILD	2013-05-23 06:41:02 UTC (rev 186264)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=jfsutils
-pkgver=1.1.15
-pkgrel=3
-pkgdesc='JFS filesystem utilities'
-arch=('i686' 'x86_64')
-url='http://jfs.sourceforge.net'
-license=('GPL')
-groups=('base')
-depends=('util-linux-ng')
-source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('291e8bd9d615cf3d27e4000117c81a3602484a50')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --sbindir=/sbin 
-	make
-}
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make check
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: jfsutils/repos/core-i686/PKGBUILD (from rev 186262, jfsutils/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2013-05-23 06:41:02 UTC (rev 186264)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=jfsutils
+pkgver=1.1.15
+pkgrel=4
+pkgdesc='JFS filesystem utilities'
+url='http://jfs.sourceforge.net'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('util-linux')
+source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz"
+        'inttypes.patch')
+sha1sums=('291e8bd9d615cf3d27e4000117c81a3602484a50'
+          '88551e7d8418bab0df4643dce248110d4c9b0a53')
+
+groups=('base')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../inttypes.patch
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --sbindir=/usr/bin 
+	make
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: jfsutils/repos/core-i686/inttypes.patch (from rev 186262, jfsutils/repos/testing-i686/inttypes.patch)
===================================================================
--- core-i686/inttypes.patch	                        (rev 0)
+++ core-i686/inttypes.patch	2013-05-23 06:41:02 UTC (rev 186264)
@@ -0,0 +1,12 @@
+diff -Naur old/libfs/devices.h new/libfs/devices.h
+--- old/libfs/devices.h	2005-11-23 07:43:55.000000000 +1100
++++ new/libfs/devices.h	2013-01-06 11:30:25.381538024 +1100
+@@ -40,6 +40,8 @@
+ #define ERROR_INVALID_PARAMETER	87
+ #define ERROR_DISK_FULL		112
+ 
++#include <inttypes.h>
++
+ struct stat;
+ 
+ int ujfs_get_dev_size(FILE *, int64_t * size);

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2013-05-23 06:41:01 UTC (rev 186263)
+++ core-x86_64/PKGBUILD	2013-05-23 06:41:02 UTC (rev 186264)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=jfsutils
-pkgver=1.1.15
-pkgrel=3
-pkgdesc='JFS filesystem utilities'
-arch=('i686' 'x86_64')
-url='http://jfs.sourceforge.net'
-license=('GPL')
-groups=('base')
-depends=('util-linux-ng')
-source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('291e8bd9d615cf3d27e4000117c81a3602484a50')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --sbindir=/sbin 
-	make
-}
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make check
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: jfsutils/repos/core-x86_64/PKGBUILD (from rev 186262, jfsutils/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2013-05-23 06:41:02 UTC (rev 186264)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=jfsutils
+pkgver=1.1.15
+pkgrel=4
+pkgdesc='JFS filesystem utilities'
+url='http://jfs.sourceforge.net'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('util-linux')
+source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz"
+        'inttypes.patch')
+sha1sums=('291e8bd9d615cf3d27e4000117c81a3602484a50'
+          '88551e7d8418bab0df4643dce248110d4c9b0a53')
+
+groups=('base')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../inttypes.patch
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --sbindir=/usr/bin 
+	make
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: jfsutils/repos/core-x86_64/inttypes.patch (from rev 186262, jfsutils/repos/testing-x86_64/inttypes.patch)
===================================================================
--- core-x86_64/inttypes.patch	                        (rev 0)
+++ core-x86_64/inttypes.patch	2013-05-23 06:41:02 UTC (rev 186264)
@@ -0,0 +1,12 @@
+diff -Naur old/libfs/devices.h new/libfs/devices.h
+--- old/libfs/devices.h	2005-11-23 07:43:55.000000000 +1100
++++ new/libfs/devices.h	2013-01-06 11:30:25.381538024 +1100
+@@ -40,6 +40,8 @@
+ #define ERROR_INVALID_PARAMETER	87
+ #define ERROR_DISK_FULL		112
+ 
++#include <inttypes.h>
++
+ struct stat;
+ 
+ int ujfs_get_dev_size(FILE *, int64_t * size);




More information about the arch-commits mailing list