diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-11-24 11:24:55 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-11-24 11:25:24 +0100 |
commit | 39e1007e8e4b96447d81a4b0fe7c5e546d4fe22d (patch) | |
tree | a43f8cf4cbd8b25068d7a945c08396b501cf39fa /dev-ruby/optionable | |
parent | dev-ruby/atomic: cleanup (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ruby/optionable/optionable-0.2.0-r1.ebuild | 17 |
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="" |