diff options
Diffstat (limited to 'dev-ruby/celluloid-io')
-rw-r--r-- | dev-ruby/celluloid-io/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild | 30 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-ruby/celluloid-io/Manifest b/dev-ruby/celluloid-io/Manifest index 18d782d5c216..0fdf8257f26c 100644 --- a/dev-ruby/celluloid-io/Manifest +++ b/dev-ruby/celluloid-io/Manifest @@ -1,5 +1,3 @@ -DIST celluloid-io-0.16.2.gem 53248 BLAKE2B 5ec918e12e3b1f86796ef73a3a3c68863f3267c63b06fd65cd78ac471af8985974a61b6f4e4e1bc542e71ee24af30a2900b843b43654da9b4a964d9d1f46aa44 SHA512 6e37fbf99cc57aab13f63da68318fcab5d70b0c48da154da22a5fc12ac9a17d015d5784af9c02679d0f5c72fed6a693ec459cb455f10aa75b83e5e0dce913f71 DIST celluloid-io-0.17.3.gem 57856 BLAKE2B 6b2368c9e51a91ba1d7707389f173c1070e2d0a81698538af5240e3798509fe8e3495c2abea83b8c9f49148d3cce59a38823f2a47d7b92da395e78ad71506f8b SHA512 8b1552549c5aad59bf3789518ea2fa6833a4d3b7213cf70d941face215382a68b3d9d2d57e76b2bd7c478fe0e2690b19984d210b806bf1f67f159fd2bdf6b8ac -EBUILD celluloid-io-0.16.2.ebuild 850 BLAKE2B 8c0e1c2fdf8afd65b5f38c345dad27a7c3499d685e0b8248591caaf450d57dfabfc648eff0f31f30ae263997bc4c70ac2a05705413c6ce1fc76803793d3a1336 SHA512 2eb824ec95663cd308293de7e801055dd534082d1f60b35aeee086459f725927dec7919e58650fdad253a418401879aeddd7d1b7ec27ae90b5fa5851e4c0b1a5 EBUILD celluloid-io-0.17.3.ebuild 1094 BLAKE2B f636d994cdbc79302e32726a9c05987775d87cc5eaf71f259a348d5667379a999096e9baa54a74f633e84d913184bfa3cc7561f3741edc424d68eb1b78821136 SHA512 b96dd242e7e56f35bdbef49633ed2c804309dd9f2e9b8713d027b4e8857dd3fbe7a3b18282654c8b1ca654888e4c59bb66a6535e90223d3e8895c24cc2958d30 MISC metadata.xml 348 BLAKE2B 82aa98d484afd7116f7d2079ff5358bd3af36987427c49ab3c525325371ff7c8993ce49f7c1dbecd5f12d763972a84358f13523599a929b4406c51e19e13d14d SHA512 b351fe17cb7e9f63c2033e958bf2c6f37dbcae42cd59b76f7c979b42eaf3f35d79e6e82ad2e3bc4cdb2fb7e4410062acadfdfe44a5e767077a223c198bcbd2b8 diff --git a/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild b/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild deleted file mode 100644 index 5df64dbf5044..000000000000 --- a/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Evented IO for Celluloid actors" -HOMEPAGE="https://github.com/celluloid/celluloid-io" -IUSE="" -SLOT="0" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -ruby_add_rdepend ">=dev-ruby/celluloid-0.16.0 - >=dev-ruby/nio4r-1.1.0" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/d' -e '/[Cc]overalls/d' spec/spec_helper.rb || die - - # Avoid DNS tests. They either assume localhost is 127.0.0.1 or - # require network access. - rm spec/celluloid/io/dns_resolver_spec.rb || die -} |