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 6D63F15808B for ; Sun, 13 Feb 2022 09:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45F28E0875; Sun, 13 Feb 2022 09:06:15 +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 DA868E0875 for ; Sun, 13 Feb 2022 09:06:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE719342F5B for ; Sun, 13 Feb 2022 09:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC1452D8 for ; Sun, 13 Feb 2022 09:06:11 +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: <1644743167.65650804093cf764eb4fac2aeaa28c452cabdbaf.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/io-wait/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/io-wait/Manifest dev-ruby/io-wait/io-wait-0.2.1.ebuild dev-ruby/io-wait/metadata.xml X-VCS-Directories: dev-ruby/io-wait/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 65650804093cf764eb4fac2aeaa28c452cabdbaf X-VCS-Branch: master Date: Sun, 13 Feb 2022 09:06:11 +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: f1d6f974-b69e-4ceb-a9de-8a0d8e650712 X-Archives-Hash: db0e3bca71caa339886d07cd04039d01 commit: 65650804093cf764eb4fac2aeaa28c452cabdbaf Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 12 09:01:48 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Feb 13 09:06:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65650804 dev-ruby/io-wait: add 0.2.1 Extracted from dev-lang/ruby, keywords have been migrated. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/io-wait/Manifest | 1 + dev-ruby/io-wait/io-wait-0.2.1.ebuild | 28 ++++++++++++++++++++++++++++ dev-ruby/io-wait/metadata.xml | 11 +++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-ruby/io-wait/Manifest b/dev-ruby/io-wait/Manifest new file mode 100644 index 000000000000..25896ccd1cf2 --- /dev/null +++ b/dev-ruby/io-wait/Manifest @@ -0,0 +1 @@ +DIST io-wait-0.2.1.tar.gz 18944 BLAKE2B c77e0f839160d0129660003586f7785447e7b2e89df47d83ff6868bbdf1e667d432f0d84afb06b5bcc8f751c433da9c8bcd7b5fc0b701adbe2f10ae338dcacab SHA512 7e914ce7d6b66fabd1799567dd448124b7c1dd266bd1ce975b24a96f18c15b7dab20d2f68a7686aa8383d518783486370225b22a07fdb3c9fddae93278282427 diff --git a/dev-ruby/io-wait/io-wait-0.2.1.ebuild b/dev-ruby/io-wait/io-wait-0.2.1.ebuild new file mode 100644 index 000000000000..9a4ccbcf463c --- /dev/null +++ b/dev-ruby/io-wait/io-wait-0.2.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_EXTENSIONS="ext/io/wait/extconf.rb" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_GEMSPEC="io-wait.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Waits until IO is readable or writable without blocking" +HOMEPAGE="https://github.com/ruby/io-wait" +SRC_URI="https://github.com/ruby/io-wait/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +all_ruby_prepare() { + sed -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \ + -e 's/git ls-files -z/find * -print0/' \ + -i ${RUBY_FAKEGEM_GEMSPEC} || die + sed -e '/task :test/ s:^:#:' -i Rakefile || die +} diff --git a/dev-ruby/io-wait/metadata.xml b/dev-ruby/io-wait/metadata.xml new file mode 100644 index 000000000000..8e2d4cc9ea78 --- /dev/null +++ b/dev-ruby/io-wait/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + ruby/io-wait + +