diff options
author | 2010-01-10 10:25:27 +0000 | |
---|---|---|
committer | 2010-01-10 10:25:27 +0000 | |
commit | 8a2d4744a1b3d8b1e08ae2c00825bacef8aa3df0 (patch) | |
tree | 37af963757a2aacb088fad17adc6f46ce6fa5ee7 /net-im/pyicq-t/files | |
parent | Fix compiling with java6 and non ISO-8859-1 locales. (diff) | |
download | historical-8a2d4744a1b3d8b1e08ae2c00825bacef8aa3df0.tar.gz historical-8a2d4744a1b3d8b1e08ae2c00825bacef8aa3df0.tar.bz2 historical-8a2d4744a1b3d8b1e08ae2c00825bacef8aa3df0.zip |
Removed old pyicq-t ebuilds
Package-Manager: portage-2.1.7.5/cvs/Linux x86_64
Diffstat (limited to 'net-im/pyicq-t/files')
-rw-r--r-- | net-im/pyicq-t/files/pyicq-t-0.8-twisted-2.5.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-im/pyicq-t/files/pyicq-t-0.8-twisted-2.5.patch b/net-im/pyicq-t/files/pyicq-t-0.8-twisted-2.5.patch deleted file mode 100644 index f38b73d13fd8..000000000000 --- a/net-im/pyicq-t/files/pyicq-t-0.8-twisted-2.5.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ruN pyicq-t-0.8/src/main.py pyicq-t-0.8-fixed/src/main.py ---- pyicq-t-0.8/src/main.py 2006-09-30 21:44:21.000000000 +0200 -+++ pyicq-t-0.8-fixed/src/main.py 2007-04-28 14:37:15.000000000 +0200 -@@ -89,7 +89,10 @@ - import signal - signal.signal(signal.SIGHUP, reloadConfig) - # Load scripts for PID and daemonizing -- from twisted.scripts import twistd -+ try: -+ from twisted.scripts import _twistd_unix as twistd -+ except: -+ from twisted.scripts import twistd - - selectWarning = "Unable to install any good reactors (kqueue, cf, epoll, poll).\nWe fell back to using select. You may have scalability problems.\nThis reactor will not support more than 1024 connections +at a time. You may silence this message by choosing 'select' or 'default' as your reactor in the transport config." - if config.reactor and len(config.reactor) > 0: |