diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-05-12 07:10:55 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-05-12 07:10:55 +0200 |
commit | dd8be840c99bdc4f18a95b601f2401f19e6dc54c (patch) | |
tree | 497750e9c09290ab5dfdc15f74a065f75d993c7d /dev-ruby/celluloid-io | |
parent | eclass/ruby-ng.eclass: make ruby23 a no-op (diff) | |
download | gentoo-dd8be840c99bdc4f18a95b601f2401f19e6dc54c.tar.gz gentoo-dd8be840c99bdc4f18a95b601f2401f19e6dc54c.tar.bz2 gentoo-dd8be840c99bdc4f18a95b601f2401f19e6dc54c.zip |
dev-ruby/celluloid: remove masked packages
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/celluloid-io')
-rw-r--r-- | dev-ruby/celluloid-io/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/celluloid-io/celluloid-io-0.17.3.ebuild | 40 | ||||
-rw-r--r-- | dev-ruby/celluloid-io/metadata.xml | 11 |
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-ruby/celluloid-io/Manifest b/dev-ruby/celluloid-io/Manifest deleted file mode 100644 index e3bc907cb193..000000000000 --- a/dev-ruby/celluloid-io/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST celluloid-io-0.17.3.gem 57856 BLAKE2B 6b2368c9e51a91ba1d7707389f173c1070e2d0a81698538af5240e3798509fe8e3495c2abea83b8c9f49148d3cce59a38823f2a47d7b92da395e78ad71506f8b SHA512 8b1552549c5aad59bf3789518ea2fa6833a4d3b7213cf70d941face215382a68b3d9d2d57e76b2bd7c478fe0e2690b19984d210b806bf1f67f159fd2bdf6b8ac diff --git a/dev-ruby/celluloid-io/celluloid-io-0.17.3.ebuild b/dev-ruby/celluloid-io/celluloid-io-0.17.3.ebuild deleted file mode 100644 index 5703464d9361..000000000000 --- a/dev-ruby/celluloid-io/celluloid-io-0.17.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -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.17.3 - >=dev-ruby/nio4r-1.2.1:* - >=dev-ruby/timers-4.1.1" - -ruby_add_bdepend " test? ( - dev-ruby/dotenv - dev-ruby/nenv - )" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/ s:^:#:' -e '/[Cc]overalls/ s:^:#:' \ - -e '2irequire "pathname"; require "fileutils"' 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 - - # Make sure test logs end up in the right place - sed -i -e 's:log/test.log:'${T}'/test.log:' .env-dev || die -} diff --git a/dev-ruby/celluloid-io/metadata.xml b/dev-ruby/celluloid-io/metadata.xml deleted file mode 100644 index ddf682e8b949..000000000000 --- a/dev-ruby/celluloid-io/metadata.xml +++ /dev/null @@ -1,11 +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> - <upstream> - <remote-id type="github">celluloid/celluloid-io</remote-id> - </upstream> -</pkgmetadata> |