summaryrefslogtreecommitdiff
path: root/dev-libs/gobject-introspection/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
commited40676841e317a2aafa04c4c804bb6043864740 (patch)
tree91c5e4b12acc09eabb2b1234eb633aa78af224d2 /dev-libs/gobject-introspection/files
parentdc106bfbeb980942a8490753d6883eb34b13ea12 (diff)
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'dev-libs/gobject-introspection/files')
-rw-r--r--dev-libs/gobject-introspection/files/disable_python.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/gobject-introspection/files/disable_python.patch b/dev-libs/gobject-introspection/files/disable_python.patch
deleted file mode 100644
index aec1394c..00000000
--- a/dev-libs/gobject-introspection/files/disable_python.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- configure.ac_orig 2013-03-23 12:21:11.907228112 +0100
-+++ configure.ac 2013-03-23 12:21:53.982820539 +0100
-@@ -259,18 +259,18 @@
- AC_CHECK_FUNCS([backtrace backtrace_symbols])
-
- # Python
--AM_PATH_PYTHON([2.6])
--case "$host" in
--*-*-mingw*)
-- # Change backslashes to forward slashes in pyexecdir to avoid
-- # quoting issues
-- pyexecdir=`echo $pyexecdir | tr '\\\\' '/'`
-- ;;
--esac
--AM_CHECK_PYTHON_HEADERS(, AC_MSG_ERROR([Python headers not found]))
--if test "x$os_win32" = "xyes"; then
-- AM_CHECK_PYTHON_LIBS(, AC_MSG_ERROR([Python libs not found. Windows requires Python modules to be explicitly linked to libpython.]))
--fi
-+#AM_PATH_PYTHON([2.6])
-+#case "$host" in
-+#*-*-mingw*)
-+# # Change backslashes to forward slashes in pyexecdir to avoid
-+# # quoting issues
-+# pyexecdir=`echo $pyexecdir | tr '\\\\' '/'`
-+# ;;
-+#esac
-+#AM_CHECK_PYTHON_HEADERS(, AC_MSG_ERROR([Python headers not found]))
-+#if test "x$os_win32" = "xyes"; then
-+# AM_CHECK_PYTHON_LIBS(, AC_MSG_ERROR([Python libs not found. Windows requires Python modules to be explicitly linked to libpython.]))
-+#fi
-
- dnl Not enabled by default until 3.6 cycle when we can propose mako as
- dnl an external dependency