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: Sat,  1 Jun 2024 07:30:02 +0000 (UTC)	[thread overview]
Message-ID: <1717226989.d111104bf6ea1e80e525fe1ab5a3ef9dfeaf9aa9.graaff@gentoo> (raw)

commit:     d111104bf6ea1e80e525fe1ab5a3ef9dfeaf9aa9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 07:22:49 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 07:29:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d111104b

dev-ruby/memo_wise: drop 1.7.0

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

 dev-ruby/memo_wise/Manifest               |  1 -
 dev-ruby/memo_wise/memo_wise-1.7.0.ebuild | 36 -------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/memo_wise/Manifest b/dev-ruby/memo_wise/Manifest
index a9936cddafb7..f908f614cf47 100644
--- a/dev-ruby/memo_wise/Manifest
+++ b/dev-ruby/memo_wise/Manifest
@@ -1,2 +1 @@
-DIST memo_wise-1.7.0.tar.gz 185861 BLAKE2B 49ef04f4ef73ea24ac243c70d9545ed65c0fc8f4c6d9571d7f31c2728e82087cf1676aedd01aa1d0c1994a16ea7215b264a51fa2b8fe957cba3eb9088fd3a414 SHA512 3b87a1a81c060c34d4c91409ab6b2f8aa700e3313233e652e174f62c3dd826b675594d84d00ad21ae1f12dba4c6b0fe59431c54b4bbdf46430895635aa220b5f
 DIST memo_wise-1.8.0.tar.gz 186795 BLAKE2B afb1a027c6c981601d51262f13508fb8cd0074f6283bdb953537e300cc4970856765db60a92afa8331139ff98e50ba97529366f9adcd4d1ab93c93f52dcd2e48 SHA512 173dbab6fe93f21ad1ead34f4fbe8b0425747e1f2640472b9a1e4b79b935260cc0163d907d8ec423152d91165f32f2e8f1691dcdbd15830f375473415089ce6e

diff --git a/dev-ruby/memo_wise/memo_wise-1.7.0.ebuild b/dev-ruby/memo_wise/memo_wise-1.7.0.ebuild
deleted file mode 100644
index bfb5df0cd9f8..000000000000
--- a/dev-ruby/memo_wise/memo_wise-1.7.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-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"
-IUSE=""
-
-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-01  7:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-01  7:30 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-14 19:15 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/memo_wise/ 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-05  5:49 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=1717226989.d111104bf6ea1e80e525fe1ab5a3ef9dfeaf9aa9.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