public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/irb/
Date: Sun,  8 Oct 2023 09:45:58 +0000 (UTC)	[thread overview]
Message-ID: <1696758355.2e5e5eaab728e73659c1724a1b010b14530cc43f.graaff@gentoo> (raw)

commit:     2e5e5eaab728e73659c1724a1b010b14530cc43f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 08:51:26 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> 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 <graaff <AT> 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
+	!<app-eselect/eselect-ruby-20231008
+"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+	sed -e 's:_relative ":"./:' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	# Skip test requiring specific character set
+	sed -e '/test_raise_exception_with_different_encoding_containing_invalid_byte_sequence/aomit "charset"' \
+		-i test/irb/test_raise_no_backtrace_exception.rb || die
+
+	# Skip tests requiring a working console
+	rm -f test/irb/test_debug_cmd.rb || die
+}
+
+each_ruby_test() {
+	RUBYLIB=lib ${RUBY} -S rake test || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+
+	doman man/irb.1
+}

diff --git a/dev-ruby/irb/metadata.xml b/dev-ruby/irb/metadata.xml
new file mode 100644
index 000000000000..860a8cf3bc11
--- /dev/null
+++ b/dev-ruby/irb/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">ruby/irb</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2023-10-08  9:46 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-08  9:45 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-08 10:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/irb/ Hans de Graaff
2023-10-21  5:09 Hans de Graaff
2023-11-06 20:50 Fabian Groffen
2023-12-22  8:08 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2024-01-20 10:26 Hans de Graaff
2024-01-21 14:06 Fabian Groffen
2024-03-29  9:19 Hans de Graaff
2024-03-29 10:18 Hans de Graaff
2024-04-30  2:30 Ionen Wolkens
2024-04-30  2:30 Ionen Wolkens
2024-04-30  2:30 Ionen Wolkens
2024-04-30  2:30 Ionen Wolkens
2024-04-30  2:30 Ionen Wolkens
2024-04-30  2:30 Ionen Wolkens
2024-05-03 11:13 Hans de Graaff
2024-05-09  4:59 Hans de Graaff
2024-05-18  7:59 Sam James
2024-05-18  8:33 Sam James
2024-06-18  5:49 Hans de Graaff
2024-07-07  4:28 Hans de Graaff
2024-09-06 17:48 Sam James
2024-09-06 17:48 Sam James
2024-09-28  6:21 Hans de Graaff
2024-11-12 17:12 Hans de Graaff
2024-12-13 11:48 Hans de Graaff
2024-12-19  6:26 Hans de Graaff
2025-03-18  7:44 Hans de Graaff
2025-03-24 16:25 Arthur Zamarin
2025-04-04  4:25 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1696758355.2e5e5eaab728e73659c1724a1b010b14530cc43f.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox