summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-05 23:01:44 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-05 23:01:44 +0000
commit70f816af5c764f29050cc081ae22efebb3c96931 (patch)
tree4b3f049cb945599892faf82c705218607d8ab485 /app-office/planner/files
parentClean up old revisions. (diff)
downloadgentoo-2-70f816af5c764f29050cc081ae22efebb3c96931.tar.gz
gentoo-2-70f816af5c764f29050cc081ae22efebb3c96931.tar.bz2
gentoo-2-70f816af5c764f29050cc081ae22efebb3c96931.zip
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-office/planner/files')
-rw-r--r--app-office/planner/files/planner-0.14.3-eds-plugin.patch12
-rw-r--r--app-office/planner/files/planner-0.14.5-find-python.patch19
2 files changed, 0 insertions, 31 deletions
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 <libedataserver/e-source-group.h>
- #include <libedataserver/e-uid.h>
- /* Calendar */
-+#define HANDLE_LIBICAL_MEMORY
- #include <libecal/e-cal.h>
- /* Addressbook */
- #include <libebook/e-book.h>
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])