mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-09 00:10:21 +03:00
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:
1
dev-ruby/mize/Manifest
Normal file
1
dev-ruby/mize/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mize-0.6.1.gem 13312 BLAKE2B 4057a25419976a6e0275e4f98bdf9495138fd7fdb948de60b93f714f01a5ef92d435eb0c302432af5ac1987d549e0912de32f907ec826c53265e22b3ca72725c SHA512 8e6bad0ecd851dabb23eaa3bfdb6076c3c1b76428f2c131a6e1081d0784798b52df40457bd551ea239beafafd58c0eafa0d46c5b8c46f580b0cfc20d7cffd4c8
|
||||
12
dev-ruby/mize/metadata.xml
Normal file
12
dev-ruby/mize/metadata.xml
Normal 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>
|
||||
19
dev-ruby/mize/mize-0.6.1.ebuild
Normal file
19
dev-ruby/mize/mize-0.6.1.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user