diff options
Diffstat (limited to 'net-p2p/py-bittorrent/files/extra-nogui-patch-setup.py')
-rw-r--r-- | net-p2p/py-bittorrent/files/extra-nogui-patch-setup.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-p2p/py-bittorrent/files/extra-nogui-patch-setup.py b/net-p2p/py-bittorrent/files/extra-nogui-patch-setup.py deleted file mode 100644 index 60bddb0b3dec..000000000000 --- a/net-p2p/py-bittorrent/files/extra-nogui-patch-setup.py +++ /dev/null @@ -1,21 +0,0 @@ ---- setup.py.orig Mon May 7 05:50:40 2007 -+++ setup.py Mon May 7 05:53:17 2007 -@@ -46,7 +46,6 @@ --symlinks = ["bittorrent" , -+symlinks = [ - "bittorrent-curses", - "bittorrent-console", -- "maketorrent", - "maketorrent-console", - "launchmany-curses", - "launchmany-console", -@@ -81,1 +80,0 @@ -- (img_root, ['images/bittorrent.ico',]), -@@ -87,7 +87,0 @@ --for d in ('flags', 'logo', 'themes/default', -- 'themes/default/statuslight', 'themes/default/torrentstate', -- 'themes/default/torrentops' , 'themes/default/fileops' ,): -- data_files.append( -- (os.path.join(img_root, d), -- glob.glob(os.path.join('images', d, '*.png'))) -- ) |