summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-03-01 18:29:43 +0100
committerHans de Graaff <graaff@gentoo.org>2019-03-03 07:03:00 +0100
commit0507c366627d39b75059a07ff6291058a0f94503 (patch)
tree64c2c5e31f58bade19072a441cf7ea70077ccea6
parentdev-ruby/fakeweb: remove unused patch(es) (diff)
downloadgentoo-0507c366.tar.gz
gentoo-0507c366.tar.bz2
gentoo-0507c366.zip
dev-ruby/rdoc: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch b/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch
deleted file mode 100644
index 5159125c85fa..000000000000
--- a/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Make sure the right version of the code is loaded. Without this the
-rdoc version bundled with ruby is always loaded instead. Reported
-upstream but won't be fixed because rubygems has slightly different
-behavior.
-
-http://rubyforge.org/tracker/index.php?func=detail&aid=28758&group_id=627&atid=2472
-
-
-Index: trunk/bin/rdoc
-===================================================================
---- trunk/bin/rdoc (revision 650)
-+++ trunk/bin/rdoc (working copy)
-@@ -8,6 +8,7 @@
- #
- # $Revision: 1.1 $
-
-+$:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib')
- require 'rdoc/rdoc'
-
- begin