summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/hellanzb/files/hellanzb-0.13-datafiles.patch')
-rw-r--r--net-news/hellanzb/files/hellanzb-0.13-datafiles.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-news/hellanzb/files/hellanzb-0.13-datafiles.patch b/net-news/hellanzb/files/hellanzb-0.13-datafiles.patch
deleted file mode 100644
index 88c5899c5b8e..000000000000
--- a/net-news/hellanzb/files/hellanzb-0.13-datafiles.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: hellanzb-0.13/setup.py
-===================================================================
---- hellanzb-0.13.orig/setup.py
-+++ hellanzb-0.13/setup.py
-@@ -38,8 +38,6 @@ def runSetup():
- packages = [ 'Hellanzb', 'Hellanzb.NZBLeecher', 'Hellanzb.HellaXMLRPC',
- 'Hellanzb.external', 'Hellanzb.external.elementtree' ],
- scripts = [ 'hellanzb.py' ],
-- data_files = [ ( 'etc', [ 'etc/hellanzb.conf.sample' ] ),
-- ( 'share/doc/hellanzb', [ 'CHANGELOG', 'CREDITS', 'README', 'LICENSE' ] ) ],
- )
- py2app_options = dict(
- app = [ 'hellanzb.py' ],