commit: 30e0dd06eddffbdcfb535804ea55768952874a46 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Apr 7 05:51:36 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Apr 7 05:51:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e0dd06
dev-ruby/immutable-ruby: drop 0.1.0 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/immutable-ruby/Manifest | 1 - .../immutable-ruby/immutable-ruby-0.1.0.ebuild | 33 ---------------------- 2 files changed, 34 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 -}
