From 3ae1a40f3b5f901a20934485126f3172891e3f50 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 13 Nov 2009 00:37:36 +0000 Subject: Version bump. (Portage version: 14819-svn/cvs/Linux x86_64) --- dev-python/psycopg/files/psycopg-2.0.2-nodebug.patch | 9 --------- dev-python/psycopg/files/psycopg-2.0.8-fbsd.patch | 11 ----------- 2 files changed, 20 deletions(-) delete mode 100644 dev-python/psycopg/files/psycopg-2.0.2-nodebug.patch delete mode 100644 dev-python/psycopg/files/psycopg-2.0.8-fbsd.patch (limited to 'dev-python/psycopg/files') 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) - { -- cgit v1.2.3-65-gdbad