summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-10 21:37:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-10 21:37:24 +0000
commit2c686b352e2d0ca0813b6f81a7c724fda04474c8 (patch)
tree4503afe5826025e85c5077ce168e097d674eae9d /net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py
parentUpdate to 2.10.6. (diff)
- Non-devel port have much newer version, and since there is no visible
development branch, remove PR: ports/114223 Submitted by: Wesley Shields <wxs@atarininja.org>
Notes
Notes: svn path=/head/; revision=195388
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.py17
1 files changed, 0 insertions, 17 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 d26926ac5560..000000000000
--- a/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py
+++ /dev/null
@@ -1,17 +0,0 @@
---- setup.py.orig Sat Jun 24 16:54:04 2006
-+++ setup.py Sat Jun 24 16:54:55 2006
-@@ -42,2 +42,2 @@
--symlinks = ["bittorrent" , "bittorrent-curses", "bittorrent-console",
-- "maketorrent", "maketorrent-console",
-+symlinks = ["bittorrent-curses", "bittorrent-console",
-+ "maketorrent-console",
-@@ -68,1 +68,0 @@
-- (img_root, ['images/bittorrent.ico',]),
-@@ -74,7 +74,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')))
-- )