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

Eric Bélanger eric at nymeria.archlinux.org
Tue Apr 16 04:51:05 UTC 2013


    Date: Tuesday, April 16, 2013 @ 06:51:05
  Author: eric
Revision: 182911

archrelease: copy trunk to extra-i686, extra-x86_64

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

---------------------------------+
 /PKGBUILD                       |   84 ++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD             |   44 -------------------
 extra-i686/libofx-gcc47.patch   |   11 ----
 extra-x86_64/PKGBUILD           |   44 -------------------
 extra-x86_64/libofx-gcc47.patch |   11 ----
 5 files changed, 84 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-04-16 04:51:02 UTC (rev 182910)
+++ extra-i686/PKGBUILD	2013-04-16 04:51:05 UTC (rev 182911)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-
-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/PKGBUILD (from rev 182909, libofx/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-04-16 04:51:05 UTC (rev 182911)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.7
+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)
+sha1sums=('9c6ac208dcc6a89525281827c3ab56c08923a02c')
+
+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
+}

Deleted: extra-i686/libofx-gcc47.patch
===================================================================
--- extra-i686/libofx-gcc47.patch	2013-04-16 04:51:02 UTC (rev 182910)
+++ extra-i686/libofx-gcc47.patch	2013-04-16 04:51:05 UTC (rev 182911)
@@ -1,11 +0,0 @@
-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.cpp	2011-03-30 22:30:50.000000000 +0000
-+++ libofx-0.9.4/ofxconnect/ofxpartner.cpp	2012-04-17 06:08:38.711940892 +0000
-@@ -37,6 +37,7 @@
- #include <vector>
- #include <algorithm>
- #include <string.h>
-+#include <unistd.h>
- 
- using std::string;
- using std::vector;

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-04-16 04:51:02 UTC (rev 182910)
+++ extra-x86_64/PKGBUILD	2013-04-16 04:51:05 UTC (rev 182911)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-
-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-x86_64/PKGBUILD (from rev 182909, libofx/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-04-16 04:51:05 UTC (rev 182911)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.7
+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)
+sha1sums=('9c6ac208dcc6a89525281827c3ab56c08923a02c')
+
+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
+}

Deleted: extra-x86_64/libofx-gcc47.patch
===================================================================
--- extra-x86_64/libofx-gcc47.patch	2013-04-16 04:51:02 UTC (rev 182910)
+++ extra-x86_64/libofx-gcc47.patch	2013-04-16 04:51:05 UTC (rev 182911)
@@ -1,11 +0,0 @@
-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.cpp	2011-03-30 22:30:50.000000000 +0000
-+++ libofx-0.9.4/ofxconnect/ofxpartner.cpp	2012-04-17 06:08:38.711940892 +0000
-@@ -37,6 +37,7 @@
- #include <vector>
- #include <algorithm>
- #include <string.h>
-+#include <unistd.h>
- 
- using std::string;
- using std::vector;




More information about the arch-commits mailing list