[arch-commits] Commit in libpqxx/repos (10 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Feb 4 10:17:36 UTC 2013


    Date: Monday, February 4, 2013 @ 11:17:35
  Author: spupykin
Revision: 83662

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

Added:
  libpqxx/repos/community-i686/ChangeLog
    (from rev 83661, libpqxx/trunk/ChangeLog)
  libpqxx/repos/community-i686/PKGBUILD
    (from rev 83661, libpqxx/trunk/PKGBUILD)
  libpqxx/repos/community-x86_64/ChangeLog
    (from rev 83661, libpqxx/trunk/ChangeLog)
  libpqxx/repos/community-x86_64/PKGBUILD
    (from rev 83661, libpqxx/trunk/PKGBUILD)
Deleted:
  libpqxx/repos/community-i686/ChangeLog
  libpqxx/repos/community-i686/PKGBUILD
  libpqxx/repos/community-i686/build-fix.patch
  libpqxx/repos/community-x86_64/ChangeLog
  libpqxx/repos/community-x86_64/PKGBUILD
  libpqxx/repos/community-x86_64/build-fix.patch

----------------------------------+
 community-i686/ChangeLog         |   18 ++++++-------
 community-i686/PKGBUILD          |   49 ++++++++++++++++++-------------------
 community-i686/build-fix.patch   |   11 --------
 community-x86_64/ChangeLog       |   18 ++++++-------
 community-x86_64/PKGBUILD        |   49 ++++++++++++++++++-------------------
 community-x86_64/build-fix.patch |   11 --------
 6 files changed, 66 insertions(+), 90 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2013-02-04 10:17:19 UTC (rev 83661)
+++ community-i686/ChangeLog	2013-02-04 10:17:35 UTC (rev 83662)
@@ -1,9 +0,0 @@
-
-2009-09-16  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated to 3.0.2
-
-2009-08-06  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated to 3.0.1
-

Copied: libpqxx/repos/community-i686/ChangeLog (from rev 83661, libpqxx/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2013-02-04 10:17:35 UTC (rev 83662)
@@ -0,0 +1,9 @@
+
+2009-09-16  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated to 3.0.2
+
+2009-08-06  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated to 3.0.1
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-04 10:17:19 UTC (rev 83661)
+++ community-i686/PKGBUILD	2013-02-04 10:17:35 UTC (rev 83662)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 59094 2009-11-20 06:50:18Z giovanni $
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=libpqxx
-pkgver=4.0
-pkgrel=1
-pkgdesc="C++ client API for PostgreSQL"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://pqxx.org/development/libpqxx/"
-depends=('postgresql-libs>=8.4.1')
-options=('!libtool')
-source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-	build-fix.patch)
-md5sums=('bd7541f858400a96cbe2a48cb342ad0e'
-         'e59f5f63e1800406bf494e19cea479a4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-#  patch -p1 <$srcdir/build-fix.patch
-  ./configure --prefix=/usr --enable-shared
-  make
-  make prefix="${pkgdir}/usr" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libpqxx/repos/community-i686/PKGBUILD (from rev 83661, libpqxx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-04 10:17:35 UTC (rev 83662)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=libpqxx
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="C++ client API for PostgreSQL"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://pqxx.org/development/libpqxx/"
+depends=('postgresql-libs>=8.4.1')
+makedepends=('python2')
+options=('!libtool')
+source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('6ea888b9ba85dd7cef1b182dc5f223a2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|python|python2|' tools/splitconfig
+  ./configure --prefix=/usr --enable-shared
+  make
+  make prefix="${pkgdir}/usr" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/build-fix.patch
===================================================================
--- community-i686/build-fix.patch	2013-02-04 10:17:19 UTC (rev 83661)
+++ community-i686/build-fix.patch	2013-02-04 10:17:35 UTC (rev 83662)
@@ -1,11 +0,0 @@
-diff -wbBur libpqxx-3.1/include/pqxx/compiler-internal.hxx libpqxx-3.1.my/include/pqxx/compiler-internal.hxx
---- libpqxx-3.1/include/pqxx/compiler-internal.hxx	2010-02-16 02:21:36.000000000 +0300
-+++ libpqxx-3.1.my/include/pqxx/compiler-internal.hxx	2011-11-21 15:56:00.000000000 +0400
-@@ -18,6 +18,7 @@
- #ifndef PQXX_H_COMPILER_INTERNAL
- #define PQXX_H_COMPILER_INTERNAL
- 
-+#include <cstddef>
- 
- // Workarounds & definitions needed to compile libpqxx into a library
- #include "pqxx/config-internal-compiler.h"

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2013-02-04 10:17:19 UTC (rev 83661)
+++ community-x86_64/ChangeLog	2013-02-04 10:17:35 UTC (rev 83662)
@@ -1,9 +0,0 @@
-
-2009-09-16  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated to 3.0.2
-
-2009-08-06  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated to 3.0.1
-

Copied: libpqxx/repos/community-x86_64/ChangeLog (from rev 83661, libpqxx/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2013-02-04 10:17:35 UTC (rev 83662)
@@ -0,0 +1,9 @@
+
+2009-09-16  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated to 3.0.2
+
+2009-08-06  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated to 3.0.1
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-04 10:17:19 UTC (rev 83661)
+++ community-x86_64/PKGBUILD	2013-02-04 10:17:35 UTC (rev 83662)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 59094 2009-11-20 06:50:18Z giovanni $
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=libpqxx
-pkgver=4.0
-pkgrel=1
-pkgdesc="C++ client API for PostgreSQL"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://pqxx.org/development/libpqxx/"
-depends=('postgresql-libs>=8.4.1')
-options=('!libtool')
-source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-	build-fix.patch)
-md5sums=('bd7541f858400a96cbe2a48cb342ad0e'
-         'e59f5f63e1800406bf494e19cea479a4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-#  patch -p1 <$srcdir/build-fix.patch
-  ./configure --prefix=/usr --enable-shared
-  make
-  make prefix="${pkgdir}/usr" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libpqxx/repos/community-x86_64/PKGBUILD (from rev 83661, libpqxx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-04 10:17:35 UTC (rev 83662)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=libpqxx
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="C++ client API for PostgreSQL"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://pqxx.org/development/libpqxx/"
+depends=('postgresql-libs>=8.4.1')
+makedepends=('python2')
+options=('!libtool')
+source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('6ea888b9ba85dd7cef1b182dc5f223a2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|python|python2|' tools/splitconfig
+  ./configure --prefix=/usr --enable-shared
+  make
+  make prefix="${pkgdir}/usr" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/build-fix.patch
===================================================================
--- community-x86_64/build-fix.patch	2013-02-04 10:17:19 UTC (rev 83661)
+++ community-x86_64/build-fix.patch	2013-02-04 10:17:35 UTC (rev 83662)
@@ -1,11 +0,0 @@
-diff -wbBur libpqxx-3.1/include/pqxx/compiler-internal.hxx libpqxx-3.1.my/include/pqxx/compiler-internal.hxx
---- libpqxx-3.1/include/pqxx/compiler-internal.hxx	2010-02-16 02:21:36.000000000 +0300
-+++ libpqxx-3.1.my/include/pqxx/compiler-internal.hxx	2011-11-21 15:56:00.000000000 +0400
-@@ -18,6 +18,7 @@
- #ifndef PQXX_H_COMPILER_INTERNAL
- #define PQXX_H_COMPILER_INTERNAL
- 
-+#include <cstddef>
- 
- // Workarounds & definitions needed to compile libpqxx into a library
- #include "pqxx/config-internal-compiler.h"




More information about the arch-commits mailing list