From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/
Date: Thu, 3 Oct 2024 05:42:31 +0000 (UTC) [thread overview]
Message-ID: <1727934135.fc3e9a613cd73786fa8ea7b165b9003e956aeefa.graaff@gentoo> (raw)
commit: fc3e9a613cd73786fa8ea7b165b9003e956aeefa
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 05:21:30 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 05:42:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3e9a61
dev-ruby/coolio: drop 1.8.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/coolio/Manifest | 1 -
dev-ruby/coolio/coolio-1.8.0.ebuild | 48 -------------------------------------
2 files changed, 49 deletions(-)
diff --git a/dev-ruby/coolio/Manifest b/dev-ruby/coolio/Manifest
index 02846144a326..e94c652f2926 100644
--- a/dev-ruby/coolio/Manifest
+++ b/dev-ruby/coolio/Manifest
@@ -1,3 +1,2 @@
-DIST cool.io-1.8.0.gem 113152 BLAKE2B 358fc0296636adb793a38a5763a964f6109a7884bba62f98d3ef92cd9a1a8ee038e3f2866a5f2bfad13a78519cd4299c4543a9382bc65bca59d4374102a09272 SHA512 e847bafbc157d05f1d48b262856a68d80b183a9eed29d6d454df4fbe7fabc427e6e83c873a0f36f2f8cc06bebac22cc1993f344943e43faaf556a8b235666026
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.0.ebuild b/dev-ruby/coolio/coolio-1.8.0.ebuild
deleted file mode 100644
index d521e9ab6350..000000000000
--- a/dev-ruby/coolio/coolio-1.8.0.ebuild
+++ /dev/null
@@ -1,48 +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"
-IUSE=""
-
-# 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
-}
next reply other threads:[~2024-10-03 5:42 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-03 5:42 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-04 10:01 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/ Hans de Graaff
2025-04-01 11:23 Hans de Graaff
2024-10-03 5:42 Hans de Graaff
2024-05-18 5:42 Hans de Graaff
2024-05-18 5:42 Hans de Graaff
2024-05-18 5:42 Hans de Graaff
2024-02-29 0:50 Sam James
2023-12-31 19:35 Hans de Graaff
2023-08-03 17:00 Hans de Graaff
2023-04-19 20:07 Hans de Graaff
2023-03-18 0:22 Sam James
2022-05-07 6:34 Hans de Graaff
2022-02-05 6:57 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2021-02-17 5:59 Hans de Graaff
2020-09-26 7:20 Hans de Graaff
2020-08-22 7:56 Hans de Graaff
2020-05-02 5:18 Hans de Graaff
2020-01-25 7:12 Hans de Graaff
2019-04-03 5:46 Hans de Graaff
2019-01-12 7:42 Hans de Graaff
2018-04-07 5:33 Hans de Graaff
2018-02-02 17:14 Hans de Graaff
2017-11-23 6:52 Hans de Graaff
2017-08-18 6:11 Hans de Graaff
2017-08-18 6:11 Hans de Graaff
2017-08-13 11:24 David Seifert
2017-08-10 5:05 Hans de Graaff
2017-08-10 5:05 Hans de Graaff
2017-04-20 5:03 Hans de Graaff
2016-10-14 14:33 Hans de Graaff
2016-04-06 22:50 Manuel Rüger
2015-12-30 8:10 Hans de Graaff
2015-11-18 6:09 Hans de Graaff
2015-10-10 5:39 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1727934135.fc3e9a613cd73786fa8ea7b165b9003e956aeefa.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox