aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
commit8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch)
treead3f495c08f0cc331b6958d319f699d021175c19 /net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py
parent0d9507efb9d902ba8e7fafa90edd7893d2f8db19 (diff)
Notes
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.py13
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"]