[arch-commits] Commit in mysql++/repos (12 files)

Sergej Pupykin spupykin at archlinux.org
Thu Jul 23 10:43:15 UTC 2015


    Date: Thursday, July 23, 2015 @ 12:43:15
  Author: spupykin
Revision: 137322

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

Added:
  mysql++/repos/community-i686/PKGBUILD
    (from rev 137321, mysql++/trunk/PKGBUILD)
  mysql++/repos/community-i686/mysql++-fix-cstring.patch
    (from rev 137321, mysql++/trunk/mysql++-fix-cstring.patch)
  mysql++/repos/community-i686/mysql++-fix-size_t.patch
    (from rev 137321, mysql++/trunk/mysql++-fix-size_t.patch)
  mysql++/repos/community-x86_64/PKGBUILD
    (from rev 137321, mysql++/trunk/PKGBUILD)
  mysql++/repos/community-x86_64/mysql++-fix-cstring.patch
    (from rev 137321, mysql++/trunk/mysql++-fix-cstring.patch)
  mysql++/repos/community-x86_64/mysql++-fix-size_t.patch
    (from rev 137321, mysql++/trunk/mysql++-fix-size_t.patch)
Deleted:
  mysql++/repos/community-i686/PKGBUILD
  mysql++/repos/community-i686/mysql++-fix-cstring.patch
  mysql++/repos/community-i686/mysql++-fix-size_t.patch
  mysql++/repos/community-x86_64/PKGBUILD
  mysql++/repos/community-x86_64/mysql++-fix-cstring.patch
  mysql++/repos/community-x86_64/mysql++-fix-size_t.patch

--------------------------------------------+
 /PKGBUILD                                  |   82 +++++++++++++++++++++++++++
 /mysql++-fix-cstring.patch                 |   22 +++++++
 /mysql++-fix-size_t.patch                  |   42 +++++++++++++
 community-i686/PKGBUILD                    |   41 -------------
 community-i686/mysql++-fix-cstring.patch   |   11 ---
 community-i686/mysql++-fix-size_t.patch    |   21 ------
 community-x86_64/PKGBUILD                  |   41 -------------
 community-x86_64/mysql++-fix-cstring.patch |   11 ---
 community-x86_64/mysql++-fix-size_t.patch  |   21 ------
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-23 10:42:59 UTC (rev 137321)
+++ community-i686/PKGBUILD	2015-07-23 10:43:15 UTC (rev 137322)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Markus Härer <markus.haerer at gmx.net>
-
-pkgname=mysql++
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="A C++ wraper for MySQLs C API"
-arch=("i686" "x86_64")
-url="http://tangentsoft.net/mysql++/"
-license=("LGPL" "custom")
-depends=("libmariadbclient")
-options=('docs')
-source=("http://tangentsoft.net/mysql++/releases/$pkgname-$pkgver.tar.gz"
-	"mysql++-fix-cstring.patch"
-	"mysql++-fix-size_t.patch")
-md5sums=('7157dc36071872975b43d3dc9f970619'
-         '72f85a1bdba9d5285f0baf1d973033f8'
-         '6dcfbf06072b81cf27530ca9a0df8a8e')
-
-build() {
-  unset LDFLAGS
-  cd "$srcdir/$pkgname-$pkgver/"
-  patch -p1 <$srcdir/mysql++-fix-cstring.patch
-  patch -p1 <$srcdir/mysql++-fix-size_t.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/"
-  make DESTDIR="$pkgdir" install
-
-  #install docs
-  mkdir -p $pkgdir/usr/share/doc/mysql++
-  cp -r doc/html $pkgdir/usr/share/doc/mysql++
-  cp -r doc/pdf $pkgdir/usr/share/doc/mysql++
-
-  #install doc licence
-  install -Dm0644 doc/userman/LICENSE.txt $pkgdir/usr/share/licenses/mysql++/LICENSE
-}

