summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-01-24 16:55:09 +0100
committerHans de Graaff <graaff@gentoo.org>2018-01-24 16:55:09 +0100
commitdcd601c3ba022c5af042eda69a5ddf679abe3841 (patch)
treee57387db724204fa23452d800c541f4914ebad15
parentapp-text/webgen: cleanup (diff)
downloadgentoo-dcd601c3ba022c5af042eda69a5ddf679abe3841.tar.gz
gentoo-dcd601c3ba022c5af042eda69a5ddf679abe3841.tar.bz2
gentoo-dcd601c3ba022c5af042eda69a5ddf679abe3841.zip
dev-ruby/celluloid-io: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--dev-ruby/celluloid-io/Manifest1
-rw-r--r--dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/celluloid-io/Manifest b/dev-ruby/celluloid-io/Manifest
index c3f7cc875079..e3bc907cb193 100644
--- a/dev-ruby/celluloid-io/Manifest
+++ b/dev-ruby/celluloid-io/Manifest
@@ -1,2 +1 @@
-DIST celluloid-io-0.16.2.gem 53248 BLAKE2B 5ec918e12e3b1f86796ef73a3a3c68863f3267c63b06fd65cd78ac471af8985974a61b6f4e4e1bc542e71ee24af30a2900b843b43654da9b4a964d9d1f46aa44 SHA512 6e37fbf99cc57aab13f63da68318fcab5d70b0c48da154da22a5fc12ac9a17d015d5784af9c02679d0f5c72fed6a693ec459cb455f10aa75b83e5e0dce913f71
DIST celluloid-io-0.17.3.gem 57856 BLAKE2B 6b2368c9e51a91ba1d7707389f173c1070e2d0a81698538af5240e3798509fe8e3495c2abea83b8c9f49148d3cce59a38823f2a47d7b92da395e78ad71506f8b SHA512 8b1552549c5aad59bf3789518ea2fa6833a4d3b7213cf70d941face215382a68b3d9d2d57e76b2bd7c478fe0e2690b19984d210b806bf1f67f159fd2bdf6b8ac
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
-}