summaryrefslogtreecommitdiff
path: root/dev-ruby/irb
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-12 18:52:16 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-12 18:52:16 +0000
commit7d8e6d5005fedad4f039f378b0b26eee1502a121 (patch)
tree3d6da0782d839b81441624a532187efa5429be16 /dev-ruby/irb
parentc91b93c5377a1e10fa8bf10a29eaa94bef63b9ee (diff)
downloadbaldeagleos-repo-7d8e6d5005fedad4f039f378b0b26eee1502a121.tar.gz
baldeagleos-repo-7d8e6d5005fedad4f039f378b0b26eee1502a121.tar.xz
baldeagleos-repo-7d8e6d5005fedad4f039f378b0b26eee1502a121.zip
Adding metadata
Diffstat (limited to 'dev-ruby/irb')
-rw-r--r--dev-ruby/irb/Manifest2
-rw-r--r--dev-ruby/irb/files/irb-1.14.1-test-encoding.patch70
-rw-r--r--dev-ruby/irb/irb-1.13.0.ebuild67
-rw-r--r--dev-ruby/irb/irb-1.13.1.ebuild64
-rw-r--r--dev-ruby/irb/irb-1.14.1.ebuild2
5 files changed, 72 insertions, 133 deletions
diff --git a/dev-ruby/irb/Manifest b/dev-ruby/irb/Manifest
index a2620f54bc2f..1568cfe6532c 100644
--- a/dev-ruby/irb/Manifest
+++ b/dev-ruby/irb/Manifest
@@ -1,6 +1,4 @@
DIST irb-1.11.1.tar.gz 128341 BLAKE2B ec2ebfd31b7d784668ed043d32b86bc0f77481b250170911332f4b9810f0ee5245ec65aac4d2fa4fc94f49c5d3fa59dd7c3a709f712d9f7f4c1ed6ddd7f0e2b3 SHA512 6b8eaf41410d43f4ab47961b56ce054f93e134e5cba51a08294baaa6de149a209e243a9cf649091f3176adfd0c22943fe222b61b0ab1215e0822d7007c154f17
-DIST irb-1.13.0.tar.gz 137615 BLAKE2B 234debdc8c523876236270af41263b746d79cfded7944862ba7b229aa8e8408bb1efaffb8569b208ba96d8b139d4e0f9ab93e439a6715d7f4bc01e9cff5ac567 SHA512 894549b4fc2f57cfd34a9abc313d14e790728c61602a2b48f1fcb67e69505514191c04fc9e27251a79d2aeeb92ffc9b7ea4c18a4be57aa6d0f3e65881ced3b35
-DIST irb-1.13.1.tar.gz 138024 BLAKE2B 294ef0b9413836dd9db1316e6716c47d44356a988b80c8f7465ece5b0169834f6df8c1a3061b68a9c6115d83ba4c630070220eb2ba5ec5ccae87b7ae677bb038 SHA512 63f71bac1a51bb8c022c0e32f396b6a28e53be2652e27cfd0f025cd02a6878d934ddcbc6ccd7760a06f24d8811f6c24fc2404b4a89d67e6dbd3342b2300d28ad
DIST irb-1.13.2.tar.gz 139168 BLAKE2B 7dee24a02ad251e92c667c09a14af1e630bcd514c76290d146182c149cc083a394317ab7a1c46b6e0c34b84983e318d3e59b4ae74c63a17ce03d2677183135e0 SHA512 7d1e4c67ee5b43d37869ad37ec4cf356efe62d51f8a2205144c9d02a1157d23223a1453fef9016d85786c98445f11ff905eafef2f3dcdcf3432df75476076b57
DIST irb-1.14.0.tar.gz 140463 BLAKE2B 26092629ff55ffbe8ce3728764abd07733f3bc86c7dfd13617b02139e3cf5269737a3147a5a62210c4d9dc3039cb8dc44bd29fb0e1f933c14cde0ac34bad3aec SHA512 221057d6a99edc71ddef1e1c3eccfc9efa4a80d2a49f801072c71a5a74e2f3ff53afc9696760bebdc9aabf9924b7919ffbc49163e0a7f08941407877aa05adc5
DIST irb-1.14.1.tar.gz 141610 BLAKE2B e9c77a2b200059f14934d354a401f24624f209c36665f80cef5d245b1477fc44bbc6fa48b437308714cbc1d8422647611f615163b25d03388aa8732ec27a5ea0 SHA512 bee8392c3e19a5e540c27b60f2694789f6c83805da940470f8724cabc87a1e736fef574191b792fbb488992bb5f0c65aada19e9c191941e4e9b5adf3d072ae68
diff --git a/dev-ruby/irb/files/irb-1.14.1-test-encoding.patch b/dev-ruby/irb/files/irb-1.14.1-test-encoding.patch
new file mode 100644
index 000000000000..4347a5b554ba
--- /dev/null
+++ b/dev-ruby/irb/files/irb-1.14.1-test-encoding.patch
@@ -0,0 +1,70 @@
+From 7f385bc19badd2100b76e8b2404be5be46306bf6 Mon Sep 17 00:00:00 2001
+From: Go <monkeywzr@gmail.com>
+Date: Sun, 20 Oct 2024 15:18:04 +0900
+Subject: [PATCH] Improve history test's encoding setting (#1022)
+
+* improve history test's encoding setting
+
+* fix missing locale error for ci and refactoring
+---
+ test/irb/test_history.rb | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
+diff --git a/test/irb/test_history.rb b/test/irb/test_history.rb
+index 791eef1ac..15c16ed89 100644
+--- a/test/irb/test_history.rb
++++ b/test/irb/test_history.rb
+@@ -10,17 +10,20 @@
+ module TestIRB
+ class HistoryTest < TestCase
+ def setup
++ @conf_backup = IRB.conf.dup
+ @original_verbose, $VERBOSE = $VERBOSE, nil
+ @tmpdir = Dir.mktmpdir("test_irb_history_")
+ setup_envs(home: @tmpdir)
+- @backup_default_external = Encoding.default_external
++ IRB.conf[:LC_MESSAGES] = IRB::Locale.new
++ save_encodings
+ IRB.instance_variable_set(:@existing_rc_name_generators, nil)
+ end
+
+ def teardown
++ IRB.conf.replace(@conf_backup)
+ IRB.instance_variable_set(:@existing_rc_name_generators, nil)
+ teardown_envs
+- Encoding.default_external = @backup_default_external
++ restore_encodings
+ $VERBOSE = @original_verbose
+ FileUtils.rm_rf(@tmpdir)
+ end
+@@ -146,7 +149,6 @@ def test_history_concurrent_use_readline
+ end
+
+ def test_history_concurrent_use_not_present
+- IRB.conf[:LC_MESSAGES] = IRB::Locale.new
+ IRB.conf[:SAVE_HISTORY] = 1
+ io = TestInputMethodWithRelineHistory.new
+ io.class::HISTORY.clear
+@@ -163,9 +165,9 @@ def test_history_concurrent_use_not_present
+
+ def test_history_different_encodings
+ IRB.conf[:SAVE_HISTORY] = 2
+- Encoding.default_external = Encoding::US_ASCII
+- locale = IRB::Locale.new("en_US.ASCII")
+- assert_history(<<~EXPECTED_HISTORY.encode(Encoding::US_ASCII), <<~INITIAL_HISTORY.encode(Encoding::UTF_8), <<~INPUT, locale: locale)
++ IRB.conf[:LC_MESSAGES] = IRB::Locale.new("en_US.ASCII")
++ IRB.__send__(:set_encoding, Encoding::US_ASCII.name, override: false)
++ assert_history(<<~EXPECTED_HISTORY.encode(Encoding::US_ASCII), <<~INITIAL_HISTORY.encode(Encoding::UTF_8), <<~INPUT)
+ ????
+ exit
+ EXPECTED_HISTORY
+@@ -234,8 +236,7 @@ def history_concurrent_use_for_input_method(input_method)
+ end
+ end
+
+- def assert_history(expected_history, initial_irb_history, input, input_method = TestInputMethodWithRelineHistory, locale: IRB::Locale.new)
+- IRB.conf[:LC_MESSAGES] = locale
++ def assert_history(expected_history, initial_irb_history, input, input_method = TestInputMethodWithRelineHistory)
+ actual_history = nil
+ history_file = IRB.rc_file("_history")
+ ENV["HOME"] = @tmpdir
diff --git a/dev-ruby/irb/irb-1.13.0.ebuild b/dev-ruby/irb/irb-1.13.0.ebuild
deleted file mode 100644
index e298f91787cf..000000000000
--- a/dev-ruby/irb/irb-1.13.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# 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
- !<app-eselect/eselect-ruby-20231008
-"
-
-ruby_add_bdepend "
- test? (
- dev-ruby/bundler
- dev-ruby/debug
- dev-ruby/test-unit
- dev-ruby/test-unit-ruby-core
- )"
-
-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_exception.rb || die
-
- # Skip tests requiring a working console
- rm -f test/irb/test_debug_cmd.rb || die
-
- # Skip tests that require the unpackaged tracer gem
- sed -e '/test_use_tracer_enabled_when_gem_is_available/aomit "Requires tracer gem"' \
- -i test/irb/test_tracer.rb || die
-
- # Skip tests confused by our test path
- sed -e '/test_backtrace_filtering/aomit "Fails due to unexpected paths"' \
- -i test/irb/test_irb.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/irb-1.13.1.ebuild b/dev-ruby/irb/irb-1.13.1.ebuild
deleted file mode 100644
index 578774e8bd35..000000000000
--- a/dev-ruby/irb/irb-1.13.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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
- !<app-eselect/eselect-ruby-20231008
-"
-
-ruby_add_bdepend "
- test? (
- dev-ruby/bundler
- dev-ruby/debug
- dev-ruby/test-unit
- dev-ruby/test-unit-ruby-core
- )"
-
-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_exception.rb || die
-
- # Skip tests that require the unpackaged tracer gem
- sed -e '/test_use_tracer_enabled_when_gem_is_available/aomit "Requires tracer gem"' \
- -i test/irb/test_tracer.rb || die
-
- # Skip tests confused by our test path
- sed -e '/test_backtrace_filtering/aomit "Fails due to unexpected paths"' \
- -i test/irb/test_irb.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/irb-1.14.1.ebuild b/dev-ruby/irb/irb-1.14.1.ebuild
index 578774e8bd35..32391e23f906 100644
--- a/dev-ruby/irb/irb-1.14.1.ebuild
+++ b/dev-ruby/irb/irb-1.14.1.ebuild
@@ -20,6 +20,8 @@ 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"
+PATCHES=( "${FILESDIR}/${P}-test-encoding.patch" )
+
# Ensure a new enough eselect-ruby is present to avoid clobbering the
# irb bin and man page.
ruby_add_rdepend "