diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-03-31 11:30:22 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-04-01 08:25:35 +0200 |
commit | 2bf9635011fe91a3be05efe819626f5ebf0b7167 (patch) | |
tree | d7f2eb92451a6206b9700b839b034bd0ea4b7b93 /dev-ruby/mercenary | |
parent | dev-ruby/pathutil: update upstream metadata (diff) | |
download | gentoo-2bf9635011fe91a3be05efe819626f5ebf0b7167.tar.gz gentoo-2bf9635011fe91a3be05efe819626f5ebf0b7167.tar.bz2 gentoo-2bf9635011fe91a3be05efe819626f5ebf0b7167.zip |
dev-ruby/mercenary: update EAPI 7 -> 8, add ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/mercenary')
-rw-r--r-- | dev-ruby/mercenary/mercenary-0.4.0-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/mercenary/mercenary-0.4.0-r1.ebuild b/dev-ruby/mercenary/mercenary-0.4.0-r1.ebuild new file mode 100644 index 000000000000..d6af8723dc3b --- /dev/null +++ b/dev-ruby/mercenary/mercenary-0.4.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby27 ruby30 ruby31 ruby32" + +RUBY_FAKEGEM_EXTRADOC="History.markdown README.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Lightweight and flexible library for writing command-line apps" +HOMEPAGE="https://github.com/jekyll/mercenary" + +IUSE="" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" |