commit: 01bc31c8f4d9467cab22773d82be6c584c9131ce Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jun 3 07:42:47 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jun 3 07:44:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01bc31c8
dev-ruby/nio4r: drop 2.7.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/nio4r/Manifest | 1 - dev-ruby/nio4r/nio4r-2.7.3.ebuild | 38 -------------------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-ruby/nio4r/Manifest b/dev-ruby/nio4r/Manifest index 48c3fd3a24e1..3f55b0396c9a 100644 --- a/dev-ruby/nio4r/Manifest +++ b/dev-ruby/nio4r/Manifest @@ -1,2 +1 @@ -DIST nio4r-2.7.3.tar.gz 123160 BLAKE2B 283e3f7ea278936a15efe8f8e7219ac3191b4be72f04ab63e64d6ca2125f6be7164353707a7418be31bcbed240317d51912e5c2a2dea0042b1ca2b3a39d56993 SHA512 185e0cbe146495d657e8954eef2208e61766c30f5cf132078ce9c00b5b6d678eafaa108102dc79bb8d42d90fd5809a606344d35b03bfc41d7a1f3f75a7c2820f DIST nio4r-2.7.4.tar.gz 123192 BLAKE2B 263b061945dbdd1c36d951ff0bdf6ffe5193a730bd1924933fcff4150c574a5164ba7a59f0a040d71cba108ea08085ac9351635179974c03b5f8731583288e99 SHA512 5f89cddf3e772f05c10ab2ce7fbffd9b878ac129bc0adb7be5e35a67c7b17748a5722e784a19dace2308006bcbc7eaef70a49f9f58771faa0d97758742703338 diff --git a/dev-ruby/nio4r/nio4r-2.7.3.ebuild b/dev-ruby/nio4r/nio4r-2.7.3.ebuild deleted file mode 100644 index 6513ee1dfc0d..000000000000 --- a/dev-ruby/nio4r/nio4r-2.7.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="" -RUBY_FAKEGEM_EXTRADOC="changes.md readme.md" - -RUBY_FAKEGEM_EXTENSIONS=(ext/nio4r/extconf.rb) -RUBY_FAKEGEM_GEMSPEC="nio4r.gemspec" - -inherit flag-o-matic ruby-fakegem - -DESCRIPTION="A high performance selector API for monitoring IO objects" -HOMEPAGE="https://github.com/socketry/nio4r" -SRC_URI="https://github.com/socketry/nio4r/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT || ( BSD GPL-2 )" -SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~ppc-macos ~x64-macos ~x64-solaris" - -# Note that nio4r bundles a patched copy of libev, and without these -# patches the tests fail: https://github.com/celluloid/nio4r/issues/15 - -all_ruby_prepare() { - # See bug #855869 and its large number of dupes in bundled libev copies. - filter-lto - append-flags -fno-strict-aliasing - - sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die - sed -e '/extension/ s:^:#:' -i Rakefile || die - - sed -e 's:_relative ": "./:' -i ${RUBY_FAKEGEM_GEMSPEC} || die -}