Copied: mysql++/repos/community-i686/PKGBUILD (from rev 137321, mysql++/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-23 10:43:15 UTC (rev 137322)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Markus Härer <markus.haerer at gmx.net>
+
+pkgname=mysql++
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="A C++ wrapper for MySQLs C API"
+arch=("i686" "x86_64")
+url="http://tangentsoft.net/mysql++/"
+license=("LGPL" "custom")
+depends=("libmariadbclient")
+options=('docs')
+source=("http://tangentsoft.net/mysql++/releases/$pkgname-$pkgver.tar.gz"
+	"mysql++-fix-cstring.patch"
+	"mysql++-fix-size_t.patch")
+md5sums=('1397502eac7f0a9800116411e8b21187'
+         '72f85a1bdba9d5285f0baf1d973033f8'
+         '6dcfbf06072b81cf27530ca9a0df8a8e')
+
+build() {
+  unset LDFLAGS
+  cd "$srcdir/$pkgname-$pkgver/"
+  patch -p1 <$srcdir/mysql++-fix-cstring.patch
+  patch -p1 <$srcdir/mysql++-fix-size_t.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/"
+  make DESTDIR="$pkgdir" install
+
+  #install docs
+  mkdir -p $pkgdir/usr/share/doc/mysql++
+  cp -r doc/html $pkgdir/usr/share/doc/mysql++
+  cp -r doc/pdf $pkgdir/usr/share/doc/mysql++
+
+  #install doc licence
+  install -Dm0644 doc/userman/LICENSE.txt $pkgdir/usr/share/licenses/mysql++/LICENSE
+}

Deleted: community-i686/mysql++-fix-cstring.patch
===================================================================
--- community-i686/mysql++-fix-cstring.patch	2015-07-23 10:42:59 UTC (rev 137321)
+++ community-i686/mysql++-fix-cstring.patch	2015-07-23 10:43:15 UTC (rev 137322)
@@ -1,11 +0,0 @@
-diff -Naur mysql++-3.1.0.old/ssx/genv2.cpp mysql++-3.1.0/ssx/genv2.cpp
---- mysql++-3.1.0.old/ssx/genv2.cpp	2010-06-12 11:12:11.574891331 +0200
-+++ mysql++-3.1.0/ssx/genv2.cpp	2010-06-12 11:14:00.564881723 +0200
-@@ -35,6 +35,7 @@
- #include <iostream>
- #include <fstream>
- #include <typeinfo>
-+#include <cstring>
- 
- using namespace std;
- 

Copied: mysql++/repos/community-i686/mysql++-fix-cstring.patch (from rev 137321, mysql++/trunk/mysql++-fix-cstring.patch)
===================================================================
--- community-i686/mysql++-fix-cstring.patch	                        (rev 0)
+++ community-i686/mysql++-fix-cstring.patch	2015-07-23 10:43:15 UTC (rev 137322)
@@ -0,0 +1,11 @@
+diff -Naur mysql++-3.1.0.old/ssx/genv2.cpp mysql++-3.1.0/ssx/genv2.cpp
+--- mysql++-3.1.0.old/ssx/genv2.cpp	2010-06-12 11:12:11.574891331 +0200
++++ mysql++-3.1.0/ssx/genv2.cpp	2010-06-12 11:14:00.564881723 +0200
+@@ -35,6 +35,7 @@
+ #include <iostream>
+ #include <fstream>
+ #include <typeinfo>
++#include <cstring>
+ 
+ using namespace std;
+ 

Deleted: community-i686/mysql++-fix-size_t.patch
===================================================================
--- community-i686/mysql++-fix-size_t.patch	2015-07-23 10:42:59 UTC (rev 137321)
+++ community-i686/mysql++-fix-size_t.patch	2015-07-23 10:43:15 UTC (rev 137322)
@@ -1,21 +0,0 @@
-diff -Naur mysql++-3.1.0.old//lib/refcounted.h mysql++-3.1.0/lib/refcounted.h
---- mysql++-3.1.0.old//lib/refcounted.h	2010-06-03 19:59:23.000000000 +0200
-+++ mysql++-3.1.0/lib/refcounted.h	2011-04-23 12:35:39.943366970 +0200
-@@ -101,7 +101,7 @@
- 	{
- 		std::auto_ptr<T> exception_guard(counted_);
- 		if (counted_) {
--			refs_ = new size_t(1);
-+			refs_ = new std::size_t(1);
- 		}
- 		exception_guard.release();	// previous new didn't throw
- 	}
-@@ -255,7 +255,7 @@
- 	/// We can't keep this as a plain integer because this object
- 	/// allows itself to be copied.  All copies need to share this
- 	/// reference count, not just the pointer to the counted object.
--	size_t* refs_;
-+	std::size_t* refs_;
- };
- 
- 

Copied: mysql++/repos/community-i686/mysql++-fix-size_t.patch (from rev 137321, mysql++/trunk/mysql++-fix-size_t.patch)
===================================================================
--- community-i686/mysql++-fix-size_t.patch	                        (rev 0)
+++ community-i686/mysql++-fix-size_t.patch	2015-07-23 10:43:15 UTC (rev 137322)
@@ -0,0 +1,21 @@
+diff -Naur mysql++-3.1.0.old//lib/refcounted.h mysql++-3.1.0/lib/refcounted.h
+--- mysql++-3.1.0.old//lib/refcounted.h	2010-06-03 19:59:23.000000000 +0200
++++ mysql++-3.1.0/lib/refcounted.h	2011-04-23 12:35:39.943366970 +0200
+@@ -101,7 +101,7 @@
+ 	{
+ 		std::auto_ptr<T> exception_guard(counted_);
+ 		if (counted_) {
+-			refs_ = new size_t(1);
++			refs_ = new std::size_t(1);
+ 		}
+ 		exception_guard.release();	// previous new didn't throw
+ 	}
+@@ -255,7 +255,7 @@
+ 	/// We can't keep this as a plain integer because this object
+ 	/// allows itself to be copied.  All copies need to share this
+ 	/// reference count, not just the pointer to the counted object.
+-	size_t* refs_;
++	std::size_t* refs_;
+ };
+ 
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-23 10:42:59 UTC (rev 137321)
+++ community-x86_64/PKGBUILD	2015-07-23 10:43:15 UTC (rev 137322)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Markus Härer <markus.haerer at gmx.net>
-
-pkgname=mysql++
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="A C++ wraper for MySQLs C API"
-arch=("i686" "x86_64")
-url="http://tangentsoft.net/mysql++/"
-license=("LGPL" "custom")
-depends=("libmariadbclient")
-options=('docs')
-source=("http://tangentsoft.net/mysql++/releases/$pkgname-$pkgver.tar.gz"
-	"mysql++-fix-cstring.patch"
-	"mysql++-fix-size_t.patch")
-md5sums=('7157dc36071872975b43d3dc9f970619'
-         '72f85a1bdba9d5285f0baf1d973033f8'
-         '6dcfbf06072b81cf27530ca9a0df8a8e')
-
-build() {
-  unset LDFLAGS
-  cd "$srcdir/$pkgname-$pkgver/"
-  patch -p1 <$srcdir/mysql++-fix-cstring.patch
-  patch -p1 <$srcdir/mysql++-fix-size_t.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/"
-  make DESTDIR="$pkgdir" install
-
-  #install docs
-  mkdir -p $pkgdir/usr/share/doc/mysql++
-  cp -r doc/html $pkgdir/usr/share/doc/mysql++
-  cp -r doc/pdf $pkgdir/usr/share/doc/mysql++
-
-  #install doc licence
-  install -Dm0644 doc/userman/LICENSE.txt $pkgdir/usr/share/licenses/mysql++/LICENSE
-}

