commit:     d8f103a68df5cf9d104b93882318e0d2ff2c1b65
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  4 10:00:51 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun  4 10:01:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f103a6

dev-ruby/coolio: drop 1.8.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/coolio/Manifest            |  1 -
 dev-ruby/coolio/coolio-1.8.1.ebuild | 47 -------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/coolio/Manifest b/dev-ruby/coolio/Manifest
index e94c652f2926..95c84b5cc9e2 100644
--- a/dev-ruby/coolio/Manifest
+++ b/dev-ruby/coolio/Manifest
@@ -1,2 +1 @@
-DIST cool.io-1.8.1.gem 113152 BLAKE2B 
555454735c490ef60a54b2c77b9a07c870b9c7bee0807df24bde82d04ad030a0ee2e04957eb3c6e8b38d199c4082d066d62ebd7ba7886ae61c50c631b024effe
 SHA512 
c4dd6587c9625e5f2060e603c6ea4fca3dc959208657e4cf8f3cdaa51b6c5ce79facea63bc4d4d6541521f42b77f2caec448e1fc7d476319224e08da633b4cbc
 DIST cool.io-1.9.0.gem 112640 BLAKE2B 
0a065ccedf90f34a51310799349f17ee71ca0be07c6a65ba8188205ef24b82385ef5b134a61a27f2287fe0066717a3a7231a67e0c1bd91c23abcafdb94239553
 SHA512 
3e9f2051353c0bcf89cbe51e97606d69965d576776312cd021af12b3a8cd95e505212a1a92b3152effc3580791221c854b2158a9e37acd9f89e391732383cd44

diff --git a/dev-ruby/coolio/coolio-1.8.1.ebuild 
b/dev-ruby/coolio/coolio-1.8.1.ebuild
deleted file mode 100644
index 3076fad23392..000000000000
--- a/dev-ruby/coolio/coolio-1.8.1.ebuild
+++ /dev/null
@@ -1,47 +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_EXTRADOC="CHANGES.md README.md"
-RUBY_FAKEGEM_NAME="cool.io"
-
-RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/cool.io/extconf.rb ext/iobuffer/extconf.rb)
-
-inherit flag-o-matic ruby-fakegem
-
-DESCRIPTION="A high performance event framework for Ruby which uses the libev 
C library"
-HOMEPAGE="https://coolio.github.io/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# cool.io includes a bundled version of libev that is patched to work 
correctly with ruby.
-
-all_ruby_prepare() {
-       # See bug #855869 and its large number of dupes in bundled libev copies.
-       filter-lto
-       append-flags -fno-strict-aliasing
-
-       rm -r Gemfile* lib/.gitignore || die
-
-       sed -i -e '/[Bb]undler/d' Rakefile || die
-       sed -i -e '28i  s.add_dependency "iobuffer"' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-       sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-       # Avoid dependency on rake-compiler
-       sed -i -e '/extensiontask/ s:^:#:' \
-               -e '/ExtensionTask/,/^end/ s:^:#:' Rakefile || die
-
-       # Remove specs that require network connectivity
-       rm -f spec/dns_spec.rb || die
-
-       # Use one address consistently
-       sed -i -e 's/localhost/127.0.0.1/' 
spec/{udp_socket,tcp_server,iobuffer}_spec.rb || die
-}

Reply via email to