summaryrefslogtreecommitdiff
path: root/dev-ruby/immutable-ruby
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-07 18:56:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-07 18:56:47 +0000
commit5c0658b47fea05d66899299e189fbd57f50807b1 (patch)
tree02dfda74cfb4ff89776d56a45b536b44bc02adec /dev-ruby/immutable-ruby
parent62a222daa7c257758318913c541e220c1b1b9cfe (diff)
downloadbaldeagleos-repo-5c0658b47fea05d66899299e189fbd57f50807b1.tar.gz
baldeagleos-repo-5c0658b47fea05d66899299e189fbd57f50807b1.tar.xz
baldeagleos-repo-5c0658b47fea05d66899299e189fbd57f50807b1.zip
Adding metadata
Diffstat (limited to 'dev-ruby/immutable-ruby')
-rw-r--r--dev-ruby/immutable-ruby/Manifest1
-rw-r--r--dev-ruby/immutable-ruby/immutable-ruby-0.1.0.ebuild33
-rw-r--r--dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild4
3 files changed, 2 insertions, 36 deletions
diff --git a/dev-ruby/immutable-ruby/Manifest b/dev-ruby/immutable-ruby/Manifest
index 80f3707a3c20..6d1f387205c2 100644
--- a/dev-ruby/immutable-ruby/Manifest
+++ b/dev-ruby/immutable-ruby/Manifest
@@ -1,2 +1 @@
-DIST immutable-ruby-0.1.0.tar.gz 134479 BLAKE2B c113ab9bf6b9accdc40eed351cc3177745e52926546d3c4c001786b47790b2c2eba97dfd0751000fd51ad11eb760039c82a2c6f0618776d87a460a16bfc1b9cf SHA512 3136884f791f0d9c1e460a848192723753f5c63f230faa2cec32445ea875392871d38de09222521fd78493397561a4dddbc61e9b020d5089d1c90694c46bde19
DIST immutable-ruby-0.2.0.tar.gz 134294 BLAKE2B dd50a191e5cf22dc80a84cea0b74f16fe635b0ef5d6f0d33e6b2c340b29b2f555a740f1260bce48f1b568019cfbd2307160acd0d88bf256cfb38017f08dbc4b2 SHA512 b98f83f4c6631018dc8215f5374ad2997e2d704fb6ef023df04f8f9df35ebe7f4db6a4a5d93404d4af276cf9c3477707f42c2dc49e1fd305c473d65115ca6689
diff --git a/dev-ruby/immutable-ruby/immutable-ruby-0.1.0.ebuild b/dev-ruby/immutable-ruby/immutable-ruby-0.1.0.ebuild
deleted file mode 100644
index 34beb9b43ee5..000000000000
--- a/dev-ruby/immutable-ruby/immutable-ruby-0.1.0.ebuild
+++ /dev/null
@@ -1,33 +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_GEMSPEC="immutable-ruby.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-# Releases are not tagged upstream
-COMMIT=84dba7382284fe7e85816a65abf5c2fc9bbc089e
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient, immutable, thread-safe collection classes for Ruby"
-HOMEPAGE="https://github.com/immutable-ruby/immutable-ruby"
-SRC_URI="https://github.com/immutable-ruby/immutable-ruby/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-RUBY_S="${PN}-${COMMIT}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/concurrent-ruby-1.1:1
- dev-ruby/sorted_set:0
-"
-
-all_ruby_prepare() {
- sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb spec/lib/immutable/vector/insert_spec.rb || die
-}
diff --git a/dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild b/dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild
index 37733c45a68c..612ba443c0a4 100644
--- a/dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild
+++ b/dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_GEMSPEC="immutable-ruby.gemspec"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"