diff options
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/RubyInline/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/RubyInline/RubyInline-3.12.3.ebuild | 45 | ||||
-rw-r--r-- | dev-ruby/RubyInline/RubyInline-3.12.4.ebuild | 46 | ||||
-rw-r--r-- | dev-ruby/RubyInline/files/ruby-inline-3.11.1-ldflags.patch | 10 | ||||
-rw-r--r-- | dev-ruby/RubyInline/files/ruby-inline-3.12.2-gentoo.patch | 67 | ||||
-rw-r--r-- | dev-ruby/RubyInline/metadata.xml | 8 |
6 files changed, 0 insertions, 178 deletions
diff --git a/dev-ruby/RubyInline/Manifest b/dev-ruby/RubyInline/Manifest deleted file mode 100644 index fe49649deeaa..000000000000 --- a/dev-ruby/RubyInline/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST RubyInline-3.12.3.gem 31232 SHA256 c1ececb4057d22638818c1bf1998cdbe485bf6eda81c3fe52a543487c9c35ad6 SHA512 26b852abe21b077deca6206bac3a29e402e37b9bd96997275a8075172fee34d25e68b9455a933188bb71807e3fe2a35bf15350f568ba3786034796bc5a33f7cf WHIRLPOOL b42ba1f45206758d1dc50990c9be3b4167a40771f09eaeb352fbd2038515979fd307983d37c3a5aa4a1b32edc114aa5ed229e7573e387c112e54cb45fd5f5e16 -DIST RubyInline-3.12.4.gem 31232 SHA256 205bbc14c02d3d55e1b497241ede832ab87f3d981f92f3bda98b75e8144103e0 SHA512 9bdef81653a6c8da86aac638ff402b226526fbd38b9b8538382ac2d1a7655e232eafff4979b57d667ad9b0f3955b13c6f4cc01eb9dfa287c3a7abbfc5e9416fe WHIRLPOOL 5b92ecde15ee188d5d1ef51c83327e96486527680b33e3b4d0b4057df6804c8e566748e14d656a9ae62c6d549b462b148776a3f92707c456c28a8820f4410c1e diff --git a/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild deleted file mode 100644 index 13633a21e7a3..000000000000 --- a/dev-ruby/RubyInline/RubyInline-3.12.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -inherit ruby-fakegem - -DESCRIPTION="Allows to embed C/C++ in Ruby code" -HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="doc test" - -ruby_add_rdepend "dev-ruby/zentest" - -ruby_add_bdepend " - test? ( - dev-ruby/hoe - dev-ruby/hoe-seattlerb - virtual/ruby-minitest - )" - -RUBY_PATCHES=( - ruby-inline-3.12.2-gentoo.patch - ruby-inline-3.11.1-ldflags.patch -) - -all_ruby_prepare() { - sed -i -e '/isolate/ s:^:#:' Rakefile || die -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc example.rb example2.rb demo/*.rb -} diff --git a/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild deleted file mode 100644 index fa81d8719275..000000000000 --- a/dev-ruby/RubyInline/RubyInline-3.12.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ruby22 -> Code uses obsolete Config module. -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -inherit ruby-fakegem - -DESCRIPTION="Allows to embed C/C++ in Ruby code" -HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="doc test" - -ruby_add_rdepend "dev-ruby/zentest" - -ruby_add_bdepend " - test? ( - >=dev-ruby/hoe-3 - dev-ruby/hoe-seattlerb - dev-ruby/minitest:5 - )" - -RUBY_PATCHES=( - ruby-inline-3.12.2-gentoo.patch - ruby-inline-3.11.1-ldflags.patch -) - -all_ruby_prepare() { - sed -i -e '/isolate/ s:^:#:' Rakefile || die -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc example.rb example2.rb demo/*.rb -} diff --git a/dev-ruby/RubyInline/files/ruby-inline-3.11.1-ldflags.patch b/dev-ruby/RubyInline/files/ruby-inline-3.11.1-ldflags.patch deleted file mode 100644 index e6856ac5a0d7..000000000000 --- a/dev-ruby/RubyInline/files/ruby-inline-3.11.1-ldflags.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/inline.rb.~1~ 2010-08-28 14:49:06.866480357 +0200 -+++ lib/inline.rb 2010-08-28 15:05:14.553732182 +0200 -@@ -577,6 +577,7 @@ - "-L#{Config::CONFIG['libdir']}", - '-o', so_name.inspect, - File.expand_path(src_name).inspect, -+ Config::CONFIG['LIBRUBYARG_SHARED'], - libs, - crap_for_windoze ].join(' ') - diff --git a/dev-ruby/RubyInline/files/ruby-inline-3.12.2-gentoo.patch b/dev-ruby/RubyInline/files/ruby-inline-3.12.2-gentoo.patch deleted file mode 100644 index 2acd527cdcb4..000000000000 --- a/dev-ruby/RubyInline/files/ruby-inline-3.12.2-gentoo.patch +++ /dev/null @@ -1,67 +0,0 @@ -we have to patch the code so that it takes the RUBY_DESCRIPTION into -consideration, to avoid loading Ruby-Enterprise (REE18) objects in MRI -and vice-versa; we're a bit “greedier” since we will rebuild objects -even when just switching versions, but it'll be better this way than -being too conservatives. - -Index: ruby-inline-3.8.4/lib/inline.rb -=================================================================== ---- ruby-inline-3.8.4.orig/lib/inline.rb -+++ ruby-inline-3.8.4/lib/inline.rb -@@ -360,13 +360,18 @@ module Inline - ext.join "\n" - end - -+ def implementation_checksum -+ @implementation_checksum ||= -+ (Digest::MD5.new << RUBY_DESCRIPTION).to_s[0,4] -+ end -+ - def module_name - unless defined? @module_name then - module_name = @mod.name.gsub('::','__') - md5 = Digest::MD5.new - @pre.each { |m| md5 << m.to_s } - @sig.keys.sort_by { |x| x.to_s }.each { |m| md5 << m.to_s } -- @module_name = "Inline_#{module_name}_#{md5}" -+ @module_name = "Inline_#{module_name}_#{md5}_#{implementation_checksum}" - end - @module_name - end -Index: ruby-inline-3.8.4/test/test_inline.rb -=================================================================== ---- ruby-inline-3.8.4.orig/test/test_inline.rb -+++ ruby-inline-3.8.4/test/test_inline.rb -@@ -404,6 +404,7 @@ static VALUE method_name_equals(VALUE se - end - - def util_module_name(*signatures) -+ implementation = (Digest::MD5.new << RUBY_DESCRIPTION).to_s[0,4] - md5 = Digest::MD5.new - - signatures.each do |signature| -@@ -411,6 +412,6 @@ static VALUE method_name_equals(VALUE se - md5 << signature.to_s - end - -- assert_equal("Inline_TestInline__TestC_#{md5}", @builder.module_name) -+ assert_equal("Inline_TestInline__TestC_#{md5}_#{implementation}", @builder.module_name) - end - -@@ -757,6 +758,7 @@ puts(s); return rb_str_new2(s)}" - @builder.c "VALUE my_method() { return Qnil; }" - - windoze = "\n __declspec(dllexport)" if Inline::WINDOZE -+ implementation = (Digest::MD5.new << RUBY_DESCRIPTION).to_s[0,4] - - expected = <<-EXT - #include "ruby.h" -@@ -773,7 +775,7 @@ static VALUE my_method(VALUE self) { - #ifdef __cplusplus - extern \"C\" { - #endif#{windoze} -- void Init_Inline_TestInline__TestC_3ab8c09639e499394bb1f0a0194a839f() { -+ void Init_Inline_TestInline__TestC_3ab8c09639e499394bb1f0a0194a839f_#{implementation}() { - VALUE c = rb_cObject; - c = rb_const_get(c, rb_intern("TestInline")); - c = rb_const_get(c, rb_intern("TestC")); diff --git a/dev-ruby/RubyInline/metadata.xml b/dev-ruby/RubyInline/metadata.xml deleted file mode 100644 index 28ab0c15f206..000000000000 --- a/dev-ruby/RubyInline/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> -</maintainer> -</pkgmetadata> |