mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
async: cleanup
This commit is contained in:
parent
7fa4523271
commit
7be17ae337
4 changed files with 2 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Reference in a new issue