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

2012-08-11 Thread Eric Bélanger
Date: Saturday, August 11, 2012 @ 14:49:23
  Author: eric
Revision: 165144

db-move: moved libofx from [testing] to [extra] (i686, x86_64)

Added:
  libofx/repos/extra-i686/PKGBUILD
(from rev 165142, libofx/repos/testing-i686/PKGBUILD)
  libofx/repos/extra-i686/libofx-gcc47.patch
(from rev 165142, libofx/repos/testing-i686/libofx-gcc47.patch)
  libofx/repos/extra-x86_64/PKGBUILD
(from rev 165142, libofx/repos/testing-x86_64/PKGBUILD)
  libofx/repos/extra-x86_64/libofx-gcc47.patch
(from rev 165142, libofx/repos/testing-x86_64/libofx-gcc47.patch)
Deleted:
  libofx/repos/extra-i686/PKGBUILD
  libofx/repos/extra-x86_64/PKGBUILD
  libofx/repos/testing-i686/
  libofx/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   87 +++---
 extra-i686/libofx-gcc47.patch   |   11 
 extra-x86_64/PKGBUILD   |   87 +++---
 extra-x86_64/libofx-gcc47.patch |   11 
 4 files changed, 110 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-11 18:49:18 UTC (rev 165143)
+++ extra-i686/PKGBUILD 2012-08-11 18:49:23 UTC (rev 165144)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-
-pkgbase=libofx
-pkgname=('libofx' 'libofx-doc')
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="API for the OFX banking standard"
-arch=('i686' 'x86_64')
-url="http://libofx.sourceforge.net";
-license=('GPL')
-depends=('opensp' 'curl' 'libxml++')
-checkdepends=('gnupg')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f2419bf8d01c0cff74efe7084e0a26c5')
-sha1sums=('7370245c011ac4ea9313ba24a88c70e0eb9c317b')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  make check
-}
-
-package_libofx() {
-  options=('!libtool' '!docs')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-package_libofx-doc() {
-  pkgdesc="Documention of the OFX banking standard API"
-  depends=()
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install-docDATA
-  make -C doc DESTDIR="$pkgdir" install
-}

Copied: libofx/repos/extra-i686/PKGBUILD (from rev 165142, 
libofx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-11 18:49:23 UTC (rev 165144)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="API for the OFX banking standard"
+arch=('i686' 'x86_64')
+url="http://libofx.sourceforge.net";
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
libofx-gcc47.patch)
+sha1sums=('7e5245d68a0f3f7efad2fd809b2afbbff6ba0e73'
+  '6c327e24543cb8ba901bfb204343a85c68264654')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  patch -p1 -i "$srcdir/libofx-gcc47.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  make check
+}
+
+package_libofx() {
+  options=('!libtool' '!docs')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+package_libofx-doc() {
+  pkgdesc="Documention of the OFX banking standard API"
+  depends=()
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install-docDATA
+  make -C doc DESTDIR="$pkgdir" install
+}

Copied: libofx/repos/extra-i686/libofx-gcc47.patch (from rev 165142, 
libofx/repos/testing-i686/libofx-gcc47.patch)
===
--- extra-i686/libofx-gcc47.patch   (rev 0)
+++ extra-i686/libofx-gcc47.patch   2012-08-11 18:49:23 UTC (rev 165144)
@@ -0,0 +1,11 @@
+diff -Nru libofx-0.9.4/debian/patches/fix-ftbfs-gcc4.7.diff 
libofx-0.9.4/debian/patches/fix-ftbfs-gcc4.7.diff
+--- libofx-0.9.4.orig/ofxconnect/ofxpartner.cpp2011-03-30 
22:30:50.0 +
 libofx-0.9.4/ofxconnect/ofxpartner.cpp 2012-04-17 06:08:38.711940892 
+
+@@ -37,6 +37,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ using std::string;
+ using std::vector;

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-11 18:49:18 UTC (rev 165143)
+++ extra-x86_64/PKGBUILD   2012-08-11 18:49:23 UTC (rev 165144)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-
-pkgbase=libofx
-pkgname=('libofx' 'libofx-doc')
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="API for the OFX banking standard"
-arch=('i686' 'x86_64')
-url="http://libofx.sourceforge.net";
-license=('GPL')
-depends=('opensp' 'curl' 'libxml++')
-checkdepends=('gnupg')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f2419bf8d01c

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

2012-08-09 Thread Eric Bélanger
Date: Friday, August 10, 2012 @ 01:02:43
  Author: eric
Revision: 165083

db-move: moved libofx from [staging] to [testing] (i686, x86_64)

Added:
  libofx/repos/testing-i686/
  libofx/repos/testing-i686/PKGBUILD
(from rev 165081, libofx/repos/staging-i686/PKGBUILD)
  libofx/repos/testing-i686/libofx-gcc47.patch
(from rev 165081, libofx/repos/staging-i686/libofx-gcc47.patch)
  libofx/repos/testing-x86_64/
  libofx/repos/testing-x86_64/PKGBUILD
(from rev 165081, libofx/repos/staging-x86_64/PKGBUILD)
  libofx/repos/testing-x86_64/libofx-gcc47.patch
(from rev 165081, libofx/repos/staging-x86_64/libofx-gcc47.patch)
Deleted:
  libofx/repos/staging-i686/
  libofx/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   44 
 testing-i686/libofx-gcc47.patch   |   11 +
 testing-x86_64/PKGBUILD   |   44 
 testing-x86_64/libofx-gcc47.patch |   11 +
 4 files changed, 110 insertions(+)

Copied: libofx/repos/testing-i686/PKGBUILD (from rev 165081, 
libofx/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-10 05:02:43 UTC (rev 165083)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="API for the OFX banking standard"
+arch=('i686' 'x86_64')
+url="http://libofx.sourceforge.net";
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
libofx-gcc47.patch)
+sha1sums=('7e5245d68a0f3f7efad2fd809b2afbbff6ba0e73'
+  '6c327e24543cb8ba901bfb204343a85c68264654')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  patch -p1 -i "$srcdir/libofx-gcc47.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  make check
+}
+
+package_libofx() {
+  options=('!libtool' '!docs')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+package_libofx-doc() {
+  pkgdesc="Documention of the OFX banking standard API"
+  depends=()
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install-docDATA
+  make -C doc DESTDIR="$pkgdir" install
+}

Copied: libofx/repos/testing-i686/libofx-gcc47.patch (from rev 165081, 
libofx/repos/staging-i686/libofx-gcc47.patch)
===
--- testing-i686/libofx-gcc47.patch (rev 0)
+++ testing-i686/libofx-gcc47.patch 2012-08-10 05:02:43 UTC (rev 165083)
@@ -0,0 +1,11 @@
+diff -Nru libofx-0.9.4/debian/patches/fix-ftbfs-gcc4.7.diff 
libofx-0.9.4/debian/patches/fix-ftbfs-gcc4.7.diff
+--- libofx-0.9.4.orig/ofxconnect/ofxpartner.cpp2011-03-30 
22:30:50.0 +
 libofx-0.9.4/ofxconnect/ofxpartner.cpp 2012-04-17 06:08:38.711940892 
+
+@@ -37,6 +37,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ using std::string;
+ using std::vector;

Copied: libofx/repos/testing-x86_64/PKGBUILD (from rev 165081, 
libofx/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-10 05:02:43 UTC (rev 165083)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="API for the OFX banking standard"
+arch=('i686' 'x86_64')
+url="http://libofx.sourceforge.net";
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
libofx-gcc47.patch)
+sha1sums=('7e5245d68a0f3f7efad2fd809b2afbbff6ba0e73'
+  '6c327e24543cb8ba901bfb204343a85c68264654')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  patch -p1 -i "$srcdir/libofx-gcc47.patch"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  make check
+}
+
+package_libofx() {
+  options=('!libtool' '!docs')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+package_libofx-doc() {
+  pkgdesc="Documention of the OFX banking standard API"
+  depends=()
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install-docDATA
+  make -C doc DESTDIR="$pkgdir" install
+}

Copied: libofx/repos/testing-x86_64/libofx-gcc47.patch (from rev 165081, 
libofx/repos/staging-x86_64/libofx-gcc47.patch)
===
--- testing-x86_64/libofx-gcc47.patch   (rev 0)
+++ testing-x86_64/libofx-gcc47.patch   2012-08-10 05:02:43 UTC (rev 165083)
@@ -0,0 +1,11 @@
+diff -Nru libofx-0.9.4/debian/patches/fix-ftbfs-gcc4.7.diff 
libofx-0.9.4/debian/patches/fix-ftbfs-gcc4.7.diff
+--- libofx