diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-02-03 07:43:49 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-02-03 07:43:49 +0100 |
commit | 5655c3de12898648403e65828656a6603c9fae06 (patch) | |
tree | 878064e7154e897f6c2202c0cc581f8bd63abc24 /dev-ruby/nio4r | |
parent | www-servers/puma: add 5.2.0 (diff) | |
download | gentoo-5655c3de12898648403e65828656a6603c9fae06.tar.gz gentoo-5655c3de12898648403e65828656a6603c9fae06.tar.bz2 gentoo-5655c3de12898648403e65828656a6603c9fae06.zip |
dev-ruby/nio4r: cleanup
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/nio4r')
-rw-r--r-- | dev-ruby/nio4r/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/nio4r/nio4r-2.5.2.ebuild | 40 | ||||
-rw-r--r-- | dev-ruby/nio4r/nio4r-2.5.3.ebuild | 40 |
3 files changed, 0 insertions, 82 deletions
diff --git a/dev-ruby/nio4r/Manifest b/dev-ruby/nio4r/Manifest index dfaa0b9c49ac..451e6b3f2232 100644 --- a/dev-ruby/nio4r/Manifest +++ b/dev-ruby/nio4r/Manifest @@ -1,3 +1 @@ -DIST nio4r-2.5.2.gem 110592 BLAKE2B b632322d0706f97a30601e7135daad9ee5a66e57ff7dea1eb0b8365e45f896e7b8a7c228c4eb781d2f44ea047eb028549bc172b68a0540d041ad83bd79d25075 SHA512 3db567c9994e9186749e37c3ebc07f744e7a82c1163d44222475cf491f945745c6c070f4a0a8c77e331921147cc1f5f7bfffd86cb3455d5864280c4e4945b295 -DIST nio4r-2.5.3.gem 110592 BLAKE2B 8a22839a2431f3128832733ef1f814e2743939e3128c689c1ccfea7537ac92c497545182525a8305ba9348092b897a22c4d21044cca695f17d95c08dc17b1f77 SHA512 dad68688faacf110f08e3252222fed7696e557944c56dadf47a1fb037c5627ab88fa82e70c2e28f802f81ed6c93e38bf85daf28dc42a51f40e455558609b0b58 DIST nio4r-2.5.4.gem 110080 BLAKE2B 9aaed6cd4d74cf6ff3fed114d7c0c9162afb646aa6eadf294e0a6710dfca1e6b4ccf1eb8850c8704f3792eb6695034612813db08fbf74814556455db6ab48b4a SHA512 f7e383516ac6b55fd49339280e624a4c35f9cd2d31915b3d117189506522d967fc53a43cde75e8601f3fe0530e1322aeaa8c94a09289ddbefb2afd8d067341ec diff --git a/dev-ruby/nio4r/nio4r-2.5.2.ebuild b/dev-ruby/nio4r/nio4r-2.5.2.ebuild deleted file mode 100644 index 788b747233d3..000000000000 --- a/dev-ruby/nio4r/nio4r-2.5.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="A high performance selector API for monitoring IO objects" -HOMEPAGE="https://github.com/socketry/nio4r" - -LICENSE="MIT || ( BSD GPL-2 )" -SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Note that nio4r bundles a patched copy of libev, and without these -# patches the tests fail: https://github.com/celluloid/nio4r/issues/15 - -ruby_add_bdepend "test? ( dev-ruby/rspec-retry )" - -all_ruby_prepare() { - sed -i -e '/[Cc]overalls/d' -e '/[Bb]undler/d' spec/spec_helper.rb || die - sed -e '/extension/ s:^:#:' -i Rakefile || die -} - -each_ruby_configure() { - ${RUBY} -Cext/${PN} extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext/${PN} - cp ext/${PN}/*$(get_modname) lib/ || die -} diff --git a/dev-ruby/nio4r/nio4r-2.5.3.ebuild b/dev-ruby/nio4r/nio4r-2.5.3.ebuild deleted file mode 100644 index 635dfac5b373..000000000000 --- a/dev-ruby/nio4r/nio4r-2.5.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="A high performance selector API for monitoring IO objects" -HOMEPAGE="https://github.com/socketry/nio4r" - -LICENSE="MIT || ( BSD GPL-2 )" -SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Note that nio4r bundles a patched copy of libev, and without these -# patches the tests fail: https://github.com/celluloid/nio4r/issues/15 - -ruby_add_bdepend "test? ( dev-ruby/rspec-retry )" - -all_ruby_prepare() { - sed -i -e '/[Cc]overalls/d' -e '/[Bb]undler/d' -e '1irequire "openssl"' spec/spec_helper.rb || die - sed -e '/extension/ s:^:#:' -i Rakefile || die -} - -each_ruby_configure() { - ${RUBY} -Cext/${PN} extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext/${PN} - cp ext/${PN}/*$(get_modname) lib/ || die -} |