summaryrefslogtreecommitdiff
path: root/devel/ruby-mocha/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-mocha/patch-aa')
-rw-r--r--devel/ruby-mocha/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/ruby-mocha/patch-aa b/devel/ruby-mocha/patch-aa
deleted file mode 100644
index 7aee00ac671..00000000000
--- a/devel/ruby-mocha/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/04/07 00:32:28 seb Exp $
-
-Drop the dependency on the gem 'rake' as Rake is not installed as a gem.
-
---- Rakefile.orig 2008-03-25 21:15:48.000000000 +0000
-+++ Rakefile
-@@ -110,7 +110,7 @@ specification = Gem::Specification.new d
- s.rdoc_options << '--title' << 'Mocha' << '--main' << 'README' << '--line-numbers'
-
- s.autorequire = 'mocha'
-- s.add_dependency('rake')
-+# s.add_dependency('rake')
- s.files = FileList['{lib,test,examples}/**/*.rb', '[A-Z]*'].exclude('TODO').to_a
- end
-