dev-ruby/fiber-storage: drop 0.1.2

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff 2025-07-17 09:43:43 +02:00
parent d87bfa81d3
commit a8df88eab8
No known key found for this signature in database
GPG Key ID: DB347F938654FA34
2 changed files with 0 additions and 27 deletions

View File

@ -1,2 +1 @@
DIST fiber-storage-0.1.2.tar.gz 6064 BLAKE2B d052a660b37947b27c924c278330820dd14b041fd1e9a02df74f076467613000b48cb8f4f053702430ad29465577017b027246ef3112e4ef1e4c048f4d84368a SHA512 761be842905c4ac6766dc333c82cbcd7f95e442c06b7426f8139910794ea5f779128c64d7fadb306de232f1f527800318deb41a8d0af877fc763ff30fc00b666
DIST fiber-storage-1.0.1.tar.gz 7310 BLAKE2B 9c5c07d300b0ff93d3f719b822a864aba06498f81f5823a30b21219acf9147110e4aa07e884aec99581ecda852f5532b0ece5266f4d2b37da3bda2067caf4189 SHA512 21393e447e0a02919614cb0e95fae4488185f49debfcff0c6e394e3e6d9c598ba6f6c37756deedc8a03c320de7ee56fd4ae3c9a68356b6ae5a7bf1472306a57b

View File

@ -1,26 +0,0 @@
# Copyright 2022-2024 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
}