From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id DDC081584AD for ; Mon, 21 Apr 2025 16:58:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C7D75343028 for ; Mon, 21 Apr 2025 16:58:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3B75C1104B1; Mon, 21 Apr 2025 16:58:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 3361A1104B1 for ; Mon, 21 Apr 2025 16:58:29 +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 E111A343062 for ; Mon, 21 Apr 2025 16:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E6F824F5 for ; Mon, 21 Apr 2025 16:58:27 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1745254691.96829d662f50ec4b20280bcce938203154ec1b9b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-endpoint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/io-endpoint/Manifest dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild dev-ruby/io-endpoint/metadata.xml X-VCS-Directories: dev-ruby/io-endpoint/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 96829d662f50ec4b20280bcce938203154ec1b9b X-VCS-Branch: master Date: Mon, 21 Apr 2025 16:58:27 +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: 96f66114-faf2-4d9f-be44-70a2ff6b1fab X-Archives-Hash: d33686c8a5270b249782def5eea9ad8c commit: 96829d662f50ec4b20280bcce938203154ec1b9b Author: Hans de Graaff gentoo org> AuthorDate: Mon Apr 21 16:44:02 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Apr 21 16:58:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96829d66 dev-ruby/io-endpoint: new package, add 0.15.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/io-endpoint/Manifest | 1 + dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild | 36 ++++++++++++++++++++++++++ dev-ruby/io-endpoint/metadata.xml | 12 +++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-ruby/io-endpoint/Manifest b/dev-ruby/io-endpoint/Manifest new file mode 100644 index 000000000000..370b5ecf3df9 --- /dev/null +++ b/dev-ruby/io-endpoint/Manifest @@ -0,0 +1 @@ +DIST io-endpoint-0.15.2.tar.gz 15357 BLAKE2B e5444a5c4b5bc9b559d1a81774d6b610bd33de2f64be0b2ea1e2e2338a47f65f8829c0d8c5a4fa22215c7c2e75f862af7818295008bd923721d8153735e3dacf SHA512 50d37fa51b585f962c9485aed1f8cf167ca815ea82f7a06f287c8d059d05b2cd8e49806be5ad59074ea79dcb337dc65039abf3dadc9ebdb03853937191c49ae0 diff --git a/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild new file mode 100644 index 000000000000..6b1a2f788144 --- /dev/null +++ b/dev-ruby/io-endpoint/io-endpoint-0.15.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby32 ruby33" + +RUBY_FAKEGEM_RECIPE_TEST="sus" +RUBY_FAKEGEM_EXTRADOC="readme.md" +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Provides a separation of concerns interface for IO endpoints" +HOMEPAGE="https://github.com/socketry/io-endpoint" +SRC_URI="https://github.com/socketry/io-endpoint/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_bdepend "test? ( + dev-ruby/sus-fixtures-async + dev-ruby/sus-fixtures-openssl +)" + +all_ruby_prepare() { + sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die + + sed -e '/covered/I s:^:#:' -i config/sus.rb || die + + # Avoid tests that require unpackaged "bake" and require running + # with Bundler. + rm -f test/traces/backend/capture.rb || die +} diff --git a/dev-ruby/io-endpoint/metadata.xml b/dev-ruby/io-endpoint/metadata.xml new file mode 100644 index 000000000000..d061c6117c26 --- /dev/null +++ b/dev-ruby/io-endpoint/metadata.xml @@ -0,0 +1,12 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + socketry/io-endpoint + io-endpoint + +