summaryrefslogtreecommitdiff
path: root/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:36:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:36:48 +0000
commitda977380baf68d13d8cd5a758af5db0b145e2b0a (patch)
tree7b357e6252923660b4928fbc4eb56e8629dda236 /net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
parent- Reconnect x11-wm/flwm (diff)
2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months 2008-09-19 lang/screamer: Has been broken for more than 6 months 2008-10-01 misc/documancer: Unmaintained upstream 2008-09-19 misc/ipbt: Has been broken for more than 6 months 2008-10-13 multimedia/manslide: Use multimedia/smile instead 2008-09-19 net/globus4: Has been broken for more than 6 months 2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months 2008-01-28 net/p54u: website disappeared 2008-09-19 net-im/ginsu: Has been broken for more than 6 months 2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months 2008-09-19 sysutils/sjog: Has been broken for more than 6 months 2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months 2008-09-19 www/roxen: Has been broken for more than 6 months 2008-09-19 x11-fm/evidence: Has been broken for more than 6 months
Notes
Notes: svn path=/head/; revision=223972
Diffstat (limited to 'net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py')
-rw-r--r--net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py b/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
deleted file mode 100644
index 4c72f66ad46a..000000000000
--- a/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
+++ /dev/null
@@ -1,27 +0,0 @@
---- setup.py.orig Fri Jan 14 22:12:02 2005
-+++ setup.py Fri Jan 14 22:12:54 2005
-@@ -9,18 +9,19 @@
- import BitTorrent
-
- setup(
-- name = "BitTorrent",
-- version = BitTorrent.version,
-+ name = "%%KENOSIS-BITTORRENT%%",
-+ version = %%KENOSIS-BITTORRENT%%.version,
- author = "Bram Cohen",
- author_email = "<bram@bitconjurer.org>",
- url = "http://www.bitconjurer.org/BitTorrent/",
- license = "MIT",
-
-- packages = ["BitTorrent"],
-+ packages = ["%%KENOSIS-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",
-+ "btunittest.py",
- "bttest.py"]
- )