public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify/files: pyinotify-0.8.6-libc-fix.patch
@ 2009-06-15 16:48 Ioannis Aslanidis (deathwing00)
  0 siblings, 0 replies; 2+ messages in thread
From: Ioannis Aslanidis (deathwing00) @ 2009-06-15 16:48 UTC (permalink / raw
  To: gentoo-commits

deathwing00    09/06/15 16:48:19

  Added:                pyinotify-0.8.6-libc-fix.patch
  Log:
  Version bump. Dropped broken libc check with a custom patch.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/pyinotify/files/pyinotify-0.8.6-libc-fix.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyinotify/files/pyinotify-0.8.6-libc-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyinotify/files/pyinotify-0.8.6-libc-fix.patch?rev=1.1&content-type=text/plain

Index: pyinotify-0.8.6-libc-fix.patch
===================================================================
Common subdirectories: pyinotify.orig/docstrings and pyinotify/docstrings
diff -Nut pyinotify.orig/pyinotify.py pyinotify/pyinotify.py
--- pyinotify.orig/pyinotify.py 2009-06-15 18:41:58.490312591 +0200
+++ pyinotify/pyinotify.py      2009-06-15 18:42:31.990187432 +0200
@@ -95,15 +95,6 @@
 # load libc
 LIBC = ctypes.cdll.LoadLibrary(ctypes.util.find_library('c'))

-# the libc version check.
-# XXX: Maybe it is better to check if the libc has the needed functions inside?
-#      Because there are inotify patches for libc 2.3.6.
-LIBC.gnu_get_libc_version.restype = ctypes.c_char_p
-LIBC_VERSION = LIBC.gnu_get_libc_version()
-if LIBC_VERSION < '2.4':
-    raise UnsupportedLibcVersionError(LIBC_VERSION)
-
-
 # logging
 log = logging.getLogger("pyinotify")
 console_handler = logging.StreamHandler()







^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify/files: pyinotify-0.8.6-libc-fix.patch
@ 2010-01-07 19:07 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-01-07 19:07 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/01/07 19:07:52

  Removed:              pyinotify-0.8.6-libc-fix.patch
  Log:
  Delete older ebuilds.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-07 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 16:48 [gentoo-commits] gentoo-x86 commit in dev-python/pyinotify/files: pyinotify-0.8.6-libc-fix.patch Ioannis Aslanidis (deathwing00)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-07 19:07 Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox