diff options
| author | Hans de Graaff <graaff@gentoo.org> | 2023-06-19 06:38:57 +0200 |
|---|---|---|
| committer | Hans de Graaff <graaff@gentoo.org> | 2023-06-19 06:38:57 +0200 |
| commit | ab8cec7100e9bc2329945787e5ad9203babc938d (patch) | |
| tree | 7be419568d058bacfb71e54a3665f5591025e5ca /dev-ruby/async-io/async-io-1.35.0.ebuild | |
| parent | efde2b45b5fd536d5fb91e7fba544e316e988574 (diff) | |
| download | gentoo-ab8cec7100e9bc2329945787e5ad9203babc938d.tar.gz gentoo-ab8cec7100e9bc2329945787e5ad9203babc938d.tar.bz2 gentoo-ab8cec7100e9bc2329945787e5ad9203babc938d.zip | |
dev-ruby/async-io: add 1.35.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/async-io/async-io-1.35.0.ebuild')
| -rw-r--r-- | dev-ruby/async-io/async-io-1.35.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dev-ruby/async-io/async-io-1.35.0.ebuild b/dev-ruby/async-io/async-io-1.35.0.ebuild new file mode 100644 index 000000000000..c1027a4c5e5c --- /dev/null +++ b/dev-ruby/async-io/async-io-1.35.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby30 ruby31 ruby32" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRA_DOC="README.md" +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Provides support for asynchronous TCP, UDP, UNIX and SSL sockets" +HOMEPAGE="https://github.com/socketry/async-io" +SRC_URI="https://github.com/socketry/async-io/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="" + +ruby_add_rdepend "dev-ruby/async" + +ruby_add_bdepend "test? ( + >=dev-ruby/async-container-0.15:0 + >=dev-ruby/async-rspec-1.10:1 + dev-ruby/rack-test +)" + +all_ruby_prepare() { + sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die + + # Avoid test dependency on covered + sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die +} |
