From 4bddc5886922fce029d1895ad47523c0863471a7 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 5 Apr 2003 05:56:44 +0000 Subject: New port BitTorrent version 3.2.1b: A peer-to-peer tool for distributing files written in Python --- .../py-bittorrent-devel/files/extra-nogui-patch-setup.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py (limited to 'net-p2p/py-bittorrent-devel/files') diff --git a/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py b/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py new file mode 100644 index 000000000000..7461547d430a --- /dev/null +++ b/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py.orig Sun Mar 30 17:01:05 2003 ++++ setup.py Sun Mar 30 17:01:20 2003 +@@ -18,9 +18,9 @@ + + packages = ["BitTorrent"], + +- scripts = ["btdownloadgui.py", "btdownloadheadless.py", "btdownloadlibrary.py", ++ scripts = ["btdownloadheadless.py", "btdownloadlibrary.py", + "bttrack.py", "btmakemetafile.py", "btlaunchmany.py", "btcompletedir.py", +- "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py", ++ "btdownloadcurses.py", "btlaunchmanycurses.py", + "btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py", + "bttest.py"] + ) -- cgit v1.2.3