public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/files/
@ 2016-10-31 12:09 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-10-31 12:09 UTC (permalink / raw
  To: gentoo-commits

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

dev-ruby/coolio: remove unused patch.

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

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

 dev-ruby/coolio/files/coolio-1.1.0-rubyio.patch | 32 -------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-ruby/coolio/files/coolio-1.1.0-rubyio.patch b/dev-ruby/coolio/files/coolio-1.1.0-rubyio.patch
deleted file mode 100644
index a47e607..00000000
--- a/dev-ruby/coolio/files/coolio-1.1.0-rubyio.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff --git a/ext/cool.io/cool.io.h b/ext/cool.io/cool.io.h
-index 364d4ae..05ce5bc 100644
---- a/ext/cool.io/cool.io.h
-+++ b/ext/cool.io/cool.io.h
-@@ -8,7 +8,11 @@
- #define COOLIO_H
- 
- #include "ruby.h"
-+#ifdef HAVE_RUBY_IO_H
-+#include "ruby/io.h"
-+#else
- #include "rubyio.h"
-+#endif
- 
- #ifdef GetReadFile
- #define FPTR_TO_FD(fptr) (fileno(GetReadFile(fptr)))
-diff --git a/ext/cool.io/iowatcher.c b/ext/cool.io/iowatcher.c
-index 09ff87b..ccf6a3f 100644
---- a/ext/cool.io/iowatcher.c
-+++ b/ext/cool.io/iowatcher.c
-@@ -5,7 +5,11 @@
-  */
- 
- #include "ruby.h"
-+#ifdef HAVE_RUBY_IO_H
-+#include "ruby/io.h"
-+#else
- #include "rubyio.h"
-+#endif
- 
- #include "ev_wrap.h"
- 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/files/
@ 2017-10-21  6:52 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2017-10-21  6:52 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/files/
@ 2024-05-24 23:35 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-05-24 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     f25962bf93863fd0a93266060565dcf11d699731
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May 19 10:52:19 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri May 24 23:35:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25962bf

dev-ruby/coolio: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-ruby/coolio/files/coolio-1.7.1-fix-build-clang16.patch | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dev-ruby/coolio/files/coolio-1.7.1-fix-build-clang16.patch b/dev-ruby/coolio/files/coolio-1.7.1-fix-build-clang16.patch
deleted file mode 100644
index 909988fda7c3..000000000000
--- a/dev-ruby/coolio/files/coolio-1.7.1-fix-build-clang16.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Bug: https://bugs.gentoo.org/883147
-Upstream PR: https://github.com/tarcieri/cool.io/pull/78
---- a/ext/libev/ev.c
-+++ b/ext/libev/ev.c
-@@ -3768,7 +3768,7 @@ rb_thread_unsafe_dangerous_crazy_blocking_region_end(...);
- #if defined(HAVE_RB_THREAD_BLOCKING_REGION) || defined(HAVE_RB_THREAD_CALL_WITHOUT_GVL)
-         poll_args.loop = loop;
-         poll_args.waittime = waittime;
--        rb_thread_call_without_gvl(ev_backend_poll, (void *)&poll_args, RUBY_UBF_IO, 0);
-+        rb_thread_call_without_gvl((void *)ev_backend_poll, (void *)&poll_args, RUBY_UBF_IO, 0);
- #else
-          backend_poll (EV_A_ waittime);
- #endif


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-24 23:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21  6:52 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/files/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2024-05-24 23:35 Conrad Kostecki
2016-10-31 12:09 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox