summaryrefslogtreecommitdiff
path: root/graphics/ruby-gimp/files/patch-plug-ins::eval.rb
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-gimp/files/patch-plug-ins::eval.rb')
-rw-r--r--graphics/ruby-gimp/files/patch-plug-ins::eval.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/ruby-gimp/files/patch-plug-ins::eval.rb b/graphics/ruby-gimp/files/patch-plug-ins::eval.rb
deleted file mode 100644
index 9a841276f6e2..000000000000
--- a/graphics/ruby-gimp/files/patch-plug-ins::eval.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- plug-ins/eval.rb.orig Tue Feb 27 20:08:13 2001
-+++ plug-ins/eval.rb Thu Mar 1 01:29:43 2001
-@@ -13,7 +13,7 @@
- "",
- [
- [RF_STRING, "code", "Code to eval", "", true],
-- ],
-+ ]
- ) { |text|
- eval(text)
- }