summaryrefslogtreecommitdiff
path: root/community/mget/fix-warnings.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-04-03 14:54:55 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-04-03 14:54:55 +0000
commitb618c3d0693aec564c6746238fd05d94e31d3b76 (patch)
tree4a4834f3097bba25dba1adeba4324080c1b4bf7b /community/mget/fix-warnings.patch
parent8cb5196780766f47b595410eed8ddbee2e8add08 (diff)
Tue Apr 3 14:54:45 UTC 2012
Diffstat (limited to 'community/mget/fix-warnings.patch')
-rw-r--r--community/mget/fix-warnings.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/community/mget/fix-warnings.patch b/community/mget/fix-warnings.patch
deleted file mode 100644
index 042f5e5b5..000000000
--- a/community/mget/fix-warnings.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -Nur mget-1.50.old/lib/mget/error_handling.rb mget-1.50/lib/mget/error_handling.rb
---- mget-1.50.old/lib/mget/error_handling.rb 2008-06-12 19:57:11.000000000 +0300
-+++ mget-1.50/lib/mget/error_handling.rb 2009-11-02 23:39:47.587497291 +0200
-@@ -48,7 +48,7 @@
- def setTrace(string)
- if trace?
- @log.info(string)
-- end
-+ end
- end
-
- def logDir()
-@@ -63,4 +63,4 @@
- Dir.mkdir(path) unless File.exists?(path) && File.directory?(path)
- return path
- end
--end
-\ No newline at end of file
-+end
-diff -Nur mget-1.50.old/lib/mget/mget.rb mget-1.50/lib/mget/mget.rb
---- mget-1.50.old/lib/mget/mget.rb 2008-06-12 19:57:11.000000000 +0300
-+++ mget-1.50/lib/mget/mget.rb 2009-11-02 23:36:38.317512845 +0200
-@@ -111,7 +111,7 @@
- else
- @target = target
- end
-- end
-+ end
- end
-
- def download=(flag)
-@@ -158,7 +158,7 @@
- self.input=fileName # force self check again, but without validation
- end
- return
-- end
-+ end
- setTrace("File.exists?="+fileName)
- if File.exists? fileName
- if File.zero? fileName