diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-20 08:55:29 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-20 08:55:29 +0000 |
| commit | b8c9caf2bd64aead0023dbd2aa53d0c794d81dc2 (patch) | |
| tree | e02e05d50e6d330afb95cee1f0267fe6d109ee22 /dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild | |
| parent | b697a7165bded30c558e6a31575d94bc0f4d9aba (diff) | |
| download | baldeagleos-repo-b8c9caf2bd64aead0023dbd2aa53d0c794d81dc2.tar.gz baldeagleos-repo-b8c9caf2bd64aead0023dbd2aa53d0c794d81dc2.tar.xz baldeagleos-repo-b8c9caf2bd64aead0023dbd2aa53d0c794d81dc2.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild')
| -rw-r--r-- | dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild b/dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild new file mode 100644 index 000000000000..37733c45a68c --- /dev/null +++ b/dev-ruby/immutable-ruby/immutable-ruby-0.2.0.ebuild @@ -0,0 +1,28 @@ +# 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" + +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/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +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 +} |
