aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-bittornado/files/extra-nogui-patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-bittornado/files/extra-nogui-patch-setup.py')
-rw-r--r--net-p2p/py-bittornado/files/extra-nogui-patch-setup.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/py-bittornado/files/extra-nogui-patch-setup.py b/net-p2p/py-bittornado/files/extra-nogui-patch-setup.py
deleted file mode 100644
index 5b7ef858a45e..000000000000
--- a/net-p2p/py-bittornado/files/extra-nogui-patch-setup.py
+++ /dev/null
@@ -1,16 +0,0 @@
---- setup.py.old Mon Feb 23 10:55:55 2004
-+++ setup.py Mon Feb 23 10:57:25 2004
-@@ -18,10 +18,10 @@
-
- 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",
-- 'btmaketorrentgui.py', 'btcopyannounce.py', 'btsethttpseeds.py', 'bt-t-make.py' ]
-+ 'btcopyannounce.py', 'btsethttpseeds.py', 'bt-t-make.py' ]
- )