diff options
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py')
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py | 13 |
1 files changed, 0 insertions, 13 deletions
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 deleted file mode 100644 index fd64315237f6..000000000000 --- a/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py +++ /dev/null @@ -1,13 +0,0 @@ ---- setup.py.orig Fri Dec 24 06:56:00 2004 -+++ setup.py Fri Dec 24 06:56:10 2004 -@@ -19,8 +19,8 @@ - - import glob - --scripts = ["btdownloadgui.py", "btdownloadcurses.py", "btdownloadheadless.py", -- "btmaketorrentgui.py", "btmaketorrent.py", -+scripts = ["btdownloadcurses.py", "btdownloadheadless.py", -+ "btmaketorrent.py", - "btlaunchmany.py", "btlaunchmanycurses.py", - "bttrack.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py", - "bttest.py"] |