dev-ruby/mize: new package, add 0.6.1

New dependency for dev-ruby/amatch.

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-07-27 10:10:47 +02:00
parent 772e4e560d
commit 0fdc2e84ca
3 changed files with 32 additions and 0 deletions

1
dev-ruby/mize/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST mize-0.6.1.gem 13312 BLAKE2B 4057a25419976a6e0275e4f98bdf9495138fd7fdb948de60b93f714f01a5ef92d435eb0c302432af5ac1987d549e0912de32f907ec826c53265e22b3ca72725c SHA512 8e6bad0ecd851dabb23eaa3bfdb6076c3c1b76428f2c131a6e1081d0784798b52df40457bd551ea239beafafd58c0eafa0d46c5b8c46f580b0cfc20d7cffd4c8

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
<remote-id type="github">flori/mize</remote-id>
<remote-id type="rubygems">mize</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,19 @@
# 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_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
inherit ruby-fakegem
DESCRIPTION="Library that provides memoziation for methods and functions for Ruby"
HOMEPAGE="https://github.com/flori/mize"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"