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 92F75158064 for ; Fri, 3 May 2024 11:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB1C1E2A4F; Fri, 3 May 2024 11:13:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA6D7E2A4F for ; Fri, 3 May 2024 11:13:47 +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 D1EB434067D for ; Fri, 3 May 2024 11:13:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DE3D15DF for ; Fri, 3 May 2024 11:13:45 +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: <1714734814.941348d0655852932cd8ccfbe4fbb4b53d14b025.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/irb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/irb/Manifest dev-ruby/irb/irb-1.13.0.ebuild X-VCS-Directories: dev-ruby/irb/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 941348d0655852932cd8ccfbe4fbb4b53d14b025 X-VCS-Branch: master Date: Fri, 3 May 2024 11:13:45 +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: fa6f9d9c-49d2-4fc9-b458-0dec0ce8ebe5 X-Archives-Hash: 9f9a5f3f8ca40148d8cf504b2f6cfbca commit: 941348d0655852932cd8ccfbe4fbb4b53d14b025 Author: Hans de Graaff gentoo org> AuthorDate: Fri May 3 09:32:29 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri May 3 11:13:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941348d0 dev-ruby/irb: add 1.13.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/irb/Manifest | 1 + dev-ruby/irb/irb-1.13.0.ebuild | 67 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/dev-ruby/irb/Manifest b/dev-ruby/irb/Manifest index bd873c1e4ebf..016dfd52065d 100644 --- a/dev-ruby/irb/Manifest +++ b/dev-ruby/irb/Manifest @@ -1 +1,2 @@ DIST irb-1.11.1.tar.gz 128341 BLAKE2B ec2ebfd31b7d784668ed043d32b86bc0f77481b250170911332f4b9810f0ee5245ec65aac4d2fa4fc94f49c5d3fa59dd7c3a709f712d9f7f4c1ed6ddd7f0e2b3 SHA512 6b8eaf41410d43f4ab47961b56ce054f93e134e5cba51a08294baaa6de149a209e243a9cf649091f3176adfd0c22943fe222b61b0ab1215e0822d7007c154f17 +DIST irb-1.13.0.tar.gz 137615 BLAKE2B 234debdc8c523876236270af41263b746d79cfded7944862ba7b229aa8e8408bb1efaffb8569b208ba96d8b139d4e0f9ab93e439a6715d7f4bc01e9cff5ac567 SHA512 894549b4fc2f57cfd34a9abc313d14e790728c61602a2b48f1fcb67e69505514191c04fc9e27251a79d2aeeb92ffc9b7ea4c18a4be57aa6d0f3e65881ced3b35 diff --git a/dev-ruby/irb/irb-1.13.0.ebuild b/dev-ruby/irb/irb-1.13.0.ebuild new file mode 100644 index 000000000000..e298f91787cf --- /dev/null +++ b/dev-ruby/irb/irb-1.13.0.ebuild @@ -0,0 +1,67 @@ +# 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_BINDIR="exe" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_GEMSPEC="irb.gemspec" +RUBY_FAKEGEM_RECIPE_DOC="none" + +inherit ruby-fakegem + +DESCRIPTION="Interactive Ruby command-line tool for REPL (Read Eval Print Loop)" +HOMEPAGE="https://github.com/ruby/irb" +SRC_URI="https://github.com/ruby/irb/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="test" + +# Ensure a new enough eselect-ruby is present to avoid clobbering the +# irb bin and man page. +ruby_add_rdepend " + >=dev-ruby/rdoc-4.0.0 + >=dev-ruby/reline-0.4.2 + !