From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fiber-storage/
Date: Sat, 04 Jan 2025 10:34:51 +0000 (UTC) [thread overview]
Message-ID: <1735986880.4c74db3a1e0ee156bfd3a3795e2bafd4692fe65b.graaff@gentoo> (raw)
commit: 4c74db3a1e0ee156bfd3a3795e2bafd4692fe65b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 10:28:41 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 10:34:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c74db3a
dev-ruby/fiber-storage: add 1.0.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/fiber-storage/Manifest | 1 +
dev-ruby/fiber-storage/fiber-storage-1.0.0.ebuild | 26 +++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-ruby/fiber-storage/Manifest b/dev-ruby/fiber-storage/Manifest
index 1f442bc27969..86271d6de329 100644
--- a/dev-ruby/fiber-storage/Manifest
+++ b/dev-ruby/fiber-storage/Manifest
@@ -1 +1,2 @@
DIST fiber-storage-0.1.2.tar.gz 6064 BLAKE2B d052a660b37947b27c924c278330820dd14b041fd1e9a02df74f076467613000b48cb8f4f053702430ad29465577017b027246ef3112e4ef1e4c048f4d84368a SHA512 761be842905c4ac6766dc333c82cbcd7f95e442c06b7426f8139910794ea5f779128c64d7fadb306de232f1f527800318deb41a8d0af877fc763ff30fc00b666
+DIST fiber-storage-1.0.0.tar.gz 7048 BLAKE2B 0f007d00ae5d7471f1268e42a33c7a6b809df1b188dc40c66576fc5b95d685118ed70f4fba37bfd6c18b28f4b02d27ce6f46fdbc433791411b8663bd14af6990 SHA512 c9f50dd2dda978c7050dab8fe16ee7eabe1b685a52e6a5c09e078d9fd7dceb7842a169b824b968e688c980b15d21f126415a4cbd8d014fe923133c452c090e24
diff --git a/dev-ruby/fiber-storage/fiber-storage-1.0.0.ebuild b/dev-ruby/fiber-storage/fiber-storage-1.0.0.ebuild
new file mode 100644
index 000000000000..923909d13d4d
--- /dev/null
+++ b/dev-ruby/fiber-storage/fiber-storage-1.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="sus"
+RUBY_FAKEGEM_EXTRADOC="readme.md"
+RUBY_FAKEGEM_GEMSPEC="fiber-storage.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a compatibility shim for fiber storage"
+HOMEPAGE="https://github.com/ioquatix/fiber-storage"
+SRC_URI="https://github.com/ioquatix/fiber-storage/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+all_ruby_prepare() {
+ sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die
+
+ rm -f config/sus.rb || die
+}
next reply other threads:[~2025-01-04 10:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-04 10:34 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-03 10:26 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fiber-storage/ Hans de Graaff
2024-10-06 13:30 Jakov Smolić
2024-10-06 11:14 Sam James
2024-09-17 18:27 Jakov Smolić
2024-09-05 17:59 Sam James
2024-09-03 0:31 Ionen Wolkens
2024-09-03 0:31 Ionen Wolkens
2024-07-10 11:39 Jakov Smolić
2024-07-05 16:30 Arthur Zamarin
2024-07-05 10:40 Arthur Zamarin
2024-07-05 10:20 Arthur Zamarin
2024-07-05 5:50 Hans de Graaff
2024-06-01 6:17 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=1735986880.4c74db3a1e0ee156bfd3a3795e2bafd4692fe65b.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