From b618c3d0693aec564c6746238fd05d94e31d3b76 Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 3 Apr 2012 14:54:55 +0000 Subject: Tue Apr 3 14:54:45 UTC 2012 --- community/mget/fix-warnings.patch | 40 --------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 community/mget/fix-warnings.patch (limited to 'community/mget/fix-warnings.patch') 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 -- cgit v1.2.3-54-g00ecf