commit: 8be816d0d9c30775206b7680f4d09cf21ee0843b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Nov 23 11:02:31 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Nov 23 11:28:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be816d0
dev-ruby/axiom-types: add ruby30 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild b/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild new file mode 100644 index 000000000000..d2a557a913ef --- /dev/null +++ b/dev-ruby/axiom-types/axiom-types-0.1.1-r1.ebuild @@ -0,0 +1,29 @@ +# 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_EXTRADOC="CONTRIBUTING.md README.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="yard" + +inherit ruby-fakegem + +DESCRIPTION="Define types with optional constraints for use within axiom and other libraries" +HOMEPAGE="https://rubygems.org/gems/axiom-types https://github.com/dkubb/axiom-types" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.4 + <dev-ruby/descendants_tracker-0.1 + >=dev-ruby/ice_nine-0.11.0 + <dev-ruby/ice_nine-0.12 + >=dev-ruby/thread_safe-0.3.1 + <dev-ruby/thread_safe-1" + +RESTRICT="test"
