From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-event/
Date: Sat, 22 Oct 2022 21:33:56 +0000 (UTC) [thread overview]
Message-ID: <1666474390.eb07c319b391fbd829c72407e415bdecbf7e7e6d.mattst88@gentoo> (raw)
commit: eb07c319b391fbd829c72407e415bdecbf7e7e6d
Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Wed Jun 15 04:31:31 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 21:33:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb07c319
dev-ruby/io-event: new package, add 1.0.9
Signed-off-by: matoro <matoro <AT> users.noreply.github.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-ruby/io-event/Manifest | 1 +
dev-ruby/io-event/io-event-1.0.9.ebuild | 31 +++++++++++++++++++++++++++++++
dev-ruby/io-event/metadata.xml | 11 +++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-ruby/io-event/Manifest b/dev-ruby/io-event/Manifest
new file mode 100644
index 000000000000..082d5fee6a19
--- /dev/null
+++ b/dev-ruby/io-event/Manifest
@@ -0,0 +1 @@
+DIST io-event-1.0.9.tar.gz 31984 BLAKE2B 543c460cde5ac269607e4d7ec54962879141d40d9592433a55d53e89b2a43bce4f161c1e4b21322a9b3fe60d5ab77e35692a19f899b9210d06fbcf185bca83de SHA512 d2b5903e68425bb23a7a9b861e76b2d125b9cf53f81ca0120ded010559ca26f3af002b5da28092245e00e8d9b81e94bdda72b2ea607cfae27a1e48e3f1a39130
diff --git a/dev-ruby/io-event/io-event-1.0.9.ebuild b/dev-ruby/io-event/io-event-1.0.9.ebuild
new file mode 100644
index 000000000000..d0b6cc652fb7
--- /dev/null
+++ b/dev-ruby/io-event/io-event-1.0.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31"
+RUBY_FAKEGEM_EXTENSIONS="ext/extconf.rb"
+RUBY_FAKEGEM_RECIPE_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+inherit ruby-fakegem
+
+DESCRIPTION="An event loop"
+HOMEPAGE="https://github.com/socketry/io-event"
+SRC_URI="https://github.com/socketry/io-event/archive/68cffe24077a53201acbb383e8e132b192e1fa83.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~sparc"
+IUSE=""
+RUBY_S="${PN}-68cffe24077a53201acbb383e8e132b192e1fa83"
+
+ruby_add_bdepend "test? ( >=dev-ruby/sus-0.6:0 )"
+
+all_ruby_prepare() {
+ sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die
+}
+
+each_ruby_test() {
+ "${RUBY}" -S sus-parallel || die
+}
diff --git a/dev-ruby/io-event/metadata.xml b/dev-ruby/io-event/metadata.xml
new file mode 100644
index 000000000000..0962eb7f2192
--- /dev/null
+++ b/dev-ruby/io-event/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">socketry/io-event</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2022-10-22 21:34 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-22 21:33 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-23 8:26 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-event/ Hans de Graaff
2022-10-23 10:13 Hans de Graaff
2022-12-04 6:54 Hans de Graaff
2022-12-11 6:27 Hans de Graaff
2023-01-13 8:28 Hans de Graaff
2023-03-19 7:14 Hans de Graaff
2023-03-19 7:14 Hans de Graaff
2023-04-02 22:49 Sam James
2023-04-02 23:05 Sam James
2023-04-02 23:07 Sam James
2023-04-02 23:07 Sam James
2023-04-02 23:07 Sam James
2023-04-09 2:34 Sam James
2023-05-20 9:21 Sam James
2023-07-04 20:19 Sam James
2023-08-27 6:11 Hans de Graaff
2023-09-16 5:30 Hans de Graaff
2023-10-24 4:42 Hans de Graaff
2023-10-24 9:30 Arthur Zamarin
2023-12-28 6:56 Hans de Graaff
2023-12-29 0:24 Sam James
2023-12-29 6:58 Arthur Zamarin
2024-02-27 6:40 Hans de Graaff
2024-03-10 15:19 Hans de Graaff
2024-06-02 6:41 Hans de Graaff
2024-06-05 5:49 Hans de Graaff
2024-06-28 4:31 Hans de Graaff
2024-06-28 12:59 Sam James
2024-09-13 4:13 Sam James
2024-10-06 11:21 Sam James
2024-10-06 12:01 Sam James
2024-10-13 7:02 Hans de Graaff
2024-11-07 7:22 Hans de Graaff
2024-11-08 7:48 Hans de Graaff
2024-11-15 12:53 Hans de Graaff
2024-11-24 10:24 Hans de Graaff
2024-12-01 12:37 Sam James
2024-12-08 18:55 Arthur Zamarin
2024-12-16 6:19 Hans de Graaff
2025-01-03 10:26 Hans de Graaff
2025-02-08 1:08 Jakov Smolić
2025-03-16 11:09 Hans de Graaff
2025-03-16 11:09 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=1666474390.eb07c319b391fbd829c72407e415bdecbf7e7e6d.mattst88@gentoo \
--to=mattst88@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