From 2c686b352e2d0ca0813b6f81a7c724fda04474c8 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 10 Jul 2007 21:37:24 +0000 Subject: - Non-devel port have much newer version, and since there is no visible development branch, remove PR: ports/114223 Submitted by: Wesley Shields --- .../files/patch-launchmany-console.py | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 net-p2p/py-bittorrent-devel/files/patch-launchmany-console.py (limited to 'net-p2p/py-bittorrent-devel/files/patch-launchmany-console.py') diff --git a/net-p2p/py-bittorrent-devel/files/patch-launchmany-console.py b/net-p2p/py-bittorrent-devel/files/patch-launchmany-console.py deleted file mode 100644 index f2c8b8ff2f73..000000000000 --- a/net-p2p/py-bittorrent-devel/files/patch-launchmany-console.py +++ /dev/null @@ -1,32 +0,0 @@ ---- ./launchmany-console.py.orig Wed Jul 12 02:18:54 2006 -+++ ./launchmany-console.py Fri Jul 28 23:56:07 2006 -@@ -49,6 +49,10 @@ - uprate/1000, dnrate/1000, upamt/1024, dnamt/1024, msg)) - return False - -+ def exception(self, s): -+ exceptions.append(s) -+ #logging.getLogger('').info(_("SYSTEM ERROR - EXCEPTION GENERATED")) -+ - - if __name__ == '__main__': - uiname = 'launchmany-console' -@@ -76,7 +80,7 @@ - platform.decode_from_filesystem(torrent_dir) - else: - torrent_dir = config['torrent_dir'] -- torrent_dir,bad = platform.encode_from_filesystem(torrent_dir) -+ torrent_dir,bad = platform.encode_for_filesystem(torrent_dir) - if bad: - raise BTFailure(_("Warning: ")+config['torrent_dir']+ - _(" is not a directory")) -@@ -139,4 +143,8 @@ - #logging.getLogger().setLevel(INFO) - logging.getLogger('').setLevel(0) - -- LaunchMany(config, d.display, 'launchmany-console') -+ LaunchMany(config, d, 'launchmany-console') -+ -+ if exceptions: -+ print _("\nEXCEPTION:") -+ print exceptions[0] -- cgit v1.2.3