Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rdoc/files/
Date: Sun, 03 Mar 2019 06:03:25
Message-Id: 1551592980.0507c366627d39b75059a07ff6291058a0f94503.graaff@gentoo
1 commit: 0507c366627d39b75059a07ff6291058a0f94503
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 1 17:29:43 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 06:03:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0507c366
7
8 dev-ruby/rdoc: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 5159125c85f..00000000000
19 --- a/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -Make sure the right version of the code is loaded. Without this the
23 -rdoc version bundled with ruby is always loaded instead. Reported
24 -upstream but won't be fixed because rubygems has slightly different
25 -behavior.
26 -
27 -http://rubyforge.org/tracker/index.php?func=detail&aid=28758&group_id=627&atid=2472
28 -
29 -
30 -Index: trunk/bin/rdoc
31 -===================================================================
32 ---- trunk/bin/rdoc (revision 650)
33 -+++ trunk/bin/rdoc (working copy)
34 -@@ -8,6 +8,7 @@
35 - #
36 - # $Revision: 1.1 $
37 -
38 -+$:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib')
39 - require 'rdoc/rdoc'
40 -
41 - begin