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 A2795158089 for ; Sun, 8 Oct 2023 09:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AE8C2BC0C0; Sun, 8 Oct 2023 09:46: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 74B722BC0C0 for ; Sun, 8 Oct 2023 09:46: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 89024335CAF for ; Sun, 8 Oct 2023 09:46:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E37ABC2 for ; Sun, 8 Oct 2023 09:45:58 +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: <1696758355.2e5e5eaab728e73659c1724a1b010b14530cc43f.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.7.4.ebuild dev-ruby/irb/metadata.xml X-VCS-Directories: dev-ruby/irb/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2e5e5eaab728e73659c1724a1b010b14530cc43f X-VCS-Branch: master Date: Sun, 8 Oct 2023 09:45:58 +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: f281e0b5-94e8-4c5b-ad6a-3d517f7fd006 X-Archives-Hash: a2835200b53f73451b07588ff1bdd150 commit: 2e5e5eaab728e73659c1724a1b010b14530cc43f Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 8 08:51:26 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 8 09:45:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5e5eaa dev-ruby/irb: new package, add 1.7.4 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/irb/Manifest | 1 + dev-ruby/irb/irb-1.7.4.ebuild | 53 +++++++++++++++++++++++++++++++++++++++++++ dev-ruby/irb/metadata.xml | 11 +++++++++ 3 files changed, 65 insertions(+) diff --git a/dev-ruby/irb/Manifest b/dev-ruby/irb/Manifest new file mode 100644 index 000000000000..ee0c3bac6348 --- /dev/null +++ b/dev-ruby/irb/Manifest @@ -0,0 +1 @@ +DIST irb-1.7.4.tar.gz 115221 BLAKE2B 8905dbad13363fff33ae719258673d1818e3eb7dfd508254d3f2bbb28e315be2fe15614ea63cef7718a2da4a7c4ef99dc9bc76d270b5219203751dc06a7161de SHA512 562ca1deb78223f6b0b9534d9d1756d8eaffe8dfb7f550238a4afabfb42622109716ccabdef805d8aa2c14dbb73abad8a32c0261c04064281216d40bc57b87ad diff --git a/dev-ruby/irb/irb-1.7.4.ebuild b/dev-ruby/irb/irb-1.7.4.ebuild new file mode 100644 index 000000000000..3de4e252c81d --- /dev/null +++ b/dev-ruby/irb/irb-1.7.4.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32" + +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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +IUSE="" + +# Ensure a new enough eselect-ruby is present to avoid clobbering the +# irb bin and man page. +ruby_add_rdepend " + >=dev-ruby/rdoc-6.5:0 + >=dev-ruby/reline-0.3.6 + ! + + + + ruby@gentoo.org + Gentoo Ruby Project + + + ruby/irb + +