summaryrefslogtreecommitdiff
path: root/net/py-bittorrent-devel/files/extra-nogui-patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-bittorrent-devel/files/extra-nogui-patch-setup.py')
-rw-r--r--net/py-bittorrent-devel/files/extra-nogui-patch-setup.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/py-bittorrent-devel/files/extra-nogui-patch-setup.py b/net/py-bittorrent-devel/files/extra-nogui-patch-setup.py
deleted file mode 100644
index 7461547d430a..000000000000
--- a/net/py-bittorrent-devel/files/extra-nogui-patch-setup.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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"]
- )