commit:     977df0d0791df4318ba79e559d85d5e0d5db487e
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Mon Sep 26 16:25:25 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 12:00:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977df0d0

dev-ruby/termcolor: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2417

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../termcolor/files/termcolor-1.2.1-fix-spec.patch    | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-ruby/termcolor/files/termcolor-1.2.1-fix-spec.patch 
b/dev-ruby/termcolor/files/termcolor-1.2.1-fix-spec.patch
deleted file mode 100644
index 411f29d..00000000
--- a/dev-ruby/termcolor/files/termcolor-1.2.1-fix-spec.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit c455099b273c514c0ae8e5aad485be207a4e933c
-Author: jugyo <jugyo....@gmail.com>
-Date:   Mon Aug 30 23:59:04 2010 +0900
-
-    fixed spec
-
-diff --git a/spec/termcolor_spec.rb b/spec/termcolor_spec.rb
-index 888a13d..50d403c 100644
---- a/spec/termcolor_spec.rb
-+++ b/spec/termcolor_spec.rb
-@@ -27,7 +27,7 @@ module TermColor
-     it 'should parse 3' do
-       text = 
TermColor.parse('aa<30>bbbbbbb<32>cccc<90>ddd</90>c</32>b</30>aaa')
-       puts text
--      text.should == 
"aa\e[30mbbbbbbb\e[32mcccc\e[90mddd\e[0m\e[32mc\e[0m\e[30mb\e[0maaa"
-+      text.should == 
"aa\e[30mbbbbbbb\e[32mcccc\e[90mddd\e[0m\e[30m\e[32mc\e[0m\e[30mb\e[0maaa"
-     end
- 
-     it 'should parse 4' do

Reply via email to