commit: 0d90134b561128b96b6f17ccdf5bd616c9d0fc58 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Nov 23 11:54:41 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Nov 24 06:37:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d90134b
dev-ruby/typed-array: add ruby30 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild b/dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild new file mode 100644 index 000000000000..bc521b92641d --- /dev/null +++ b/dev-ruby/typed-array/typed-array-0.1.2-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +USE_RUBY="ruby26 ruby27 ruby30" + +inherit ruby-fakegem +DESCRIPTION="Gem provides enforced-type functionality to Arrays" +HOMEPAGE="https://github.com/yaauie/typed-array" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +all_ruby_prepare() { + # There is a trash... + rm "${S}"/lib/typed-array/.DS_Store || die +}
