public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/memo_wise/
Date: Wed,  5 Jun 2024 05:49:33 +0000 (UTC)	[thread overview]
Message-ID: <1717566557.5341aed458c7de2cc577e1b731ff0d3de122c1ba.graaff@gentoo> (raw)

commit:     5341aed458c7de2cc577e1b731ff0d3de122c1ba
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 05:46:36 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 05:49:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5341aed4

dev-ruby/memo_wise: add 1.9.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/memo_wise/Manifest               |  1 +
 dev-ruby/memo_wise/memo_wise-1.9.0.ebuild | 35 +++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/memo_wise/Manifest b/dev-ruby/memo_wise/Manifest
index f908f614cf47..54a79f3ecda8 100644
--- a/dev-ruby/memo_wise/Manifest
+++ b/dev-ruby/memo_wise/Manifest
@@ -1 +1,2 @@
 DIST memo_wise-1.8.0.tar.gz 186795 BLAKE2B afb1a027c6c981601d51262f13508fb8cd0074f6283bdb953537e300cc4970856765db60a92afa8331139ff98e50ba97529366f9adcd4d1ab93c93f52dcd2e48 SHA512 173dbab6fe93f21ad1ead34f4fbe8b0425747e1f2640472b9a1e4b79b935260cc0163d907d8ec423152d91165f32f2e8f1691dcdbd15830f375473415089ce6e
+DIST memo_wise-1.9.0.tar.gz 187663 BLAKE2B 02028a5f9ceae77702f3e536bbd33e17232ea1f443da70101e87ef0bb449eb387602fe710d20b44ffa39d112aaf8f2f8cd2897ed0e941c56ba8a6792c2f6cd14 SHA512 bdab3eca584c68055e806f825cc9d29c09f3798f0b5bffb634823021dc26227cbb85ae562193f1ed288275583e9939cd0eb4cd611da23d0c0c305bd283eea618

diff --git a/dev-ruby/memo_wise/memo_wise-1.9.0.ebuild b/dev-ruby/memo_wise/memo_wise-1.9.0.ebuild
new file mode 100644
index 000000000000..1c45be13eb68
--- /dev/null
+++ b/dev-ruby/memo_wise/memo_wise-1.9.0.ebuild
@@ -0,0 +1,35 @@
+# 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_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_GEMSPEC="memo_wise.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The wise choice for Ruby memoization"
+HOMEPAGE="https://github.com/panorama-ed/memo_wise"
+SRC_URI="https://github.com/panorama-ed/memo_wise/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~riscv"
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+
+	# Avoid specs for an unmaintained package with old dependencies that is optional.
+	sed -e '/require.*values/ s:^:#:' \
+		-e '/when the class is a Value class/,/^      end/ s:^:#:' \
+		-i spec/memo_wise_spec.rb || die
+
+	sed -e 's:_relative ": "./:' \
+		-e 's/__dir__/"."/' \
+		-e 's/git ls-files -z/find * -print0/' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+}


             reply	other threads:[~2024-06-05  5:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-05  5:49 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-03 10:53 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/memo_wise/ Hans de Graaff
2025-05-14 19:15 Hans de Graaff
2025-05-08  5:43 Hans de Graaff
2025-05-08  5:43 Hans de Graaff
2025-02-28 13:33 Hans de Graaff
2024-09-18  8:56 Hans de Graaff
2024-09-18  8:56 Hans de Graaff
2024-06-01  7:30 Hans de Graaff
2023-12-31 17:15 Hans de Graaff
2023-10-31  6:42 Hans de Graaff
2023-04-22 15:41 Hans de Graaff
2023-04-22 15:41 Hans de Graaff
2022-04-08 11:17 Jakov Smolić
2022-04-06  5:48 Hans de Graaff
2022-04-02  8:57 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717566557.5341aed458c7de2cc577e1b731ff0d3de122c1ba.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox