commit: d31e04bcf0ff7d3b30de9a6abf79357904f9e50e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Nov 22 06:46:26 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Nov 22 06:56:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31e04bc
dev-ruby/mash: EAPI 8 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/mash/mash-0.1.1-r3.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-ruby/mash/mash-0.1.1-r3.ebuild b/dev-ruby/mash/mash-0.1.1-r3.ebuild new file mode 100644 index 000000000000..0f82122dc1c7 --- /dev/null +++ b/dev-ruby/mash/mash-0.1.1-r3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" + +inherit ruby-fakegem + +DESCRIPTION="Mash is an extended Hash that gives simple pseudo-object functionality" +HOMEPAGE="https://github.com/mbleigh/mash" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE=""