commit: 610ff14905a5e07a44b4ae542aafef6dc1152702
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Sep 28 07:51:46 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 06:51:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610ff149
dev-ruby/coolio: remove unused patch
dev-ruby/coolio/files/coolio-1.1.0-libev.patch | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/dev-ruby/coolio/files/coolio-1.1.0-libev.patch
b/dev-ruby/coolio/files/coolio-1.1.0-libev.patch
deleted file mode 100644
index e559667ef7c..00000000000
--- a/dev-ruby/coolio/files/coolio-1.1.0-libev.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur coolio-1.1.0.orig/ext/cool.io/ev_wrap.h
coolio-1.1.0/ext/cool.io/ev_wrap.h
---- coolio-1.1.0.orig/ext/cool.io/ev_wrap.h 2012-03-15 03:30:08.755266522
+0900
-+++ coolio-1.1.0/ext/cool.io/ev_wrap.h 2012-03-15 03:31:50.839378421 +0900
-@@ -4,5 +4,5 @@
- # define FD_SETSIZE 2048 /* wishful thinking, as msvcrt6 [?] seems to only
allow 512 fd's and 256 sockets max */
- #endif
-
--#include "../libev/ev.h"
-+#include "ev.h"
-
-diff -Naur coolio-1.1.0.orig/ext/cool.io/extconf.rb
coolio-1.1.0/ext/cool.io/extconf.rb
---- coolio-1.1.0.orig/ext/cool.io/extconf.rb 2012-03-15 03:30:08.755266522
+0900
-+++ coolio-1.1.0/ext/cool.io/extconf.rb 2012-03-15 03:31:04.114327009
+0900
-@@ -20,6 +20,10 @@
- libs << "-lrt"
- end
-
-+if have_library('ev', 'ev_loop_new')
-+ libs << "-lev"
-+end
-+
- if have_header('sys/select.h')
- $defs << '-DEV_USE_SELECT'
- end