async: cleanup

This commit is contained in:
blshkv 2017-04-10 15:30:14 +08:00
parent 7fa4523271
commit 7be17ae337
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
4 changed files with 2 additions and 29 deletions

View file

@ -15,4 +15,4 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend "=dev-ruby/async-0.10*"
ruby_add_rdepend ">=dev-ruby/async-0.10.0"

View file

@ -1,2 +1 @@
DIST async-0.10.0.gem 14336 SHA256 1f4e2130fae27718d9d5c0fb366bec056531c954ece5ed6b82e2e6519a140688 SHA512 014f61b17b1327a55ba5c753a57caa1aaeeef971ae77b8b7738cafa8c15a0705388674da207382f4dd4df0992cd5230e9ae71fa9f286a5f7f96e9df23a76ed0a WHIRLPOOL 4028e88d25a034fcae805b80dcfbe2fd339bea586aba5f6a395d36fcf6dfd43aef6975ab01dd77e27710d1072362b1738320335981634962399f6bcb9ac531fe
DIST async-0.11.1.gem 15360 SHA256 b75fdc57b89cc7d19a594ba946d2bb8c0009e0148d1f1d3e10e1bba29ee7266a SHA512 03039049d8264db703b32550c45b1e1dc8fa61b5b8176c3a62af1c4734c82023c5b340182048b4aeca68abec54d8b972e22cd56eef40744c7214dbb8433e500d WHIRLPOOL f9313b6ccd0ab6c203809424bc04df1cdec9341c81fe30b9d79a2b69c4c221169e593d9abfa6b39313f94740e2880abc201a5c6fddb84ef068da39b5c977c9ee

View file

@ -1,26 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
USE_RUBY="ruby21 ruby22 ruby23 ruby24"
inherit ruby-fakegem
DESCRIPTION="Asynchronous I/O framework for Ruby based on nio4r and timers."
HOMEPAGE="https://github.com/socketry/async"
SRC_URI="mirror://rubygems/${P}.gem"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend "ruby_targets_ruby21? ( dev-ruby/nio4r:0 )
!ruby_targets_ruby21? ( dev-ruby/nio4r:2 )
=dev-ruby/timers-4.1*
"
all_ruby_prepare() {
sed -e 's|"nio4r", "~> 2"|"nio4r"|' -i async.gemspec
}

View file

@ -254,7 +254,7 @@ dev-ruby/tzinfo-data
#https://github.com/evilsocket/bettercap/issues/412
=dev-ruby/rubydns-2.0.0*
=dev-ruby/async-dns-0.10*
=dev-ruby/async-0.10*
=dev-ruby/async-0.11*
dev-ruby/nio4r:2
#arachni-1*