summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-04-25 16:25:19 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-04-25 16:25:19 +0000
commit3cc4bd3e7ba9875734f41a1a5ce67ef70a39eef4 (patch)
tree3419aaf21adf27f93e41c5a2594eb0fd1d11dd3c /dev-python/pycairo/files
parentInitial import from sunrise. Thanks to Oliver Borm for the ebuild and the sun... (diff)
downloadgentoo-2-3cc4bd3e7ba9875734f41a1a5ce67ef70a39eef4.tar.gz
gentoo-2-3cc4bd3e7ba9875734f41a1a5ce67ef70a39eef4.tar.bz2
gentoo-2-3cc4bd3e7ba9875734f41a1a5ce67ef70a39eef4.zip
Version bump.
(Portage version: 13397-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycairo/files')
-rw-r--r--dev-python/pycairo/files/pycairo-1.2.2-no-automagic-deps.patch40
-rw-r--r--dev-python/pycairo/files/pycairo-1.2.6-no-automagic-deps.patch40
2 files changed, 0 insertions, 80 deletions
diff --git a/dev-python/pycairo/files/pycairo-1.2.2-no-automagic-deps.patch b/dev-python/pycairo/files/pycairo-1.2.2-no-automagic-deps.patch
deleted file mode 100644
index fcb5650715d9..000000000000
--- a/dev-python/pycairo/files/pycairo-1.2.2-no-automagic-deps.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- pycairo-1.2.2.orig/configure.ac 2006-08-28 22:12:10.000000000 +0200
-+++ pycairo-1.2.2/configure.ac 2006-08-28 22:13:38.000000000 +0200
-@@ -32,6 +32,9 @@
- [AC_HELP_STRING([--with-pygtk], [support pygtk [default=yes]])],
- [],
- [with_pygtk="yes"])
-+AC_ARG_WITH([numeric],
-+ AS_HELP_STRING([--without-numeric],
-+ [Build without numeric support (default: test)]))
-
-
- # put the ACLOCAL flags in the makefile
-@@ -79,14 +82,19 @@
- AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
-
- # Numeric Python
--save_CPPFLAGS="$CPPFLAGS"
--CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES"
--AC_CHECK_HEADER([Numeric/arrayobject.h],
-- [have_numpy=yes], [have_numpy=no],
-- [#include <Python.h>])
--CPPFLAGS="$save_CPPFLAGS"
--if test x$have_numpy = xyes; then
-- AC_DEFINE(HAVE_NUMPY, [1], [Define to 1 if Numeric python is found])
-+if test "x$with_numeric" != "xno"; then
-+ save_CPPFLAGS="$CPPFLAGS"
-+ CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES"
-+ AC_CHECK_HEADER([Numeric/arrayobject.h],
-+ [have_numpy=yes], [have_numpy=no],
-+ [#include <Python.h>])
-+ CPPFLAGS="$save_CPPFLAGS"
-+ if test x$have_numpy = xyes; then
-+ AC_DEFINE(HAVE_NUMPY, [1], [Define to 1 if Numeric python is found])
-+ fi
-+else
-+ # only needed for the summary printed at the end of configure
-+ have_numpy=no
- fi
-
- # checks for types and compilers ---
diff --git a/dev-python/pycairo/files/pycairo-1.2.6-no-automagic-deps.patch b/dev-python/pycairo/files/pycairo-1.2.6-no-automagic-deps.patch
deleted file mode 100644
index fcb5650715d9..000000000000
--- a/dev-python/pycairo/files/pycairo-1.2.6-no-automagic-deps.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- pycairo-1.2.2.orig/configure.ac 2006-08-28 22:12:10.000000000 +0200
-+++ pycairo-1.2.2/configure.ac 2006-08-28 22:13:38.000000000 +0200
-@@ -32,6 +32,9 @@
- [AC_HELP_STRING([--with-pygtk], [support pygtk [default=yes]])],
- [],
- [with_pygtk="yes"])
-+AC_ARG_WITH([numeric],
-+ AS_HELP_STRING([--without-numeric],
-+ [Build without numeric support (default: test)]))
-
-
- # put the ACLOCAL flags in the makefile
-@@ -79,14 +82,19 @@
- AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
-
- # Numeric Python
--save_CPPFLAGS="$CPPFLAGS"
--CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES"
--AC_CHECK_HEADER([Numeric/arrayobject.h],
-- [have_numpy=yes], [have_numpy=no],
-- [#include <Python.h>])
--CPPFLAGS="$save_CPPFLAGS"
--if test x$have_numpy = xyes; then
-- AC_DEFINE(HAVE_NUMPY, [1], [Define to 1 if Numeric python is found])
-+if test "x$with_numeric" != "xno"; then
-+ save_CPPFLAGS="$CPPFLAGS"
-+ CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES"
-+ AC_CHECK_HEADER([Numeric/arrayobject.h],
-+ [have_numpy=yes], [have_numpy=no],
-+ [#include <Python.h>])
-+ CPPFLAGS="$save_CPPFLAGS"
-+ if test x$have_numpy = xyes; then
-+ AC_DEFINE(HAVE_NUMPY, [1], [Define to 1 if Numeric python is found])
-+ fi
-+else
-+ # only needed for the summary printed at the end of configure
-+ have_numpy=no
- fi
-
- # checks for types and compilers ---