summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-11-24 11:24:55 +0100
committerHans de Graaff <graaff@gentoo.org>2021-11-24 11:25:24 +0100
commit39e1007e8e4b96447d81a4b0fe7c5e546d4fe22d (patch)
treea43f8cf4cbd8b25068d7a945c08396b501cf39fa /dev-ruby/optionable/optionable-0.2.0-r1.ebuild
parentdev-ruby/atomic: cleanup (diff)
downloadgentoo-39e1007e8e4b96447d81a4b0fe7c5e546d4fe22d.tar.gz
gentoo-39e1007e8e4b96447d81a4b0fe7c5e546d4fe22d.tar.bz2
gentoo-39e1007e8e4b96447d81a4b0fe7c5e546d4fe22d.zip
dev-ruby/optionable: add ruby30
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/optionable/optionable-0.2.0-r1.ebuild')
-rw-r--r--dev-ruby/optionable/optionable-0.2.0-r1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ruby/optionable/optionable-0.2.0-r1.ebuild b/dev-ruby/optionable/optionable-0.2.0-r1.ebuild
new file mode 100644
index 000000000000..f8215391936b
--- /dev/null
+++ b/dev-ruby/optionable/optionable-0.2.0-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Robust options validation for Ruby methods"
+HOMEPAGE="https://github.com/durran/optionable"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""