diff options
-rw-r--r-- | dev-ruby/nio4r/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/nio4r/files/nio4r-1.0.0-extconf.patch | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-ruby/nio4r/ChangeLog b/dev-ruby/nio4r/ChangeLog index d7a72a95b44d..fa2e70fc3ba7 100644 --- a/dev-ruby/nio4r/ChangeLog +++ b/dev-ruby/nio4r/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/nio4r # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nio4r/ChangeLog,v 1.5 2014/11/01 08:27:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nio4r/ChangeLog,v 1.6 2014/12/09 11:48:42 mrueg Exp $ + + 09 Dec 2014; Manuel Rüger <mrueg@gentoo.org> -files/nio4r-1.0.0-extconf.patch: + Remove unused files. 01 Nov 2014; Hans de Graaff <graaff@gentoo.org> -nio4r-1.0.0.ebuild: Cleanup broken version. diff --git a/dev-ruby/nio4r/files/nio4r-1.0.0-extconf.patch b/dev-ruby/nio4r/files/nio4r-1.0.0-extconf.patch deleted file mode 100644 index 468f04637652..000000000000 --- a/dev-ruby/nio4r/files/nio4r-1.0.0-extconf.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- ext/nio4r/extconf.rb.old 2014-05-07 02:51:48.850414484 +0200 -+++ ext/nio4r/extconf.rb 2014-05-07 02:52:10.680415068 +0200 -@@ -28,6 +28,8 @@ - $defs << '-DHAVE_SYS_RESOURCE_H' - end - -+$LDFLAGS << ' -lev' -+ - dir_config 'nio4r_ext' - create_makefile 'nio4r_ext' - -@@ -41,4 +43,4 @@ - - makefile_contents.gsub! 'LIBS = $(LIBRUBYARG_SHARED)', 'LIBS = -lws2_32 $(LIBRUBYARG_SHARED)' - File.open('Makefile', 'w') { |f| f.write makefile_contents } --end -\ No newline at end of file -+end |