Copied: mysql++/repos/community-x86_64/PKGBUILD (from rev 137321, mysql++/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-23 10:43:15 UTC (rev 137322)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Markus Härer <markus.haerer at gmx.net>
+
+pkgname=mysql++
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="A C++ wrapper for MySQLs C API"
+arch=("i686" "x86_64")
+url="http://tangentsoft.net/mysql++/"
+license=("LGPL" "custom")
+depends=("libmariadbclient")
+options=('docs')
+source=("http://tangentsoft.net/mysql++/releases/$pkgname-$pkgver.tar.gz"
+	"mysql++-fix-cstring.patch"
+	"mysql++-fix-size_t.patch")
+md5sums=('1397502eac7f0a9800116411e8b21187'
+         '72f85a1bdba9d5285f0baf1d973033f8'
+         '6dcfbf06072b81cf27530ca9a0df8a8e')
+
+build() {
+  unset LDFLAGS
+  cd "$srcdir/$pkgname-$pkgver/"
+  patch -p1 <$srcdir/mysql++-fix-cstring.patch
+  patch -p1 <$srcdir/mysql++-fix-size_t.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/"
+  make DESTDIR="$pkgdir" install
+
+  #install docs
+  mkdir -p $pkgdir/usr/share/doc/mysql++
+  cp -r doc/html $pkgdir/usr/share/doc/mysql++
+  cp -r doc/pdf $pkgdir/usr/share/doc/mysql++
+
+  #install doc licence
+  install -Dm0644 doc/userman/LICENSE.txt $pkgdir/usr/share/licenses/mysql++/LICENSE
+}

Deleted: community-x86_64/mysql++-fix-cstring.patch
===================================================================
--- community-x86_64/mysql++-fix-cstring.patch	2015-07-23 10:42:59 UTC (rev 137321)
+++ community-x86_64/mysql++-fix-cstring.patch	2015-07-23 10:43:15 UTC (rev 137322)
@@ -1,11 +0,0 @@
-diff -Naur mysql++-3.1.0.old/ssx/genv2.cpp mysql++-3.1.0/ssx/genv2.cpp
---- mysql++-3.1.0.old/ssx/genv2.cpp	2010-06-12 11:12:11.574891331 +0200
-+++ mysql++-3.1.0/ssx/genv2.cpp	2010-06-12 11:14:00.564881723 +0200
-@@ -35,6 +35,7 @@
- #include <iostream>
- #include <fstream>
- #include <typeinfo>
-+#include <cstring>
- 
- using namespace std;
- 

Copied: mysql++/repos/community-x86_64/mysql++-fix-cstring.patch (from rev 137321, mysql++/trunk/mysql++-fix-cstring.patch)
===================================================================
--- community-x86_64/mysql++-fix-cstring.patch	                        (rev 0)
+++ community-x86_64/mysql++-fix-cstring.patch	2015-07-23 10:43:15 UTC (rev 137322)
@@ -0,0 +1,11 @@
+diff -Naur mysql++-3.1.0.old/ssx/genv2.cpp mysql++-3.1.0/ssx/genv2.cpp
+--- mysql++-3.1.0.old/ssx/genv2.cpp	2010-06-12 11:12:11.574891331 +0200
++++ mysql++-3.1.0/ssx/genv2.cpp	2010-06-12 11:14:00.564881723 +0200
+@@ -35,6 +35,7 @@
+ #include <iostream>
+ #include <fstream>
+ #include <typeinfo>
++#include <cstring>
+ 
+ using namespace std;
+ 

Deleted: community-x86_64/mysql++-fix-size_t.patch
===================================================================
--- community-x86_64/mysql++-fix-size_t.patch	2015-07-23 10:42:59 UTC (rev 137321)
+++ community-x86_64/mysql++-fix-size_t.patch	2015-07-23 10:43:15 UTC (rev 137322)
@@ -1,21 +0,0 @@
-diff -Naur mysql++-3.1.0.old//lib/refcounted.h mysql++-3.1.0/lib/refcounted.h
---- mysql++-3.1.0.old//lib/refcounted.h	2010-06-03 19:59:23.000000000 +0200
-+++ mysql++-3.1.0/lib/refcounted.h	2011-04-23 12:35:39.943366970 +0200
-@@ -101,7 +101,7 @@
- 	{
- 		std::auto_ptr<T> exception_guard(counted_);
- 		if (counted_) {
--			refs_ = new size_t(1);
-+			refs_ = new std::size_t(1);
- 		}
- 		exception_guard.release();	// previous new didn't throw
- 	}
-@@ -255,7 +255,7 @@
- 	/// We can't keep this as a plain integer because this object
- 	/// allows itself to be copied.  All copies need to share this
- 	/// reference count, not just the pointer to the counted object.
--	size_t* refs_;
-+	std::size_t* refs_;
- };
- 
- 

Copied: mysql++/repos/community-x86_64/mysql++-fix-size_t.patch (from rev 137321, mysql++/trunk/mysql++-fix-size_t.patch)
===================================================================
--- community-x86_64/mysql++-fix-size_t.patch	                        (rev 0)
+++ community-x86_64/mysql++-fix-size_t.patch	2015-07-23 10:43:15 UTC (rev 137322)
@@ -0,0 +1,21 @@
+diff -Naur mysql++-3.1.0.old//lib/refcounted.h mysql++-3.1.0/lib/refcounted.h
+--- mysql++-3.1.0.old//lib/refcounted.h	2010-06-03 19:59:23.000000000 +0200
++++ mysql++-3.1.0/lib/refcounted.h	2011-04-23 12:35:39.943366970 +0200
+@@ -101,7 +101,7 @@
+ 	{
+ 		std::auto_ptr<T> exception_guard(counted_);
+ 		if (counted_) {
+-			refs_ = new size_t(1);
++			refs_ = new std::size_t(1);
+ 		}
+ 		exception_guard.release();	// previous new didn't throw
+ 	}
+@@ -255,7 +255,7 @@
+ 	/// We can't keep this as a plain integer because this object
+ 	/// allows itself to be copied.  All copies need to share this
+ 	/// reference count, not just the pointer to the counted object.
+-	size_t* refs_;
++	std::size_t* refs_;
+ };
+ 
+ 



More information about the arch-commits mailing list