From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A132158020 for ; Sat, 22 Oct 2022 21:34:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 902D3E092A; Sat, 22 Oct 2022 21:34:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FA44E0928 for ; Sat, 22 Oct 2022 21:34:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0720B3411F7 for ; Sat, 22 Oct 2022 21:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDF9062F for ; Sat, 22 Oct 2022 21:33:56 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1666474390.eb07c319b391fbd829c72407e415bdecbf7e7e6d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-event/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/io-event/Manifest dev-ruby/io-event/io-event-1.0.9.ebuild dev-ruby/io-event/metadata.xml X-VCS-Directories: dev-ruby/io-event/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: eb07c319b391fbd829c72407e415bdecbf7e7e6d X-VCS-Branch: master Date: Sat, 22 Oct 2022 21:33:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7831746a-5323-41ed-8c79-c92522b5025a X-Archives-Hash: f135e0e994d89f93d3750b6c466a73ac commit: eb07c319b391fbd829c72407e415bdecbf7e7e6d Author: matoro users noreply github com> AuthorDate: Wed Jun 15 04:31:31 2022 +0000 Commit: Matt Turner gentoo 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 users.noreply.github.com> Signed-off-by: Matt Turner 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 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + socketry/io-event + +