From 70f816af5c764f29050cc081ae22efebb3c96931 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 5 Mar 2013 23:01:44 +0000 Subject: Clean up old revision. (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806) --- .../planner/files/planner-0.14.3-eds-plugin.patch | 12 ------------ .../planner/files/planner-0.14.5-find-python.patch | 19 ------------------- 2 files changed, 31 deletions(-) delete mode 100644 app-office/planner/files/planner-0.14.3-eds-plugin.patch delete mode 100644 app-office/planner/files/planner-0.14.5-find-python.patch (limited to 'app-office/planner/files') diff --git a/app-office/planner/files/planner-0.14.3-eds-plugin.patch b/app-office/planner/files/planner-0.14.3-eds-plugin.patch deleted file mode 100644 index 7bd79c89e548..000000000000 --- a/app-office/planner/files/planner-0.14.3-eds-plugin.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/planner-eds-plugin.c -=================================================================== ---- src/planner-eds-plugin.c (révision 909) -+++ src/planner-eds-plugin.c (copie de travail) -@@ -55,6 +55,7 @@ - #include - #include - /* Calendar */ -+#define HANDLE_LIBICAL_MEMORY - #include - /* Addressbook */ - #include diff --git a/app-office/planner/files/planner-0.14.5-find-python.patch b/app-office/planner/files/planner-0.14.5-find-python.patch deleted file mode 100644 index 9735519d77e9..000000000000 --- a/app-office/planner/files/planner-0.14.5-find-python.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- acinclude.m4.old 2011-07-05 14:33:18.000000000 +0200 -+++ acinclude.m4 2011-07-05 14:34:23.000000000 +0200 -@@ -85,14 +85,8 @@ - - # Check for Python library path - AC_MSG_CHECKING([for Python library path]) -- python_path=`echo $PYTHON | sed "s,/bin.*$,,"` -- for i in "$python_path/lib/python$PYTHON_VERSION/config/" "$python_path/lib/python$PYTHON_VERSION/" "$python_path/lib/python/config/" "$python_path/lib/python/" "$python_path/" ; do -- python_path=`find $i -type f -name libpython$PYTHON_VERSION.* -print | sed "1q"` -- if test -n "$python_path" ; then -- break -- fi -- done -- python_path=`echo $python_path | sed "s,/libpython.*$,,"` -+ python_path=`$PYTHON -c 'import distutils.sysconfig; \ -+ print(distutils.sysconfig.get_python_inc())'` - AC_MSG_RESULT([$python_path]) - if test -z "$python_path" ; then - AC_MSG_ERROR([cannot find Python library path]) -- cgit v1.2.3-65-gdbad