diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-13 00:37:36 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-13 00:37:36 +0000 |
commit | 3ae1a40f3b5f901a20934485126f3172891e3f50 (patch) | |
tree | ebbd344b1d1fac05bf2bf301d383df78c36117e7 /dev-python/psycopg/files | |
parent | Marked ppc64 stable. (diff) | |
download | gentoo-2-3ae1a40f3b5f901a20934485126f3172891e3f50.tar.gz gentoo-2-3ae1a40f3b5f901a20934485126f3172891e3f50.tar.bz2 gentoo-2-3ae1a40f3b5f901a20934485126f3172891e3f50.zip |
Version bump.
(Portage version: 14819-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/psycopg/files')
-rw-r--r-- | dev-python/psycopg/files/psycopg-2.0.2-nodebug.patch | 9 | ||||
-rw-r--r-- | dev-python/psycopg/files/psycopg-2.0.8-fbsd.patch | 11 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/psycopg/files/psycopg-2.0.2-nodebug.patch b/dev-python/psycopg/files/psycopg-2.0.2-nodebug.patch deleted file mode 100644 index 99a70b0fc2be..000000000000 --- a/dev-python/psycopg/files/psycopg-2.0.2-nodebug.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- psycopg2-2.0.2/setup.cfg.orig 2006-07-25 15:38:03.658499592 -0500 -+++ psycopg2-2.0.2/setup.cfg 2006-07-25 15:38:11.098395098 -0500 -@@ -1,5 +1,5 @@ - [build_ext] --define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG -+define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3 - # PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this) - # PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower) - # HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3 diff --git a/dev-python/psycopg/files/psycopg-2.0.8-fbsd.patch b/dev-python/psycopg/files/psycopg-2.0.8-fbsd.patch deleted file mode 100644 index cfacfe67ab9f..000000000000 --- a/dev-python/psycopg/files/psycopg-2.0.8-fbsd.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- psycopg/config.h.orig 2008-09-16 09:54:26.000000000 -0600 -+++ psycopg/config.h 2008-09-16 09:55:26.000000000 -0600 -@@ -129,7 +129,7 @@ - #define inline - #endif - --#if defined(__FreeBSD__) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || defined(sun) -+#if (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || defined(sun) - /* what's this, we have no round function either? */ - static double round(double num) - { |