summaryrefslogtreecommitdiff
path: root/dev-ruby/memoist3/memoist3-1.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/memoist3/memoist3-1.0.0.ebuild')
-rw-r--r--dev-ruby/memoist3/memoist3-1.0.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ruby/memoist3/memoist3-1.0.0.ebuild b/dev-ruby/memoist3/memoist3-1.0.0.ebuild
new file mode 100644
index 000000000000..384121ef1daa
--- /dev/null
+++ b/dev-ruby/memoist3/memoist3-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33 ruby34"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+DESCRIPTION="ActiveSupport::Memoizable with a few enhancements"
+HOMEPAGE="https://github.com/honzasterba/memoist"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}